try to fix network
This commit is contained in:
parent
b72910e8b4
commit
d52c70df51
1 changed files with 6 additions and 6 deletions
|
|
@ -9,12 +9,12 @@ in {
|
|||
defaultNetwork.settings = {
|
||||
driver = "macvlan";
|
||||
network_interface = "lan";
|
||||
# subnets = [
|
||||
# {
|
||||
# subnet = "10.42.97.0/24";
|
||||
# gateway = "10.42.97.1";
|
||||
# }
|
||||
# ];
|
||||
subnets = [
|
||||
{
|
||||
subnet = "10.42.96.0/24";
|
||||
gateway = "10.42.96.1";
|
||||
}
|
||||
];
|
||||
ipv6_enabled = false;
|
||||
internal = false;
|
||||
dns_enabled = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue