ip access-list extended block113
deny tcp any eq ident any eq ident
permit tcp 10.0.0.0 0.0.0.255 eq telnet any
<explicit deny>
what does this tell you?
doesn't this mean anything with a source address of 10.0.0.0/24 going to port 23 going to anywhere on any port is permitted?
Keep knocking my telnet session out trying to see how the packets discarded for incoming port 113 requests.
When doing..
ip access-list extended block113
deny tcp any eq ident any eq ident
permit tcp any any
<explicit deny>
it doesn't seem to work right in blocking the port request for 113.
I was under the impression that Access lists are checked top to bottom. Or is this only on "access-list" not "ip access-lists"?
deny tcp any eq ident any eq ident
permit tcp 10.0.0.0 0.0.0.255 eq telnet any
<explicit deny>
what does this tell you?
doesn't this mean anything with a source address of 10.0.0.0/24 going to port 23 going to anywhere on any port is permitted?
Keep knocking my telnet session out trying to see how the packets discarded for incoming port 113 requests.
When doing..
ip access-list extended block113
deny tcp any eq ident any eq ident
permit tcp any any
<explicit deny>
it doesn't seem to work right in blocking the port request for 113.
I was under the impression that Access lists are checked top to bottom. Or is this only on "access-list" not "ip access-lists"?
