[Pdns-users] pdns recursor together with bind9 (IPv6 issue?)

Flavio Curti lists.fcu at no-way.org
Sun Oct 8 15:50:26 UTC 2006


Hi Marco

On Sun, Oct 08, 2006 at 02:08:13PM +0200, Marco Davids wrote:
> Op 8-okt-2006, om 13:17 heeft bert hubert het volgende geschreven:
> >On Sun, Oct 08, 2006 at 11:55:07AM +0200, Marco Davids wrote:
> >>Bind9 can be configured to listen on certain IPv4 addresses, but for
> >>IPv6 the possible choices are either 'any'  or 'none'. It seems this
> >>is the root-cause of my problem, but I do not quite understand
> >>precisely why.

Are you sure? In my named.conf I have the following:

acl local-v6-interface {
	2005:8b78:AB::10;
	2005:8b78:AB::11;
	2005:8b78:AB::15;
	::1;
};

options {
	listen-on-v6 { local-v6-interface; };
	query-source-v6 address 2005:8b78:AB::10;
	transfer-source-v6 2005:8b78:AB::10;
	notify-source-v6 2005:8b78:AB::10;
}

(ipv6 addresses obfuscated)

this seems to work very well.

HTH and kind regards

Flavio

--
http://no-way.org/~fcu/


More information about the Pdns-users mailing list