I'm sure there's a simple answer to this, but I sure can't work it out!
I have a test lab. At one end is a Cisco 1720 with several PCs plugged in to the FastEthernet interface (192.168.20.1/24), at the other end is a Cisco 2501 with a PC plugged in to the Ethernet interface (192.168.33.1/24). They are connected via a WAN connection.
I set up a standard access list on the 2501 as follows:
access-list 10 permit 192.168.20.0 0.0.0.15
If I apply this access-list to the Ethernet interface it works as I expect it to - namely, any PC hanging off the Cisco 1720 with an IP address in the range 192.168.20.1 to 192.168.20.15 can get through to the PC, those PCs with IP addresses outside this range can't.
Now comes the part I can't figure out - if I apply the same access-list to the 2501 Serial port everything gets blocked.
Why?
Thanks, Graham
I have a test lab. At one end is a Cisco 1720 with several PCs plugged in to the FastEthernet interface (192.168.20.1/24), at the other end is a Cisco 2501 with a PC plugged in to the Ethernet interface (192.168.33.1/24). They are connected via a WAN connection.
I set up a standard access list on the 2501 as follows:
access-list 10 permit 192.168.20.0 0.0.0.15
If I apply this access-list to the Ethernet interface it works as I expect it to - namely, any PC hanging off the Cisco 1720 with an IP address in the range 192.168.20.1 to 192.168.20.15 can get through to the PC, those PCs with IP addresses outside this range can't.
Now comes the part I can't figure out - if I apply the same access-list to the 2501 Serial port everything gets blocked.
Why?
Thanks, Graham