mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
4bd7e99232
Now, RoutesToDNS= and RoutesToNTP= are enabled by default on DHCPv4 client. So, if DHCP server picks up DNS or NTP servers from uplink, then the routes may break CI environment. Hopefully fixes #19463.
14 lines
174 B
SYSTEMD
14 lines
174 B
SYSTEMD
[Match]
|
|
Name=server
|
|
[Network]
|
|
Address=192.168.5.1/24
|
|
IPForward=ipv4
|
|
DHCPServer=yes
|
|
|
|
[DHCPServer]
|
|
BindToInterface=no
|
|
PoolOffset=150
|
|
PoolSize=1
|
|
DNS=192.168.5.1
|
|
NTP=192.168.5.1
|