Skip to content
Discussion options

You must be logged in to vote

OK, after trial-and-error, it looks like dhcpcd (at least sometimes) requires DHCPv6 options to be on a separate line from DHCP options. As stated above, dhcp6_ntp_server is valid per dhcpcd and IANA. The following config does not log any errors. Additionally it no longer warns about a misconfigured MTU from my ISP:

noipv6rs
denyinterfaces !(ixl2)
allowinterfaces ixl2
script ""
link_rcvbuf 65536
interface ixl2
	duid
	fqdn disable
	iaid 0
	ia_na 0
	ia_pd 0/::/60 -
	ipv6rs
	nooption dhcp6_name_servers,dhcp6_domain_search,dhcp6_sntp_servers,dhcp6_fqdn,dhcp6_posix_timezone,dhcp6_tzdb_timezone,dhcp6_ntp_server
	nooption nd_mtu,nd_rdnss,nd_dnssl
	nooption time_offset,time_servers,ien116_name_se…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@zacknewman
Comment options

@rsmarples
Comment options

@zacknewman
Comment options

@zacknewman
Comment options

Answer selected by zacknewman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants