From 2dc7f940d169c7e36fe6b1179fe33bb15c142bb3 Mon Sep 17 00:00:00 2001 From: dswd Date: Fri, 12 Aug 2016 10:53:08 +0200 Subject: [PATCH] Updated Dial in Tutorial (markdown) --- Dial-in-Tutorial.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dial-in-Tutorial.md b/Dial-in-Tutorial.md index af998cf..3f76065 100644 --- a/Dial-in-Tutorial.md +++ b/Dial-in-Tutorial.md @@ -39,17 +39,20 @@ Here are the full configuration files for the nodes: #### Node1 peers: - gateway.example.com + device_type: tun shared_key: "mysupersecretkey" ifup: "ifconfig $IFNAME 192.168.254.1/16 mtu 1400" #### Node2 peers: - gateway.example.com + device_type: tun shared_key: "mysupersecretkey" ifup: "ifconfig $IFNAME 192.168.254.2/16 mtu 1400" #### Gateway peers: [] + device_type: tun shared_key: "mysupersecretkey" ifup: "ifconfig $IFNAME 192.168.254.254/24 mtu 1400; sysctl -w net.ipv4.ip_forward=1"