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:
parent
f5dca5c072
commit
58d1164cf3
|
@ -125,7 +125,7 @@ needed for unattended upgrades to work.")
|
||||||
(static-networking
|
(static-networking
|
||||||
(addresses (list (network-address
|
(addresses (list (network-address
|
||||||
(device "eth0")
|
(device "eth0")
|
||||||
(value "192.168.1.118/24"))
|
(value "192.168.1.118/16"))
|
||||||
(network-address
|
(network-address
|
||||||
(device "eth0")
|
(device "eth0")
|
||||||
(value "2001:910:1021::118/64"))))
|
(value "2001:910:1021::118/64"))))
|
||||||
|
|
Loading…
Reference in New Issue