From: Guus Sliepen Date: Wed, 22 Dec 2010 14:57:44 +0000 (+0100) Subject: Add section about Subnet = 0.0.0.0/0 to the redirect-gateway example. X-Git-Url: https://www.tinc-vpn.org/git/browse?p=wiki;a=commitdiff_plain;h=4bfe75290579bf58e1833c4d8cababb5952995ec Add section about Subnet = 0.0.0.0/0 to the redirect-gateway example. --- diff --git a/examples/redirect-gateway.mdwn b/examples/redirect-gateway.mdwn index a334463..180d572 100644 --- a/examples/redirect-gateway.mdwn +++ b/examples/redirect-gateway.mdwn @@ -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