Skip to content

Instantly share code, notes, and snippets.

@lepiaf
Created May 28, 2017 12:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lepiaf/e6852c9e244003769e3ceb5e00ce345c to your computer and use it in GitHub Desktop.
Save lepiaf/e6852c9e244003769e3ceb5e00ce345c to your computer and use it in GitHub Desktop.
Dibble configuration for DHCPv6
# 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