NetworkDOC
MIS
When you try and ping the pix interface or any of the translated IP's notta.
I have allowed (access-list outside permit icmp any any) this use to work before we changed carriers. I can't put my finger on it though. When I run debug icmp trace I see where a icmp packet hits my external IP from the outside source IP. I don't see any returns though.
There are static translations (again these were working fine before the change) that point to a few web servers and an ftp server.
an excerpt for my config cleaned out of course.
access-list outside permit icmp any any
access-list outside permit tcp any host x.x.x.164 eq www
access-list outside permit tcp any host x.x.x.165 eq www
access-list outside permit tcp any host x.x.x.167 eq 14000
access-list outside permit tcp any host x.x.x.163 eq www
access-list outside permit tcp any host x.x.x.163 eq smtp
static (inside,outside) x.x.x.163 10.1.1.2 netmask 255.255.255.255
static (DMZ,outside) x.x.x.164 10.10.10.7 netmask 255.255.255.255
The debug trace is:
376: ICMP echo-request from outside:x.x.x.223 to x.x.x.164 ID=1024 seq=30979 length=40
379: ICMP echo-request from outside:x.x.x.223 to x.x.x.164 ID=1024 seq=31235 length=40
392: ICMP echo-request from outside:x.x.x.162 to x.x.x.163 ID=36804 seq=56213 length=40
I don't see any replies. Just the requests.
Any ideas are appreciated...
I have allowed (access-list outside permit icmp any any) this use to work before we changed carriers. I can't put my finger on it though. When I run debug icmp trace I see where a icmp packet hits my external IP from the outside source IP. I don't see any returns though.
There are static translations (again these were working fine before the change) that point to a few web servers and an ftp server.
an excerpt for my config cleaned out of course.
access-list outside permit icmp any any
access-list outside permit tcp any host x.x.x.164 eq www
access-list outside permit tcp any host x.x.x.165 eq www
access-list outside permit tcp any host x.x.x.167 eq 14000
access-list outside permit tcp any host x.x.x.163 eq www
access-list outside permit tcp any host x.x.x.163 eq smtp
static (inside,outside) x.x.x.163 10.1.1.2 netmask 255.255.255.255
static (DMZ,outside) x.x.x.164 10.10.10.7 netmask 255.255.255.255
The debug trace is:
376: ICMP echo-request from outside:x.x.x.223 to x.x.x.164 ID=1024 seq=30979 length=40
379: ICMP echo-request from outside:x.x.x.223 to x.x.x.164 ID=1024 seq=31235 length=40
392: ICMP echo-request from outside:x.x.x.162 to x.x.x.163 ID=36804 seq=56213 length=40
I don't see any replies. Just the requests.
Any ideas are appreciated...