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.
What is the behavioral difference in the following?
permit ip 192.168.1.1 0.0.0.255 192.168.2.1 0.0.0.255deny any any-and-permit ip 192.168.1.1 0.0.0.255 192.168.2.1 0.0.0.255 anydeny any any
I was reading in another forum that the deny any any would block the tcp, udp and icmp portion of ip suite.This is why I ask this.I am wondering if this was true or not as I have a system right now that I ran netstat on and the ports are not coming t...
Let me rephrase.
if there is:
permit ip 192.168.1.1 0.0.0.255 192.168.2.1 0.0.0.255
deny any any
By using the IP Suite, this should allow all TCP, UDP, ICMP protocols.
I read in another forum that if written like this and a
deny any any
is at the ...