I have a pix 501. Currently I have a server inside the firewall that has a static NAT address and access-list defined for port 80. Users outside the network are able to access this ip fine.
However when other users inside the firewall attempt to access the web server using the PUBLIC NAT address, the server does not respond, and the ACL hit count does not increase.
Does the pix not allow traffic from inside to access outside addresses it has in it's static NAT table? Or am I simply missing an ACL?
Current IP Addresses:
ip address outside 10.0.0.1 255.255.255.0
ip address inside 192.168.1.254 255.255.255.0
static (inside,outside) 10.0.0.2 192.168.1.1 netmask 255.255.255.255 0 )
access-list PERMIT_IN line 6 permit tcp any host 10.0.0.2 eq 80 (hitcnt=
0)
Other clients machines are using the following PAT:
global (outside) 1 interface
nat (inside) 1 0.0.0.0 0.0.0.0 0 0