mirror of https://github.com/dswd/vpncloud.git
Updated Point to Point Tutorial (markdown)
parent
b2560de5c2
commit
68900bda41
|
@ -58,9 +58,9 @@ This leads to the following configuration files:
|
|||
ifup: "ifconfig $IFNAME 10.0.0.3/24 mtu 1400"
|
||||
|
||||
|
||||
After the config file has been set up correctly, VpnCloud needs to be restarted:
|
||||
After the config file has been set up correctly, VpnCloud needs to be started:
|
||||
|
||||
$> sudo /etc/init.d/vpncloud restart
|
||||
$> sudo service vpncloud@mynet start
|
||||
|
||||
If you want to, you can [[associate names with the nodes|Naming Hosts]]. Please note that this procedure has to be done on all nodes.
|
||||
|
||||
|
|
Loading…
Reference in New Issue