I'm trying to access my router web interface remotely, but I don't have access to the router for another few months (traveling).
internally, my ubuntu server's IP is [192.168.1.111]. My router IP is [192.168.1.1]
let's say the domain name example.com forwards to my router (WAN IP). I currently have port 80 fwd'ed to 192.168.1.111. (I also have port 22 fwd'ed).
Can I set SSH up on my Ubuntu server (or something else) that will allow me to fwd back to the router (192.168.1.1)?
Basically I want to put in "example.com" on my laptop (in another country) and see my router's web interface.
Thanks! :)