fix network config on palatine-hill
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
546734b0de
commit
62d3e7c1e3
@ -20,16 +20,14 @@
|
||||
matchConfig.Name = "eno1";
|
||||
address = [ "192.168.76.2/24" ];
|
||||
routes = [ { routeConfig.Gateway = "192.168.76.1"; } ];
|
||||
networkConfig.IPForward = "yes";
|
||||
IPForward = "yes";
|
||||
linkConfig.RequiredForOnline = "routable";
|
||||
};
|
||||
# default lan settings
|
||||
"60-def-lan" = {
|
||||
matchConfig.type = "ether";
|
||||
networkConfig = {
|
||||
DHCP = "ipv4";
|
||||
IPForward = "yes";
|
||||
};
|
||||
#routes = [ { routeConfig.Gateway = "192.168.76.1"; } ];
|
||||
linkConfig.RequiredForOnline = "no";
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user