A Static Route

I added a separate router – a WRT310n V2 to my ASUS Zenbook in the office. I run Android Studio over a VNC connection.

I was having trouble reaching it from my wired connection which is connected to my main wireless router.

I ended up setting a static route to the ASUS Zenbook from my wired computer to it even though it was on the same network.

I did it in rc.local

route add zenbook gw 192.168.1.6

Zenbook is the ASUS Zenbook. The gateway is gw. And 192.168.1.6 is the other wireless router.