Fix IPv4 netmask

Running dhclient on eth0 gives a /16, and this is necessary anyway to
reach the gateway.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
This commit is contained in:
Denis 'GNUtoo' Carikli 2023-10-02 22:05:33 +02:00
parent f5dca5c072
commit 58d1164cf3
Signed by: GNUtoo
GPG Key ID: 5F5DFCC14177E263
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ needed for unattended upgrades to work.")
(static-networking
(addresses (list (network-address
(device "eth0")
(value "192.168.1.118/24"))
(value "192.168.1.118/16"))
(network-address
(device "eth0")
(value "2001:910:1021::118/64"))))