change gateway

This commit is contained in:
2023-12-01 20:18:48 +01:00
parent 00dec8a068
commit baf796dcd7

View File

@@ -13,7 +13,7 @@ in {
ipv6_enabled = false; ipv6_enabled = false;
internal = false; internal = false;
dns_enabled = true; dns_enabled = true;
subnets = [{ gateway = "10.42.97.1"; subnet = "10.42.97.192/27"; }]; subnets = [{ gateway = "10.42.97.223"; subnet = "10.42.97.192/27"; }];
aux_address = "10.42.97.223"; aux_address = "10.42.97.223";
}; };
}; };