summaryrefslogtreecommitdiffstats
path: root/docs/examples/vlan-static
blob: eb6e82ab78119978146974f76f4425f42be82800 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description='Virtual LAN 11 on interface eth0'
Interface=eth0.11
Connection=vlan
# The variable name is plural, but needs precisely one interface
BindsToInterfaces=eth0
VLANID=11
IP=static
Address="192.168.0.100/24"
Gateway="192.168.0.1"
DNS=("192.168.0.2")
Hostname="myhost"
DNSDomain="mydomain.com"
DNSSearch="mydomain.com"