hidalgo1716
Technical User
Hello everyone,
I am the noob here. I did a google search for my problem and found this site which explained quite a bit and I thought that I understood what was going on, until I entered my ACL's into the router and well, not what I expected. I am trying to restrict all internet access to a certain number of IP addresses within my network, but it's not going well.
First ACL was this:
access-list 101 deny ip 192.168.1.12 0.0.0.0 any
access-list 101 permit ip 192.168.1.0 0.0.0.255 any
This completely restricted internet access to all hosts when I was only trying to restrict access to 192.168.1.12
Next I tried:
access-list 101 deny ip 192.168.1.12 0.0.0.0 any
access-list 101 permit ip any any
This apparently did nothing as everyone had access unrestricted.
This ACL is being applied to my VLAN1 outbound.
I am not sure what I am doing wrong, it seems pretty straight forward, unless my wildcards are backwards???
Please if anyone can help it will be greatly appreciated
I am the noob here. I did a google search for my problem and found this site which explained quite a bit and I thought that I understood what was going on, until I entered my ACL's into the router and well, not what I expected. I am trying to restrict all internet access to a certain number of IP addresses within my network, but it's not going well.
First ACL was this:
access-list 101 deny ip 192.168.1.12 0.0.0.0 any
access-list 101 permit ip 192.168.1.0 0.0.0.255 any
This completely restricted internet access to all hosts when I was only trying to restrict access to 192.168.1.12
Next I tried:
access-list 101 deny ip 192.168.1.12 0.0.0.0 any
access-list 101 permit ip any any
This apparently did nothing as everyone had access unrestricted.
This ACL is being applied to my VLAN1 outbound.
I am not sure what I am doing wrong, it seems pretty straight forward, unless my wildcards are backwards???
Please if anyone can help it will be greatly appreciated