Added mtu to example

This commit is contained in:
Dennis Schwerdel 2015-11-23 17:14:47 +01:00
parent ff38beb6e3
commit 1a24c48856
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ vpncloud -c remote_node:3210
Then, the interfaces have to configured and activated (the `X` in the address Then, the interfaces have to configured and activated (the `X` in the address
must be unique among all nodes, e.g. 0, 1, 2, ...): 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. Afterwards, the interface can be used to communicate.