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.