From 91e78c3f0e7f22f1207fcdb7b3d18de47d847798 Mon Sep 17 00:00:00 2001 From: Jouke Witteveen Date: Wed, 6 Feb 2013 16:27:00 +0100 Subject: Left over updates of example profiles The netmask is mandatory since commit 4a846. --- docs/examples/ethernet-static | 2 +- docs/examples/tuntap | 2 +- docs/examples/wireless-wpa-static | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/examples') diff --git a/docs/examples/ethernet-static b/docs/examples/ethernet-static index 73e4e73..3767f54 100644 --- a/docs/examples/ethernet-static +++ b/docs/examples/ethernet-static @@ -2,7 +2,7 @@ Description='A basic static ethernet connection' Interface=eth0 Connection=ethernet IP=static -Address='192.168.1.23/24' +Address=('192.168.1.23/24' '192.168.1.87/24') #Routes=('192.168.0.0/24 via 192.168.1.2') Gateway='192.168.1.1' DNS=('192.168.1.1') diff --git a/docs/examples/tuntap b/docs/examples/tuntap index 69316a3..013e450 100644 --- a/docs/examples/tuntap +++ b/docs/examples/tuntap @@ -7,4 +7,4 @@ Group='nobody' ## Example IP configuration #IP=static -#Address='10.10.1.2' +#Address='10.10.1.2/16' diff --git a/docs/examples/wireless-wpa-static b/docs/examples/wireless-wpa-static index 66b6970..3b8e394 100644 --- a/docs/examples/wireless-wpa-static +++ b/docs/examples/wireless-wpa-static @@ -5,7 +5,7 @@ Security=wpa ESSID='MyNetwork' Key='WirelessKey' IP=static -Address='192.168.1.23' +Address='192.168.1.23/24' Gateway='192.168.1.1' DNS=('192.168.1.1') # Uncomment this if your ssid is hidden -- cgit v1.2.3-24-g4f1b