If you wan to let the guest can't access the internal resource. You can configure refer to the following guide. Step 1: Let the guest wifi use different vlan with the internal resource. Step 2: Configure ACL to blcok the guest IP to internal resource IP. The ACL configuration example: Guest vlan: vlan 10, 192.168.10.0/24 Internal resource vlan: vlan 20, 192.168.20.0/24 Ruijie#con ter Ruijie(config)#ip access-list extended 101 Ruijie(config-ext-nacl)#10 deny ip 192.168.10.0 0.0.0.255 192.168.20.0 0.0.0.255 Ruijie(config-ext-nacl)#20 permit ip any any Ruijie(config-ext-nacl)#exit Ruijie(config)#interface g0/1 //need to make sure that the user traffic will come in this switch port Ruijie(config-if-BVI 10)#ip access-group 101 in Ruijie(config-if-BVI 10)#end Ruijie#wr |
This site contains user submitted content, comments and opinions and is for informational purposes only. Ruijie may provide or recommend responses as a possible solution based on the information provided; every potential issue may involve several factors not detailed in the conversations captured in an electronic forum and Ruijie can therefore provide no guarantee as to the efficacy of any proposed solutions on the community forums. Ruijie disclaims any and all liability for the acts, omissions and conduct of any third parties in connection with or related to your use of the site. All postings and use of the content on this site are subject to the Ruijie Community Terms of Use.
More ways to get help: Visit Support Videos, call us via Service Hotline, Facebook or Live Chat.
©2000-2023 Ruijie Networks Co,Ltd