remove server from dhcp
This commit is contained in:
parent
5ce972a635
commit
6ebf7e7f23
1 changed files with 36 additions and 36 deletions
|
|
@ -5,7 +5,7 @@
|
|||
interfaces-config = {
|
||||
interfaces = [
|
||||
"lan"
|
||||
"server"
|
||||
# "server"
|
||||
"multimedia"
|
||||
"smart"
|
||||
"guest"
|
||||
|
|
@ -59,41 +59,41 @@
|
|||
}
|
||||
];
|
||||
}
|
||||
{
|
||||
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 = [
|
||||
{
|
||||
hw-address = "0a:0e:52:a2:f7:8e";
|
||||
ip-address = "10.42.97.20";
|
||||
server-hostname = "home-assistant.cloonar.com";
|
||||
}
|
||||
{
|
||||
hw-address = "36:2a:c9:26:d7:77";
|
||||
ip-address = "10.42.97.118";
|
||||
server-hostname = "git.cloonar.com";
|
||||
}
|
||||
];
|
||||
}
|
||||
# {
|
||||
# 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 = [
|
||||
# {
|
||||
# hw-address = "0a:0e:52:a2:f7:8e";
|
||||
# ip-address = "10.42.97.20";
|
||||
# server-hostname = "home-assistant.cloonar.com";
|
||||
# }
|
||||
# {
|
||||
# hw-address = "36:2a:c9:26:d7:77";
|
||||
# ip-address = "10.42.97.118";
|
||||
# server-hostname = "git.cloonar.com";
|
||||
# }
|
||||
# ];
|
||||
# }
|
||||
{
|
||||
pools = [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue