IllegalOperation
Technical User
I just created the following access list on a 1721 router, and enabled it on its serial WAN interface....
ip access-list extended test
permit tcp any any established
permit ip any 192.168.50.0 0.0.0.3
permit ip any host x.x.x.x
What I want it to do is to allow packets that are only requested from inside the 1721 to pass through (established rule), allow packets from that 192.168.50.0 subnet to pass through, and to allow access from a different router located at a remote site (with a registered IP address of x.x.x.x).
Unfortunately, the third rule is not working at all. As soon as I enable this access list on the 1721's interface, I can no longer telnet/ping to that router with the "x.x.x.x" router. They communicate fine when the access list is disabled. Is there something that I am missing that will let me have the two routers communicate when the access list is enabled?
ip access-list extended test
permit tcp any any established
permit ip any 192.168.50.0 0.0.0.3
permit ip any host x.x.x.x
What I want it to do is to allow packets that are only requested from inside the 1721 to pass through (established rule), allow packets from that 192.168.50.0 subnet to pass through, and to allow access from a different router located at a remote site (with a registered IP address of x.x.x.x).
Unfortunately, the third rule is not working at all. As soon as I enable this access list on the 1721's interface, I can no longer telnet/ping to that router with the "x.x.x.x" router. They communicate fine when the access list is disabled. Is there something that I am missing that will let me have the two routers communicate when the access list is enabled?