What are some good tools/methods for troubleshooting PIX access-list issues? For example, say that we're blocking all outbound smtp after allowing all of our email servers smtp access (as noted in sample below). The email admin stops by one morning and says that he can no longer send smtp to external clients from email server 172.28.12.16 but but the server has tested OK. How can I verify that smtp traffic is or is not showing up at the internal pix interface and passing thru the pix to external clients?
sample access-list >>
access-list net_in permit tcp host 172.28.12.38 any eq smtp
access-list net_in permit tcp host 172.28.12.16 any eq smtp
access-list net_in permit tcp host 172.28.12.12 any eq smtp
access-list net_in permit tcp host 172.28.12.14 any eq smtp
access-list net_in deny tcp any any eq smtp
access-list net_in permit ip any any
Scenario 2.
I allow from outside interface to several internal web servers but one day web admin says that "web server3" is no longer responding to outside requests but is responding to internal requests?
sample access-list =
static (inside,outside) 12.31.208.195 172.28.12.5 netmask 255.255.255.255 0 0
static (inside,outside) 12.31.208.196 172.28.12.6 netmask 255.255.255.255 0 0
static (inside,outside) 12.31.208.197 172.28.12.16 netmask 255.255.255.255 0 0
access-list inbound permit tcp any host 12.31.208.195 eq www
access-list inbound permit tcp any host 12.31.208.196 eq www
access-list inbound permit tcp any host 12.31.208.197 eq smtp
I need a way to quickly troubleshoot these type of issues either via Telnet "CLI" or the PDM.
Thoughts? TIA!
sample access-list >>
access-list net_in permit tcp host 172.28.12.38 any eq smtp
access-list net_in permit tcp host 172.28.12.16 any eq smtp
access-list net_in permit tcp host 172.28.12.12 any eq smtp
access-list net_in permit tcp host 172.28.12.14 any eq smtp
access-list net_in deny tcp any any eq smtp
access-list net_in permit ip any any
Scenario 2.
I allow from outside interface to several internal web servers but one day web admin says that "web server3" is no longer responding to outside requests but is responding to internal requests?
sample access-list =
static (inside,outside) 12.31.208.195 172.28.12.5 netmask 255.255.255.255 0 0
static (inside,outside) 12.31.208.196 172.28.12.6 netmask 255.255.255.255 0 0
static (inside,outside) 12.31.208.197 172.28.12.16 netmask 255.255.255.255 0 0
access-list inbound permit tcp any host 12.31.208.195 eq www
access-list inbound permit tcp any host 12.31.208.196 eq www
access-list inbound permit tcp any host 12.31.208.197 eq smtp
I need a way to quickly troubleshoot these type of issues either via Telnet "CLI" or the PDM.
Thoughts? TIA!