sudo apt-get install sshuttle
sudo apt-get install git git clone git://github.com/sshuttle/sshuttle
./sshuttle -r Proxy_IP NETZ_zum_Umleiten
Kontrolle
iptables -t nat -n -L
The most basic use of sshuttle looks like 0/0 is shortcut for 0.0.0.0/0
./sshuttle -r username@sshserver 0/0 -vv
DNS queries to be proxied through the DNS server of the server you are connect to
./sshuttle --dns -r username@sshserver 0/0 -vv