GL-AXT1800 unable to route traffic to subnet

The WiFi-Ethernet subnet of my GL-AXT1800 is 192.168.0.0. There is also a subnet(192.168.2.0) through the IP(192.168.0.101(connected through WiFi)). I've added following unicast routes:

But these routes didn't give access to 192.168.2.0 subnet from 192.168.0.0 subnet

I only could enable this route by executing

root@GL-AXT1800:~# route add -net 192.168.2.0 netmask 255.255.255.0 gw 192.168.0.101

But this route is lost up on reboot.

Quick fix: Add the line route add -net 192.168.2.0 netmask 255.255.255.0 gw 192.168.0.101 to /etc/rc.local

1 Like

Huh, what does the UI do then?? My life was easier with TP-Link router!

I've reset the router and then added route to lan interface and it worked.