Title: How to set guest wifi on ruijie ap? [Print this page] Author: GTAC-Harvey Time: 2021-11-1 22:50 Title: How to set guest wifi on ruijie ap? How to set guest wifi on ruijie ap?
--Can't directly configure guest wifi. If you want 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.
Ruijie#conf 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 BVI 10
Ruijie(config-if-BVI 10)#ip access-group 101 out
Ruijie(config-if-BVI 10)#end
Ruijie#wr
Welcome to Ruijie Community (https://community.ruijienetworks.com/)