shorten bordervm dhcp allocation
we use .8 and .10 for static addresses, so start the dhcp range at .12
This commit is contained in:
@@ -97,7 +97,7 @@ in
|
||||
resolveLocalQueries = false;
|
||||
settings = {
|
||||
# domain-needed = true;
|
||||
dhcp-range = [ "10.0.0.10,10.0.0.240" ];
|
||||
dhcp-range = [ "10.0.0.12,10.0.0.240" ];
|
||||
interface = "eth1";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user