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-config = {
|
||||||
interfaces = [
|
interfaces = [
|
||||||
"lan"
|
"lan"
|
||||||
"server"
|
# "server"
|
||||||
"multimedia"
|
"multimedia"
|
||||||
"smart"
|
"smart"
|
||||||
"guest"
|
"guest"
|
||||||
|
|
@ -59,41 +59,41 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
# {
|
||||||
pools = [
|
# pools = [
|
||||||
{
|
# {
|
||||||
pool = "10.42.97.100 - 10.42.97.240";
|
# pool = "10.42.97.100 - 10.42.97.240";
|
||||||
}
|
# }
|
||||||
];
|
# ];
|
||||||
subnet = "10.42.97.0/24";
|
# subnet = "10.42.97.0/24";
|
||||||
interface = "server";
|
# interface = "server";
|
||||||
option-data = [
|
# option-data = [
|
||||||
{
|
# {
|
||||||
name = "routers";
|
# name = "routers";
|
||||||
data = "10.42.97.1";
|
# data = "10.42.97.1";
|
||||||
}
|
# }
|
||||||
{
|
# {
|
||||||
name = "domain-name";
|
# name = "domain-name";
|
||||||
data = "cloonar.com";
|
# data = "cloonar.com";
|
||||||
}
|
# }
|
||||||
{
|
# {
|
||||||
name = "domain-name-servers";
|
# name = "domain-name-servers";
|
||||||
data = "10.42.97.1";
|
# data = "10.42.97.1";
|
||||||
}
|
# }
|
||||||
];
|
# ];
|
||||||
reservations = [
|
# reservations = [
|
||||||
{
|
# {
|
||||||
hw-address = "0a:0e:52:a2:f7:8e";
|
# hw-address = "0a:0e:52:a2:f7:8e";
|
||||||
ip-address = "10.42.97.20";
|
# ip-address = "10.42.97.20";
|
||||||
server-hostname = "home-assistant.cloonar.com";
|
# server-hostname = "home-assistant.cloonar.com";
|
||||||
}
|
# }
|
||||||
{
|
# {
|
||||||
hw-address = "36:2a:c9:26:d7:77";
|
# hw-address = "36:2a:c9:26:d7:77";
|
||||||
ip-address = "10.42.97.118";
|
# ip-address = "10.42.97.118";
|
||||||
server-hostname = "git.cloonar.com";
|
# server-hostname = "git.cloonar.com";
|
||||||
}
|
# }
|
||||||
];
|
# ];
|
||||||
}
|
# }
|
||||||
{
|
{
|
||||||
pools = [
|
pools = [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue