What's new

Syntax to add additional name servers to dhcp6s.conf?

jea101

Regular Contributor
I would like to add my local IPv6 name servers before the routers IPv6 address.

Code:
option refreshtime 600;
option domain-name-servers 2001:470:zzzz:1::1;
 
I figured it out by trial and error

Code:
option refreshtime 600;
option domain-name-servers 2001:470:xxxx:1::250;
option domain-name-servers 2001:470:xxxx:1::251;
option domain-name-servers 2001:470:xxxx:1::1;
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!

Members online

Back
Top