mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-02 09:47:03 +03:00
1e86c83308
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
|