From a84568ea933bb1a50648cebea9660917e296b200 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 19 Dec 2017 12:07:44 +0000 Subject: [PATCH] Update sshuttle.md --- pages/osx/sshuttle.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/osx/sshuttle.md b/pages/osx/sshuttle.md index 8ce70d5165..64ee5a506c 100644 --- a/pages/osx/sshuttle.md +++ b/pages/osx/sshuttle.md @@ -7,10 +7,10 @@ `sshuttle --remote={{username}}@{{sshserver}} {{0.0.0.0/0}}` -- Forward all IPv4 TCP and DNS traffic via a remote SSH server: +- Forward all IPv4 TCP and DNS traffic: `sshuttle --dns --remote={{username}}@{{sshserver}} {{0.0.0.0/0}}` -- Forward all IPv4 and IPv6 traffic via a remote SSH server: +- Use the tproxy method to forward all IPv4 and IPv6 traffic: -`sudo sshuttle --remote={{username}}@{{sshserver}} --method=tproxy {{0.0.0.0/0}} {{::/0}} --exclude={{your_local_ip_address}} --exclude={{ssh_server_ip_address}}` +`sudo sshuttle --method=tproxy --remote={{username}}@{{sshserver}} {{0.0.0.0/0}} {{::/0}} --exclude={{your_local_ip_address}} --exclude={{ssh_server_ip_address}}`