Date: Mon, 8 Aug 2011 07:55:11 -0400 From: "J.R. Oldroyd" <fbsd@opal.com> To: Mattia Rossi <mrossi@swin.edu.au> Cc: freebsd-net@freebsd.org, Doug Barton <dougb@freebsd.org>, freebsd-current@freebsd.org Subject: Re: resolvconf script overwrites entries in resolv.conf - RDNSS/DNSSL related Message-ID: <20110808075511.290a3b6d@shibato.opal.com> In-Reply-To: <4E3F31D8.6050208@swin.edu.au> References: <4E3B86C4.7050005@swin.edu.au> <4E3B9346.9000101@FreeBSD.org> <20110805123050.1aa49e0c@shibato.opal.com> <4E3F31D8.6050208@swin.edu.au>
next in thread | previous in thread | raw e-mail | index | archive | help
--Sig_/Fyh=e7=X5h0vWXJ/f3jN8GV Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Mon, 08 Aug 2011 10:46:16 +1000, Mattia Rossi <mrossi@swin.edu.au> wrote: >=20 > I'm using the patches from your website on my 8.2 box, which is the IPv6= =20 > gateway and runs rtadvd. The problem with the resolv.conf is happening=20 > on my client though, which is a box running HEAD, so I'll try to follow=20 > Doug's advice, thanks. >=20 Yes, you'll need the openresolv config in this case. Keep in mind that the resolver only queries at most MAXNS nameservers where MAXNS is usually 3. Using the openresolv name_servers_append, you need to make sure that your static servers are listed within the first MAXNS entries. If you have more than MAXNS dynamic servers, your statically configured ones will be ignored. I would just point out though that, in general, you shouldn't need static nameservers just because you have a manual IPv4 configuration. Nameservers will return both IPv4 and IPv6 addresses regardless of whether they were queried over 4 or 6. Of course, if you have an internal nameserver that has private info not available from the dynamically learned nameservers, then you will need a static config. =20 > Is there any chance that you could create a patch for 8.2 based on the=20 > commits in HEAD? > That would be great! >=20 Better would be to ask hrs@ to MFC his commits to 8-stable. -jr --Sig_/Fyh=e7=X5h0vWXJ/f3jN8GV Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (FreeBSD) iEYEARECAAYFAk4/zp8ACgkQls33urr0k4mkowCgorqSAl6cinbewG0IakiTwG1m d4UAn0eOvGiO6UfNmAiBWtM5oDsFdDCu =6E01 -----END PGP SIGNATURE----- --Sig_/Fyh=e7=X5h0vWXJ/f3jN8GV--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110808075511.290a3b6d>