File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ NIC. Then, run sshuttle inside the VM like below::
9
9
10
10
sshuttle -l 0.0.0.0 -x 10.0.0.0/8 -x 192.168.0.0/16 0/0
11
11
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) .
14
14
15
15
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
17
17
via the VM by running the following in cmd.exe with admin right::
18
18
19
19
route add 0.0.0.0 mask 0.0.0.0 192.168.1.200
You can’t perform that action at this time.
0 commit comments