Initial commit
This commit is contained in:
65
Kanzlei-Kiel/dhcpd6.conf.Kanzlei-Kiel
Normal file
65
Kanzlei-Kiel/dhcpd6.conf.Kanzlei-Kiel
Normal file
@ -0,0 +1,65 @@
|
||||
|
||||
ddns-update-style none;
|
||||
|
||||
default-lease-time 86400;
|
||||
max-lease-time 259200;
|
||||
|
||||
# If this DHCP server is the official DHCP server for the local
|
||||
# network, the authoritative directive should be uncommented.
|
||||
authoritative;
|
||||
|
||||
# Use this to send dhcp log messages to a different log file (you also
|
||||
# have to hack syslog.conf to complete the redirection).
|
||||
log-facility local7;
|
||||
|
||||
subnet6 2001:6f8:107e:63::/64 {
|
||||
# Range for clients
|
||||
range6 2001:6f8:107e:63::a000 2001:6f8:107e:63::afff;
|
||||
|
||||
option dhcp6.name-servers 2001:6f8:107e:63::1;
|
||||
option dhcp6.domain-search "local.netz";
|
||||
}
|
||||
|
||||
|
||||
subnet6 2001:6f8:107e:64::/64 {
|
||||
# Range for clients
|
||||
range6 2001:6f8:107e:64::a000 2001:6f8:107e:64::afff;
|
||||
|
||||
option dhcp6.name-servers 2001:6f8:107e:63::1;
|
||||
option dhcp6.domain-search "local.netz";
|
||||
}
|
||||
|
||||
## - LAN
|
||||
|
||||
host devil {
|
||||
host-identifier option dhcp6.client-id 0:1:0:1:19:9d:89:4e:5c:33:37:37:35:1:e9:3;
|
||||
fixed-address6 2001:6f8:107e:63::90;
|
||||
}
|
||||
#host devil {
|
||||
# hardware ethernet 5c:ff:35:01:e9:03;
|
||||
# fixed-address6 2001:6f8:107e:63::90;
|
||||
#}
|
||||
|
||||
host sol {
|
||||
host-identifier option dhcp6.client-id 00:01:00:01:19:9d:60:28:1c:6f:65:97:4a:9d;
|
||||
fixed-address6 2001:6f8:107e:63::40;
|
||||
}
|
||||
|
||||
host luna {
|
||||
host-identifier option dhcp6.client-id 0:4:6:d5:8d:ca:ef:18:64:e0:52:e:9c:99:d8:3a:e7:a6;
|
||||
fixed-address6 2001:6f8:107e:63::20;
|
||||
}
|
||||
|
||||
host so36-back {
|
||||
host-identifier option dhcp6.client-id 00:01:00:01:19:c1:cc:58:00:25:90:d1:c4:e2;
|
||||
fixed-address6 2001:6f8:107e:63::70;
|
||||
}
|
||||
|
||||
|
||||
## - WLAN
|
||||
|
||||
## devil wireless device
|
||||
host devil1 {
|
||||
host-identifier option dhcp6.client-id 0:1:0:1:19:9d:89:4e:0:24:37:37:d7:24:dc:6c;
|
||||
fixed-address6 2001:6f8:107e:64::90;
|
||||
}
|
Reference in New Issue
Block a user