try to change network
This commit is contained in:
@@ -13,8 +13,14 @@ in {
|
||||
ipv6_enabled = false;
|
||||
internal = false;
|
||||
dns_enabled = true;
|
||||
subnets = [{ gateway = "10.42.97.223"; subnet = "10.42.97.192/27"; }];
|
||||
aux_address = "10.42.97.223";
|
||||
subnets = [{
|
||||
gateway = "10.42.97.1";
|
||||
subnet = "10.42.97.0/24";
|
||||
lease_range = {
|
||||
start_ip = "10.42.97.193";
|
||||
end_ip = "10.42.97.223";
|
||||
}
|
||||
}];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user