Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I have a PIX 525 configured as a firewall with VPN function, but these two lines didn't work:access-list 100 deny tcp 192.168.12.0 255.255.255.0 eq 10001 host 172.16.5.23access-list 100 deny tcp 192.168.12.0 255.255.255.0 host 172.16.5.23 eq 10001 bu...
The fourth line "access-list 100 deny ip 192.168.12.0 255.255.255.0 host 172.16.5.23 " deleted, I use the command "netstat -an" in the client host 172.16.5.23,and I can found the TCP connection established at the port 10001.