Cannot port forward SSH
Here's the situation:
I use the business router (ER7206) inside my LAN to create an isolated "sub" LAN.
The setup goes like this:
- Brand new out of the box (which means many default settings are in effect)
- The WAN is on the subnet 192.168.1.x / 24
- The LAN is 165.26.79.x / 23
- The WAN port of the ER7206 is 192.168.1.204
- I have a Ubuntu laptop that hosts a server (SSHD) that is assigned the address 165.26.79.7 on the LAN.
Now...
- I want to port forward SSH so that I can connect to the laptop from the WAN.
- I've added a virtual server with the intent of port forwarding port 22 from the WAN side (e.g. ssh -p 22 user@192.168.1.204) to the laptop at 165.26.79.7
- I've confirmed that within the LAN, I can successfully connect to the SSHD server on the laptop (e.g. ssh -p 22 user@165.26.79.7)
- I've confirmed that the ER7206 is reachable from the WAN at 192.168.1.204 (ping 192.168.1.204)
But...
It just doesn't work. Why in the name of all that is sacred is this so difficult?
Somebody... anybody... please help me.
Thanks,
Louis