From 1a24c4885654eb1d797906953e707774763d4206 Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Mon, 23 Nov 2015 17:14:47 +0100 Subject: [PATCH] Added mtu to example --- vpncloud.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vpncloud.md b/vpncloud.md index b661c0d..e4b226b 100644 --- a/vpncloud.md +++ b/vpncloud.md @@ -146,7 +146,7 @@ vpncloud -c remote_node:3210 Then, the interfaces have to configured and activated (the `X` in the address must be unique among all nodes, e.g. 0, 1, 2, ...): ``` -ifconfig vpncloud0 10.0.0.X/24 up +ifconfig vpncloud0 10.0.0.X/24 mtu 1400 up ``` Afterwards, the interface can be used to communicate.