summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKS Chan <mrkschan@gmail.com>2016-01-20 18:01:13 +0800
committerBrian May <brian@linuxpenguins.xyz>2016-01-21 08:38:38 +1100
commit11533869a88a9bc1d9b0e1b32503d63b542db4ff (patch)
tree2912185d29733ab5b1a50aa671c391d71965344d
parent0392a779a2a2e3bdaef976354c335fca92900419 (diff)
Fix description of excludes in Windows setup
And some subtle grammar. Closes: #66
-rw-r--r--docs/windows.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/windows.rst b/docs/windows.rst
index 3bfff57..bd2f471 100644
--- a/docs/windows.rst
+++ b/docs/windows.rst
@@ -9,11 +9,11 @@ NIC. Then, run sshuttle inside the VM like below::
sshuttle -l 0.0.0.0 -x 10.0.0.0/8 -x 192.168.0.0/16 0/0
-10.0.0.0/8 excludes NAT traffics of Vagrant and 192.168.0.0/16 excludes
-traffics to my router.
+10.0.0.0/8 excludes NAT traffic of Vagrant and 192.168.0.0/16 excludes
+traffic to local area network (assuming that we're using 192.168.0.0 subnet).
Assuming the VM has the IP 192.168.1.200 obtained on the bridge NIC (we can
-configure that in Vagrant), we can then ask windows to route all its traffic
+configure that in Vagrant), we can then ask Windows to route all its traffic
via the VM by running the following in cmd.exe with admin right::
route add 0.0.0.0 mask 0.0.0.0 192.168.1.200