F5F Stay Refreshed Power Users Networks Secure connection to the network from a distance.

Secure connection to the network from a distance.

Secure connection to the network from a distance.

L
LucasandClaus
Senior Member
438
12-07-2016, 06:00 AM
#1
You're asking how to connect to your router's web interface from a location far away without the usual delays. Since you already have remote access through Remot3.it, consider setting up a dedicated VPN or using a fast proxy service. Alternatively, if you prefer a simpler setup, you could run a lightweight terminal emulator like TinyVNC or even a browser extension that lets you browse the router's web UI directly from your phone or another device. This way, you can view and modify settings without relying on a slow connection.
L
LucasandClaus
12-07-2016, 06:00 AM #1

You're asking how to connect to your router's web interface from a location far away without the usual delays. Since you already have remote access through Remot3.it, consider setting up a dedicated VPN or using a fast proxy service. Alternatively, if you prefer a simpler setup, you could run a lightweight terminal emulator like TinyVNC or even a browser extension that lets you browse the router's web UI directly from your phone or another device. This way, you can view and modify settings without relying on a slow connection.

J
Jorski
Member
219
12-19-2016, 01:14 PM
#2
The optimal method is using a VPN.
J
Jorski
12-19-2016, 01:14 PM #2

The optimal method is using a VPN.

E
EmilyPlanet
Member
207
12-20-2016, 08:28 AM
#3
The most effective method seems to be employing OpenVPN in bridging mode, which lets you join the VPN and access the network like you're normally connected. However, it does require significant setup effort.
E
EmilyPlanet
12-20-2016, 08:28 AM #3

The most effective method seems to be employing OpenVPN in bridging mode, which lets you join the VPN and access the network like you're normally connected. However, it does require significant setup effort.

F
Fishbite101
Member
150
12-27-2016, 03:41 PM
#4
Is there a way to set up the WAN GUI on your router?
F
Fishbite101
12-27-2016, 03:41 PM #4

Is there a way to set up the WAN GUI on your router?

X
xanderzone317
Posting Freak
957
12-27-2016, 10:58 PM
#5
If you have SSH access to the RPI and the RPI is able to see the router WebUI, you can open a SSH connection with local port forwarding with just a command. Then, from your real computer, accesing localhost and the port you just forwarded, you should see the router WebUI as if you were in your RPI. It can be a bit confusing, so I'll provide an example: - Your router WebUI is accesible through 10.0.0.1 and port 8443 on your RPI's local network. - Your WAN IP is 123.123.123.123. SSH to 123.123.123.123:22 let you access your RPI. - You want to forward your 10000 local port. Then you do: ssh -L 10000:10.0.0.1:8443 [email protected] Then you point your browser to localhost:10000 (remember to use HTTPS or HTTP according of the WebUI configuration) and done.
X
xanderzone317
12-27-2016, 10:58 PM #5

If you have SSH access to the RPI and the RPI is able to see the router WebUI, you can open a SSH connection with local port forwarding with just a command. Then, from your real computer, accesing localhost and the port you just forwarded, you should see the router WebUI as if you were in your RPI. It can be a bit confusing, so I'll provide an example: - Your router WebUI is accesible through 10.0.0.1 and port 8443 on your RPI's local network. - Your WAN IP is 123.123.123.123. SSH to 123.123.123.123:22 let you access your RPI. - You want to forward your 10000 local port. Then you do: ssh -L 10000:10.0.0.1:8443 [email protected] Then you point your browser to localhost:10000 (remember to use HTTPS or HTTP according of the WebUI configuration) and done.

J
juniorhockey
Member
171
12-29-2016, 04:34 AM
#6
I follow an SSH-based Socks setup. The guide you shared explains how to create a secure tunnel using SSH without needing a VPN. It’s useful for certain applications and works with browsers like Firefox, letting you access the web as if you were connected through a Raspberry Pi.
J
juniorhockey
12-29-2016, 04:34 AM #6

I follow an SSH-based Socks setup. The guide you shared explains how to create a secure tunnel using SSH without needing a VPN. It’s useful for certain applications and works with browsers like Firefox, letting you access the web as if you were connected through a Raspberry Pi.