Skip to content

Commit 1153386

Browse files
KS Chanbrianmay
authored andcommitted
Fix description of excludes in Windows setup
And some subtle grammar. Closes: #66
1 parent 0392a77 commit 1153386

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/windows.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ NIC. Then, run sshuttle inside the VM like below::
99

1010
sshuttle -l 0.0.0.0 -x 10.0.0.0/8 -x 192.168.0.0/16 0/0
1111

12-
10.0.0.0/8 excludes NAT traffics of Vagrant and 192.168.0.0/16 excludes
13-
traffics to my router.
12+
10.0.0.0/8 excludes NAT traffic of Vagrant and 192.168.0.0/16 excludes
13+
traffic to local area network (assuming that we're using 192.168.0.0 subnet).
1414

1515
Assuming the VM has the IP 192.168.1.200 obtained on the bridge NIC (we can
16-
configure that in Vagrant), we can then ask windows to route all its traffic
16+
configure that in Vagrant), we can then ask Windows to route all its traffic
1717
via the VM by running the following in cmd.exe with admin right::
1818

1919
route add 0.0.0.0 mask 0.0.0.0 192.168.1.200

0 commit comments

Comments
 (0)