http://itrus.i2p/itrus.su--linux_t&t--network--vpn--ssh_vpn_375.html
ssh vpn Edit /etc/ssh/sshd_config & add this string: PermitTunnel point-to-point And restart sshd Connect & setup network: # run as root or over sudo & connect to root ssh -w 14:14 root@host # 14 is number of tun interface # on remote server ip addr add 192.168.252.1/30 dev tun14 ip link set up tun14 # on local pc ip addr add 192.168.252.2/30 dev tun14 ip link set up tun14 Now you can work with this network just like with any other (add routes, do NAT, limit with a...