Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


ssh_p2p_tunnel

This is an old revision of the document!


SSH point-to-point tunnel

ssh -w 0:1 root@<remote_server> "ip addr add 192.168.2.1/24 dev tun1 && ip link set tun1 up"
ip addr add 192.168.2.2/24 dev tun0 && ip link set tun0 up
ssh_p2p_tunnel.1404896321.txt.gz · Last modified: 2014/07/09 08:58 by admin