When connecting to your remote LANforge hardware (presumably accessible over a VPN) you will notice poor response time and lag in your LANforge GUI or your VNC connection. Many VPN connections are based on UDP protocols and packet loss might be affecting your connection quality. Below we explain how to set up SSH tunnels that increase the quality of your connection. | |
ssh -CnNL 5901:localhost:5901 lanforge@ct523c-8a33Using the above set of commands, you can connect your VNC viewers multiple X11 display ports on your laptop:
ssh -CnNL 5902:localhost:5901 lanforge@ct523c-fc30
ssh -CnNL 5903:localhost:5901 lanforge@ct521a-110b
ssh -CnNL 5904:localhost:5901 lanforge@ct523-3231
For more information see Please visit the SSH man page for further flags and switches
ssh -CnNv -L 4001:localhost:4001 \Notice that in a secure VNC and secured LANforge configuration, this will forward the remote hosts localhost bound ports to your laptop.
-L 4002:localhost:4002 \
-L 5900:localhost:5901 \
user@192.168.100.1
For more information see Connecting with PuTTy.