add server to dhcp

This commit is contained in:
2023-12-03 20:49:12 +01:00
parent 7e41b61bac
commit aac55293a4

View File

@@ -59,6 +59,31 @@
}
];
}
{
pools = [
{
pool = "10.42.97.100 - 10.42.97.240";
}
];
subnet = "10.42.97.0/24";
interface = "server";
option-data = [
{
name = "routers";
data = "10.42.97.1";
}
{
name = "domain-name";
data = "cloonar.com";
}
{
name = "domain-name-servers";
data = "10.42.97.1";
}
];
reservations = [
];
}
{
pools = [
{