Hi folks, I'm trying to set up port forwarding so I can SSH to the computer in my basement from outside of my home.
Within my home, I can ssh to my local machine at 192.168.1.2, and I can also ssh to it using the remote IP of 107.4.193.235. When I'm outside of the home, the connection times out. So I think it might have something to do with the WAN -> LAN forwarding rules.
I've tried using LuCI and the command line, I have this forwarding rule set up:
config redirect
option name 'ssh'
option src 'wan'
option proto 'tcpudp'
option src_dport '22'
option dest_ip '192.168.1.2'
option dest 'lan'
As described by this page: https://lede-project.org/docs/user-guide/firewall_configuration
Since I think something else is interfering, here's the whole list:
Another suspicion is that it might have something to do with ipv6, but I experimented with that and didn't really figure anything out.
My router and software version info:
Hostname LEDE
Model Linksys WRT1900ACv2
Firmware Version Lede leviathan V SNAPSHOT r3582-8873474 / LuCI Master (git-17.056.73941-fd2c692)
Kernel Version 4.4.50
Thanks in advance for the help, let me know if there is anything else I can provide that will help.