From 68900bda41c2c20add86f64d48d73b430c092f72 Mon Sep 17 00:00:00 2001 From: dswd Date: Fri, 25 Nov 2016 17:21:13 +0100 Subject: [PATCH] Updated Point to Point Tutorial (markdown) --- Point-to-Point-Tutorial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.