Created
May 28, 2017 12:42
-
-
Save lepiaf/e6852c9e244003769e3ceb5e00ce345c to your computer and use it in GitHub Desktop.
Dibble configuration for DHCPv6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Logging level range: 1(Emergency)-8(Debug) | |
log-level 7 | |
# Don't log full date | |
log-mode short | |
# set preference of this server to 0 (higher = more prefered) | |
preference 0 | |
iface eth0 { | |
// also ranges can be defines, instead of exact values | |
t1 1800-2000 | |
t2 2700-3000 | |
prefered-lifetime 3600 | |
valid-lifetime 7200 | |
class { | |
pool 2001:db8:dead:beef::/64 | |
} | |
option domain company.lan | |
option dns-server 2001:db8:dead:beef::254 | |
option ntp-server 2001:db8:dead:beef::254 | |
option time-zone CET | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment