svn commit: r239356 - head/sbin/dhclient

Hajimu UMEMOTO ume at FreeBSD.ORG
Tue Aug 21 06:16:32 UTC 2012


Hi,

>>>>> On Tue, 21 Aug 2012 08:45:53 +0400
>>>>> Andrey Chernov <ache at FreeBSD.ORG> said:

ache> resolvconf -l output:

ache> # resolv.conf from msk0
ache> search <domain>
ache> nameserver 192.168.1.1

ache> # resolv.conf from msk0:slaac
ache> nameserver <IPv6 DNS address for the router's IPv6 tunnel>

ache> (btw, what is slaac?)

It is abbreviation for StateLess Address AutoConfiguration described
in rfc 4862.
This RA option is described in rfc 5006 (IPv6 Router Advertisement
Option for DNS Configuration).

ache> And I want to override <IPv6 DNS address for the router's IPv6 tunnel> 
ache> with simple link-local IPv6 address of my router, i.e. fe80:...

I think your network admin setup to advertise the address.  Why do you
want to use link-local address, instead?

ache> Is it possible with resolvconf(8)?

resolvconf(8) doesn't have such rewrite feature.  However, rtsol(8)
has -R option to specify your own script to update /etc/resolv.conf.
You may want to write your own script to rewrite nameserver address
then pass it to resolvconf(8).

Sincerely,

--
Hajimu UMEMOTO
ume at mahoroba.org  ume@{,jp.}FreeBSD.org
http://www.mahoroba.org/~ume/


More information about the svn-src-head mailing list