fix routing and DHCP

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-05-28 23:19:01 -04:00
committed by Alice Huston
parent b2ce2fe645
commit 1338117410
2 changed files with 1 additions and 2 deletions

View File

@ -18,7 +18,7 @@
# enable DHCP for primary ethernet adapter
"10-lan" = {
matchConfig.Name = "eno1";
address = [ "192.168.76.2/32" ];
address = [ "192.168.76.2/24" ];
routes = [ { routeConfig.Gateway = "192.168.76.1"; } ];
networkConfig.IPForward = "yes";
linkConfig.RequiredForOnline = "routable";