What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

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;
 

Similar threads

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!
Back
Top