NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
madhatter
Mar 10, 2019Apprentice
DISABLE LAN PORTS ON RBS50
I plan on putting the RBS50 (the satellite) in a family room / living room area. Guests would be able to access the internet through Guest-Mode Wireless. I want to prevent guests from being able to...
- Mar 11, 2019
madhatter wrote:
......... I am assuming that this change would need to be re-applied after every RBS50 firmware update, correct? .......
Commited configuration changes will be stored in NVRAM and will be restored after system restart, power cycle or upgrade. It will also be stored in backup and can be restored.
ekhalil
Mar 10, 2019Master
Try the following telnet command in the satellite:
> ifconfig $(config get dgc_netif_lan_phyif) down
Chuck_M
Mar 11, 2019Mentor
Does he have to use the command COMMIT afterwards?
- madhatterMar 11, 2019Apprentice
I've never used telnet on a router, but am certainly willing to try it ... I just need to know, what, exactly, I need to do.
Thanks
- ekhalilMar 11, 2019Master
madhatter wrote:
....... I just need to know, what, exactly, I need to do.
.......
- From browser go to the router's debug page (http://192.168.1.1/debug.htm). Use your router's IP address or http://orbilogin.com/debug.htm
- Enter admin as user name and your router’s management password
- Tick "Enable Telnet" option
- Use Telnet from your computer to connect to your Router telnet 192.168.1.1 and enter admin and the same password as above
- Enter the following commands:
- config get dgc_netif_lan_phyif --> printout should be eth1 for RBS50
- ifconfig eth1 down --> use the value that you got from the previous command
- ifconfig commit