RUCKUS Community Forums are now in READ-ONLY mode while we migrate to a new platform.
You will still be able to read posts and knowledge articles, but will be unable to post new content until Go Live on the new platform Monday August 17.
Lennar Smart Home customers: please contact [email protected] for assistance during the week of August 9-17.
05-21-2019 09:24 AM
Solved! Go to Solution.
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
05-21-2019 10:41 AM
05-22-2019 09:22 AM
05-22-2019 08:23 AM
05-22-2019 09:35 AM
