S
Somo
For example I have IP Filters:
SOURCE -direction- DESTINATION Protocol Action
Any <-> MyIPAddress Any Block
Any:80 <-> MyIPAddress:Any TCP Permit
Any:Any <-> MyIPAddress:1 TCP Block
Is it possible to scan MyIPAddress:1 from source port 80?
Scan packets will be:
Any:80 -> MyIPAddress:1 TCP
so, in what order IP Filters would be applied?
SOURCE -direction- DESTINATION Protocol Action
Any <-> MyIPAddress Any Block
Any:80 <-> MyIPAddress:Any TCP Permit
Any:Any <-> MyIPAddress:1 TCP Block
Is it possible to scan MyIPAddress:1 from source port 80?
Scan packets will be:
Any:80 -> MyIPAddress:1 TCP
so, in what order IP Filters would be applied?