try to fix network
This commit is contained in:
@@ -9,12 +9,12 @@ in {
|
|||||||
defaultNetwork.settings = {
|
defaultNetwork.settings = {
|
||||||
driver = "macvlan";
|
driver = "macvlan";
|
||||||
network_interface = "lan";
|
network_interface = "lan";
|
||||||
# subnets = [
|
subnets = [
|
||||||
# {
|
{
|
||||||
# subnet = "10.42.97.0/24";
|
subnet = "10.42.96.0/24";
|
||||||
# gateway = "10.42.97.1";
|
gateway = "10.42.96.1";
|
||||||
# }
|
}
|
||||||
# ];
|
];
|
||||||
ipv6_enabled = false;
|
ipv6_enabled = false;
|
||||||
internal = false;
|
internal = false;
|
||||||
dns_enabled = false;
|
dns_enabled = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user