PIX Firewall Version 6.3(1)
hi, i need to ping my outside interface (1.2.3.4) from my lan (192.168.1.0/24) for monitoring purposes,
i have the following entries:
pixw(config)# sh access-list acl_inside | incl icmp access-list acl_inside line 45 permit icmp 192.168.1.0 255.255.255.0 any access-list acl_inside line 53 permit icmp any any
but I can not ping it,
I added: access-list acl_inside line icmp 192.168.1.0 255.255.255.0 interface outside
would that do the trick? I seem to remember, that pix doesn't allow ping to it's own interfaces - if that's the case, what would be a good workaround?
cheers, M