Add section about Subnet = 0.0.0.0/0 to the redirect-gateway example.
authorGuus Sliepen <guus@tinc-vpn.org>
Wed, 22 Dec 2010 14:57:44 +0000 (15:57 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Wed, 22 Dec 2010 14:57:44 +0000 (15:57 +0100)
examples/redirect-gateway.mdwn

index a334463..180d572 100644 (file)
@@ -86,3 +86,10 @@ These script use the iproute2 commands, because they are easier to work with.
 The `VPN_GATEWAY` variable has to be filled in by hand.
 The `ORIGINAL_GATEWAY` variable copies the relevant information from the original default route
 to create the exception route to the VPN server.
+
+### Further configuration
+
+The only thing left is to ensure the tinc daemons know which node to send all packets to.
+Make sure the following line is in `/etc/tinc/myvpn/hosts/server`:
+
+       Subnet = 0.0.0.0/0