dbdataplus
Technical User
I have an older PIX 501 that came with no documentation that I'm trying to set up on a small network. The default setup brought me OUTBOUND stuff OK (I'm using it now) but I can't get inbound traffic to hit my internal web server.
I can ping the pix from outside and from inside, I can hit the web server from inside ... and because I have a second NIC card in the server that is temporarily exposed to the outside world on a separate IP ... I know for a fact that the server is up and accessible. It's only through the PIX that doesn't work.
The fundamental roadblock is that the PIX instructions read as if they themselves were encrypted.
Anyway .. here is the PIX config. I have XX'd out the external IP address & gateway address ... but they ARE correct. Can anyone spot what I did wrong or what I missed?
PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password LZiV3n9oRfYytZ8S encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname router
domain-name private1.com
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
names
access-list inbound permit tcp any host XX.XX.XX.XX eq www
access-list inbound permit icmp any host XX.XX.XX.XX
interface ethernet0 10baset
interface ethernet1 10full
mtu outside 1500
mtu inside 1500
ip address outside XX.XX.XX.XX 255.255.255.248
ip address inside 192.168.0.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm location 192.168.0.10 255.255.255.255 inside
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp interface 255.255.255.255 0 0
access-group inbound in interface outside
route outside 0.0.0.0 0.0.0.0 XX.XX.XX.XX 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 0:05:00 si
p 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.0.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
no sysopt route dnat
telnet 0.0.0.0 0.0.0.0 outside
telnet 192.168.0.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
terminal width 80
Cryptochecksum:c95cfdc4818bc911a9fbf6d20ff356a0
I can ping the pix from outside and from inside, I can hit the web server from inside ... and because I have a second NIC card in the server that is temporarily exposed to the outside world on a separate IP ... I know for a fact that the server is up and accessible. It's only through the PIX that doesn't work.
The fundamental roadblock is that the PIX instructions read as if they themselves were encrypted.
Anyway .. here is the PIX config. I have XX'd out the external IP address & gateway address ... but they ARE correct. Can anyone spot what I did wrong or what I missed?
PIX Version 6.2(2)
nameif ethernet0 outside security0
nameif ethernet1 inside security100
enable password LZiV3n9oRfYytZ8S encrypted
passwd 2KFQnbNIdI.2KYOU encrypted
hostname router
domain-name private1.com
fixup protocol ftp 21
fixup protocol http 80
fixup protocol h323 h225 1720
fixup protocol h323 ras 1718-1719
fixup protocol ils 389
fixup protocol rsh 514
fixup protocol rtsp 554
fixup protocol smtp 25
fixup protocol sqlnet 1521
fixup protocol sip 5060
fixup protocol skinny 2000
names
access-list inbound permit tcp any host XX.XX.XX.XX eq www
access-list inbound permit icmp any host XX.XX.XX.XX
interface ethernet0 10baset
interface ethernet1 10full
mtu outside 1500
mtu inside 1500
ip address outside XX.XX.XX.XX 255.255.255.248
ip address inside 192.168.0.1 255.255.255.0
ip audit info action alarm
ip audit attack action alarm
pdm location 192.168.0.10 255.255.255.255 inside
pdm history enable
arp timeout 14400
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0
static (inside,outside) tcp interface 255.255.255.255 0 0
access-group inbound in interface outside
route outside 0.0.0.0 0.0.0.0 XX.XX.XX.XX 1
timeout xlate 3:00:00
timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 rpc 0:10:00 h323 0:05:00 si
p 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.0.0 255.255.255.0 inside
no snmp-server location
no snmp-server contact
snmp-server community public
no snmp-server enable traps
floodguard enable
no sysopt route dnat
telnet 0.0.0.0 0.0.0.0 outside
telnet 192.168.0.0 255.255.255.0 inside
telnet timeout 5
ssh timeout 5
terminal width 80
Cryptochecksum:c95cfdc4818bc911a9fbf6d20ff356a0