F5F Stay Refreshed Power Users Networks Transmit web page using SSH connection

Transmit web page using SSH connection

Transmit web page using SSH connection

M
Mannagryn1
Member
122
05-14-2021, 04:04 AM
#1
You can reach your home router page by connecting to the same local network through SSH. Since you're in another country, ensure your server has proper network configuration and firewall settings allow remote access from that location.
M
Mannagryn1
05-14-2021, 04:04 AM #1

You can reach your home router page by connecting to the same local network through SSH. Since you're in another country, ensure your server has proper network configuration and firewall settings allow remote access from that location.

G
gavin520
Junior Member
13
05-22-2021, 02:49 AM
#2
Your router's connection details are ready: ISP Wise, PPPoE, fixed IP, or DHCP. Let me know what you need!
G
gavin520
05-22-2021, 02:49 AM #2

Your router's connection details are ready: ISP Wise, PPPoE, fixed IP, or DHCP. Let me know what you need!

J
JP_0620
Junior Member
35
06-10-2021, 03:16 AM
#3
Use a tunnel in putty or SSH client to set your local PC port and target server, then connect to your host remotely via the tunnel.
J
JP_0620
06-10-2021, 03:16 AM #3

Use a tunnel in putty or SSH client to set your local PC port and target server, then connect to your host remotely via the tunnel.

T
TheLion
Junior Member
26
06-12-2021, 02:21 PM
#4
DHCP still works, but you can reach your home IP via a domain name.
T
TheLion
06-12-2021, 02:21 PM #4

DHCP still works, but you can reach your home IP via a domain name.

J
JartyParty
Member
67
06-13-2021, 06:24 PM
#5
Connect via the Windows SSH client by typing the server address, providing your username and password. Follow the prompts to establish the connection.
J
JartyParty
06-13-2021, 06:24 PM #5

Connect via the Windows SSH client by typing the server address, providing your username and password. Follow the prompts to establish the connection.

W
Wolfyyy_
Senior Member
358
06-13-2021, 06:58 PM
#6
Use the -L flag with proper port mapping. Example: ssh [email protected] -L 12345:10.1.1.9:32400. Browsing 127.0.0.1:12345 will redirect to the specified destination/port pair.
W
Wolfyyy_
06-13-2021, 06:58 PM #6

Use the -L flag with proper port mapping. Example: ssh [email protected] -L 12345:10.1.1.9:32400. Browsing 127.0.0.1:12345 will redirect to the specified destination/port pair.

S
Sihere
Member
187
06-14-2021, 09:09 AM
#7
The error occurs when trying to reach the page "channel 3" because administrative restrictions prevent it from opening.
S
Sihere
06-14-2021, 09:09 AM #7

The error occurs when trying to reach the page "channel 3" because administrative restrictions prevent it from opening.