I am using port forwarding to access a server behind the Teltonika router.
I can then create a ssh-tunnel to other network equipment within the LAN.
Trying to access the webui is another thing altogether - I cannot even open the webui using the links-web brower on my Linux box. I get a “connection refused” error.
The same happens if I create the tunnel using ssh mybox.com -L 8080:192.168.1.1:80. Opening the browser to localhost:8080 results in “open failed: connect failed: Connection refused”.
I’d appreciate a little help in accessing my router securely over one ssh-tunnel, as it would be my preferred way…