05-21-2019 09:24 AM
05-23-2019 05:52 AM
04-08-2023 02:27 AM
Hi,
Updating the below info with solution:
By design the APs will use the below sites to check the internet status.
captive.apple.com
www.microsoft.com
www.baidu.com
We have introduced the option to disable the Internet check. With this option, we can disable the internet check completely or disable particular site. This can be done from the CLI
ruckus> en
ruckus# config
You have all rights in this mode.
ruckus(config)# system
ruckus(config-sys)# show internet-check
Internet Check:
Company = apple, Enable = 1
Internet Check:
Company = microsoft, Enable = 1
Internet Check:
Company = ruckus, Enable = 1
Now to disable this use the below command:
ruckus(config-sys)# no internet-check all
The internet check settings have been updated.
ruckus(config-sys)# end
Your changes have been saved.
To cross check:
ruckus(config)# system
ruckus(config-sys)# show internet-check
Internet Check:
Company = apple, Enable = 0
Internet Check:
Company = microsoft, Enable = 0
Internet Check:
Company = ruckus, Enable = 0
I would recommend using this function in 200.14, which will be available from April 2nd week 2023