try to change network
This commit is contained in:
@@ -13,8 +13,14 @@ in {
|
|||||||
ipv6_enabled = false;
|
ipv6_enabled = false;
|
||||||
internal = false;
|
internal = false;
|
||||||
dns_enabled = true;
|
dns_enabled = true;
|
||||||
subnets = [{ gateway = "10.42.97.223"; subnet = "10.42.97.192/27"; }];
|
subnets = [{
|
||||||
aux_address = "10.42.97.223";
|
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