05-06-2024 07:09 AM
Hello,
I've set up a simple network in packet tracer and I'm trying to limit one of the devices to http and https traffic only. I've made this access list:
ip access-list extended Guestlist
permit tcp any any eq www
permit tcp any any eq 443
deny ip any any
and applied it to my interface:
interface GigabitEthernet1/0/7
switchport access vlan 555
switchport mode access
ip access-group Guestlist in
But it seems to have no effect? I can still use the end device to telnet in to the connected switch and an adjacent router. I have to be missing something simple, and I can't for the life of me figure it out
Solved! Go to Solution.
05-06-2024 07:15 AM
And immediately after posting I figure it out... didn't apply it to the vlan. Welp, let that be a lesson in attention to details
05-06-2024 07:15 AM
And immediately after posting I figure it out... didn't apply it to the vlan. Welp, let that be a lesson in attention to details
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide