|
|
|
|
|
by dheera
3845 days ago
|
|
I usually just use sshuttle, which does the ssh-vpn-proxying in one go. $ sudo apt-get install sshuttle $ sudo sshuttle --dns --no-latency-control -l 0.0.0.0 -vr username@hostname 0/0 After this you'll have a NATed IP address and all your TCP and DNS requests will appear to come from hostname. |
|