mirror of
https://github.com/systemd/systemd.git
synced 2026-07-23 16:00:06 +00:00
Let's make sure these take preference over any generic network config files shipped by the OS (in this case specifically, mkosi).
15 lines
209 B
SYSTEMD
15 lines
209 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Match]
|
|
Name=veth-peer
|
|
|
|
[Network]
|
|
Address=192.168.5.1/24
|
|
IPv6AcceptRA=false
|
|
DHCPServer=yes
|
|
|
|
[DHCPServer]
|
|
PoolOffset=10
|
|
PoolSize=100
|
|
DNS=192.168.5.1
|
|
NTP=192.168.5.1
|