diff --git a/Point-to-Point-Tutorial.md b/Point-to-Point-Tutorial.md index d9123fb..48c95ec 100644 --- a/Point-to-Point-Tutorial.md +++ b/Point-to-Point-Tutorial.md @@ -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.