fix network config on palatine-hill

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
ahuston-0 2024-08-06 16:12:58 -04:00 committed by Alice Huston
parent 546734b0de
commit 62d3e7c1e3

View File

@ -20,16 +20,14 @@
matchConfig.Name = "eno1"; matchConfig.Name = "eno1";
address = [ "192.168.76.2/24" ]; address = [ "192.168.76.2/24" ];
routes = [ { routeConfig.Gateway = "192.168.76.1"; } ]; routes = [ { routeConfig.Gateway = "192.168.76.1"; } ];
networkConfig.IPForward = "yes"; IPForward = "yes";
linkConfig.RequiredForOnline = "routable"; linkConfig.RequiredForOnline = "routable";
}; };
# default lan settings # default lan settings
"60-def-lan" = { "60-def-lan" = {
matchConfig.type = "ether"; matchConfig.type = "ether";
networkConfig = { DHCP = "ipv4";
DHCP = "ipv4"; IPForward = "yes";
IPForward = "yes";
};
#routes = [ { routeConfig.Gateway = "192.168.76.1"; } ]; #routes = [ { routeConfig.Gateway = "192.168.76.1"; } ];
linkConfig.RequiredForOnline = "no"; linkConfig.RequiredForOnline = "no";
}; };