08-08-2017 11:39 AM - edited 03-08-2019 11:40 AM
I have a Cisco 1841 integrated router I am working with and need to know:
How can I prevent a guest network (10.1.6.0/24) from accessing all my internal networks (switches, routers, aps, mainfrains)....
Currently, computers connected to the VLAN:
Attached is the config file...
Thank you for your help
08-08-2017 11:58 AM
Hello
If they are coming in from you wan interface then:
sh access-list 100 <--- check the sequence numbers after the last deny entry use the next number but it has to be under the first permit number
Example:
20 deny
30 permit
ip access-list extended 100
25 deny ip 10.1.6.0 0.0.0.255 any
exit
res
paul
08-08-2017 02:47 PM
What do you mean by WAN interface, the modem?
My guests will be connecting thru APs I have that are managed by a virtual controller attached to port on my switch.
08-08-2017 02:48 PM
Hi
Other way is using VRF so this subnet 10.1.6.0/24 will be in other routing table never merged with the global routing table. (unless you want)
:-)
08-08-2017 03:09 PM
VRF sounds good. How would I need to change the current config file and what what would I need to add in order to get this working?
08-08-2017 03:29 PM
Hi
Where is the gateway for that subnet created?
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