diff options
Diffstat (limited to 'examples/ethernet-static')
-rw-r--r-- | examples/ethernet-static | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/ethernet-static b/examples/ethernet-static deleted file mode 100644 index 250896d..0000000 --- a/examples/ethernet-static +++ /dev/null @@ -1,14 +0,0 @@ -CONNECTION='ethernet' -DESCRIPTION='A basic static ethernet connection using iproute' -INTERFACE='eth0' -IP='static' -ADDR='192.168.1.23' -#ROUTES=('192.168.0.0/24 via 192.168.1.2') -GATEWAY='192.168.1.1' -DNS=('192.168.1.1') - -## For IPv6 static address configuration -#IP6='static' -#ADDR6=('1234:5678:9abc:def::1/64' '1234:3456::123/96') -#ROUTES6=('abcd::1234') -#GATEWAY6='1234:0:123::abcd' |