Fix IP address to match perseverance hypervisor
This commit is contained in:
parent
cbb5c3623b
commit
e87f6d396f
3 changed files with 5 additions and 5 deletions
|
@ -40,9 +40,9 @@
|
|||
"10-lan-bridge" = {
|
||||
matchConfig.Name = "br0";
|
||||
networkConfig = {
|
||||
Address = ["192.168.122.31/24"];
|
||||
Gateway = "192.168.122.1";
|
||||
DNS = ["192.168.122.1"];
|
||||
Address = ["192.168.1.66/24"];
|
||||
Gateway = "192.168.1.254";
|
||||
DNS = ["192.168.1.254"];
|
||||
IPv6AcceptRA = true;
|
||||
};
|
||||
linkConfig.RequiredForOnline = "routable";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue