mirror of https://github.com/dswd/vpncloud.git
Updated Dial in Tutorial (markdown)
parent
5b02b5dbe0
commit
b2560de5c2
|
@ -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: []
|
||||
|
|
Loading…
Reference in New Issue