Updated Dial in Tutorial (markdown)

dswd 2016-09-05 14:46:32 +02:00
parent 5b02b5dbe0
commit b2560de5c2
1 changed files with 2 additions and 2 deletions

@ -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: []