Help configuring second router

I'm a new noob user of OpenWrt and I can't configure my second router with OpenWrt installed. Router: Linksys WRT1900ACS v2
OpenWrt installed: openwrt-19.07.3-mvebu-cortexa9-linksys_wrt1900acs-squashfs-factory
from Table of Hardware: Firmware downloads
I have the main router connected to the WAN port in my OpenWrt router but there is no internet (everything on default). I used to have Linksys, TP-Link, and DD-WRT firmware working but not OpenWrt.
I want the second router (with OpenWrt) to have a separate network with different subnet IP.
Like this picture
issue30

Please help me configure the second router.

Change the LAN IP of the OpenWrt router to 192.168.0.1. It should then work with everything else default.

Routing does not work if both networks are the same IP range, and OpenWrt's default is 192.168.1.X same as your existing network.

2 Likes

I had trouble changing it through the web GUI. I used Putty with these SSH commands

uci set network.lan.ipaddr=192.168.0.1
uci commit
/etc/init.d/network restart
reboot

and it worked. Thanks for your reply.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.