gwigington
MIS
Ok I am pretty much a newbie with PIX boxes, but am fairly familiar with switches and routers and for the last two days I have racked my brain. I have a 515 that simply is getting the best of me. Here is the following config:
PIX Version 6.3(1)
interface ethernet0 auto
interface ethernet1 auto shutdown
interface ethernet2 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 inside2 security99
enable password lilX.uglbjY5lZh. encrypted
passwd 2KFQnbNIdI.2KYOU
hostname XXX
domain-name XXXX.com
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
names
access-list 101 permit icmp any any
access-list 101 permit tcp any any eq www
access-list 101 permit tcp any any eq smtp
access-list 101 permit tcp any any eq pop3
pager lines 24
icmp permit any outside
icmp permit any inside
icmp permit any inside2
mtu outside 1500
mtu inside 1500
mtu inside2 1500
ip address outside 192.168.100.4 255.255.255.0
ip address inside 10.18.1.1 255.255.255.0
ip address inside2 192.168.100.5 255.255.255.128
ip audit info action alarm
ip audit attack action alarm
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
access-group 101 in interface outside
access-group 101 in interface inside2
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server LOCAL protocol local
http server enable
http 192.168.100.5 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd auto_config outside
terminal width 80
Cryptochecksum:852a412bc587d5ce2f65c13f90151e2f
To test this thing I am plugged into my cisco 2900 which is inturn directly plugged into my cable modem. The cable modem has a IP of 192.168.100.1 with a 255.255.255.0 submask. as you can see my outside connection and inside2 connection are very similar in IPs, but I do have two different subnets. My problem is that I can ping from my pc that is directly connected to inside2, but can't ping the outside ip address. I also can't ping from the PIX itself to the cable modem (IP address 192.168.100.1). We are only using this IP scheme to test this. Once I make sure it all works I will be changing the inside IP address scheme to a complete differnt IP and subnet mask.
Could the IPs being to similar with to small a diffence in masks be my problem or am I missing something? Any help would be great.
Thanks
PIX Version 6.3(1)
interface ethernet0 auto
interface ethernet1 auto shutdown
interface ethernet2 auto
nameif ethernet0 outside security0
nameif ethernet1 inside security100
nameif ethernet2 inside2 security99
enable password lilX.uglbjY5lZh. encrypted
passwd 2KFQnbNIdI.2KYOU
hostname XXX
domain-name XXXX.com
fixup protocol ftp 21
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol http 80
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol sip 5060
fixup protocol sip udp 5060
fixup protocol skinny 2000
fixup protocol smtp 25
fixup protocol sqlnet 1521
names
access-list 101 permit icmp any any
access-list 101 permit tcp any any eq www
access-list 101 permit tcp any any eq smtp
access-list 101 permit tcp any any eq pop3
pager lines 24
icmp permit any outside
icmp permit any inside
icmp permit any inside2
mtu outside 1500
mtu inside 1500
mtu inside2 1500
ip address outside 192.168.100.4 255.255.255.0
ip address inside 10.18.1.1 255.255.255.0
ip address inside2 192.168.100.5 255.255.255.128
ip audit info action alarm
ip audit attack action alarm
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
access-group 101 in interface outside
access-group 101 in interface inside2
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h225 1:00:00
timeout h323 0:05:00 mgcp 0:05:00 sip 0:30:00 sip_media 0:02:00
timeout uauth 0:05:00 absolute
aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server LOCAL protocol local
http server enable
http 192.168.100.5 255.255.255.255 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
telnet timeout 5
ssh timeout 5
console timeout 0
dhcpd auto_config outside
terminal width 80
Cryptochecksum:852a412bc587d5ce2f65c13f90151e2f
To test this thing I am plugged into my cisco 2900 which is inturn directly plugged into my cable modem. The cable modem has a IP of 192.168.100.1 with a 255.255.255.0 submask. as you can see my outside connection and inside2 connection are very similar in IPs, but I do have two different subnets. My problem is that I can ping from my pc that is directly connected to inside2, but can't ping the outside ip address. I also can't ping from the PIX itself to the cable modem (IP address 192.168.100.1). We are only using this IP scheme to test this. Once I make sure it all works I will be changing the inside IP address scheme to a complete differnt IP and subnet mask.
Could the IPs being to similar with to small a diffence in masks be my problem or am I missing something? Any help would be great.
Thanks