Can't port forward ssh on Asus RT-NU56 wireless router
- by Matt
I cannot ssh in (using putty) when I use 10.0.1.31 as the address.
database server - wired switch part of Asus wireless router - office LAN
So basically, we want to ssh in to the database server from our computer on the wired office LAN. Asus router has an ip of 10.0.1.31 and database server has a static IP of 192.168.0.20
I set up port forwarding like this:
ssh 22 192.168.0.20 22 BOTH
Firewall is turned completely off.
Any other settings I'm missing?