summaryrefslogtreecommitdiffstats
path: root/examples/vlan-static
diff options
context:
space:
mode:
Diffstat (limited to 'examples/vlan-static')
-rw-r--r--examples/vlan-static12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/vlan-static b/examples/vlan-static
new file mode 100644
index 0000000..b7b9753
--- /dev/null
+++ b/examples/vlan-static
@@ -0,0 +1,12 @@
+INTERFACE="eth0.11"
+VLAN_PHYS_DEV="eth0"
+VLAN_ID="11"
+CONNECTION="vlan"
+IP="static"
+ADDR="192.168.0.100"
+NETMASK="255.255.255.0"
+GATEWAY="192.168.0.1"
+DNS=("192.168.0.2")
+HOSTNAME="myhost"
+DOMAIN="mydomain.com"
+SEARCH="mydomain.com"