NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
Z42985
Oct 25, 2019Aspirant
RBR850 Changing Guest LAN IP subnet / Guest Wireless subnet- The IP address conflicts with the Guest
When I attempt to change my LAN subnet to 192.168.2.0 I get this error message. "The IP address conflicts with the Guest LAN IP subnet. Please enter a different IP address." So how do I change the...
- Oct 27, 2019
If you like you can go for changing the guest network reserved address range using telnet commands as follows:
- nvram set lan1_ipaddr=192.168.3.1
- nvram set lan1_gateway=192.168.3.1
- nvram set lan_ipaddr2=192.168.3.1
- nvram set dhcp_start2=192.168.3.2
- nvram set dhcp_end2=192.168.3.254
- nvram commit
- reboot the router
- Set the LAN IP address to 192.168.2.1 in the Orbi web GUI under >> ADVANCED >> Setup >> LAN Setup
ekhalil
Oct 27, 2019Master
But this will end you up with 2 networks, devices on one network will not be able to communicate with devices on the other network.
Z42985
Oct 27, 2019Aspirant
Yeah, I also added a second IP to my desktop so it's on both which then allows me to connect to them to change their IPs.
- ekhalilOct 27, 2019Master
If you like you can go for changing the guest network reserved address range using telnet commands as follows:
- nvram set lan1_ipaddr=192.168.3.1
- nvram set lan1_gateway=192.168.3.1
- nvram set lan_ipaddr2=192.168.3.1
- nvram set dhcp_start2=192.168.3.2
- nvram set dhcp_end2=192.168.3.254
- nvram commit
- reboot the router
- Set the LAN IP address to 192.168.2.1 in the Orbi web GUI under >> ADVANCED >> Setup >> LAN Setup