Please don't shoot me down, I'm completely new to this, and it's actually part of a study question.
I've setup an ACL on in the incoming port of fa0/0 of a switch in packet tracer. It successfully allows only even IP addresses in a specific range through:
Extended IP access list 107
permit tcp 0.0.0.0 255.255.255.254 0.0.0.0 255.255.255.254 eq www (2 match(es))
permit tcp 0.0.0.0 255.255.255.254 0.0.0.0 255.255.255.254 eq 443
What I can't seem to do, is to allow all other traffic - which is what the question asks for. I must not be understanding this correctly, but the two lines only specific traffic through, and then there's an implicit deny anything else?
How can I allow 'all other' traffic through without allowing what was previously being denied, now being allowed through? Does that even make sense?