-
Notifications
You must be signed in to change notification settings - Fork 4
/
00-d_eth0.conf
33 lines (29 loc) · 927 Bytes
/
00-d_eth0.conf
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
27
28
29
30
31
32
33
########################################################################
# 00-d_eth0.conf file used by our scripts #
########################################################################
# /etc/systemd/network/eth0.network
# see https://wiki.archlinux.org/index.php/Systemd-networkd
########################################################################
########################################################################
# All DHCP (default)
########################################################################
[Match]
Name=e*
[Network]
DHCP=yes
DNSSEC=no
[DHCP]
ClientIdentifier=mac
UseMTU=true
UseDomains=true
########################################################################
# wired, static IP
########################################################################
#[Match]
#Name=eth0
#
#[Network]
#Address=10.1.10.9/24
#Gateway=10.1.10.1
#DNS=10.1.10.1
#DNS=8.8.8.8