From 4bfe75290579bf58e1833c4d8cababb5952995ec Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Wed, 22 Dec 2010 15:57:44 +0100 Subject: [PATCH] Add section about Subnet = 0.0.0.0/0 to the redirect-gateway example. --- examples/redirect-gateway.mdwn | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.20.1