diff --git a/Dial-in-Tutorial.md b/Dial-in-Tutorial.md index bb03e8b..15a88af 100644 --- a/Dial-in-Tutorial.md +++ b/Dial-in-Tutorial.md @@ -45,7 +45,7 @@ Here are the full configuration files for the nodes: shared_key: "mysupersecretkey" subnets: - 192.168.254.1/32 - ifup: "ifconfig $IFNAME 192.168.254.1/16 mtu 1400" + ifup: "ifconfig $IFNAME 192.168.254.1/16 mtu 1400; route add 192.168.1.0/24 via $IFNAME" #### Node2 peers: @@ -54,7 +54,7 @@ Here are the full configuration files for the nodes: shared_key: "mysupersecretkey" subnets: - 192.168.254.2/32 - ifup: "ifconfig $IFNAME 192.168.254.2/16 mtu 1400" + ifup: "ifconfig $IFNAME 192.168.254.2/16 mtu 1400; route add 192.168.1.0/24 via $IFNAME" #### Gateway peers: []