summaryrefslogtreecommitdiffstats
path: root/docs/examples/vlan-static
blob: f9e1ae53567d3f9b56b633ba7f4b35c4326b0937 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"