about summary refs log tree commit diff
path: root/src/settings/plugins/ifcfg-rh/tests/network-scripts/ifcfg-test-wired-dhcp-plus-ip
blob: af254f9c222b4f5071bd11a0bc419c26d7b63bcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Intel Corporation 82540EP Gigabit Ethernet Controller (Mobile)
TYPE=Ethernet
DEVICE=eth0
HWADDR=00:11:22:33:44:ee
BOOTPROTO=dhcp
ONBOOT=yes
IPV6INIT=yes
IPV6_AUTOCONF=yes
USERCTL=yes
NM_CONTROLLED=yes
PEERDNS=no
DNS1=4.2.2.1
DNS2=4.2.2.2
DNS3=1:2:3:4::a
DNS4=1:2:3:4::b

# additional IPs
IPADDR=1.2.3.4
PREFIX=24
IPADDR1=9.8.7.6
PREFIX1=16
GATEWAY=1.1.1.1

IPV6ADDR="1001:abba::1234/56"
IPV6ADDR_SECONDARIES="2001:abba::2234/64 3001:abba::3234/96"