Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configure the IPv4 and IPv6 routes to the networks handled by theĀ tun interface of computer B:

Code Block
# add an IPv4 route to the 10.2.0.0/255.255.0.0 network
route ADD 10.2.0.0 MASK 255.255.0.0 10.1.0.2

# add an IPv6 route to bbbb::/64 network
netsh interface ipv6 add route bbbb::/64 "IEEE802.3" aaaa::2

...