[Pdns-users] Problem with powerdns(master) -> bind(slave)

Matt Pounsett matt at conundrum.com
Mon Jan 21 16:38:30 UTC 2008


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


On 2008-Jan-21, at 11:15, Anton - Valqk wrote:

> the powerdns itself works just fine, but here is what I'm getting  
> at the
> bind ns:
> Dec  29 11:29:54 ns1 named[84184]: transfer of 'f-utils.org/IN' from
> XXX.XXX.XXX.XXX#53: failed while receiving responses: CNAME and  
> other data

This indicates to me that PowerDNS let you do something you're not  
supposed to do. This error from bind generally indicates you've got  
zone data in this form:

foo.org.		IN NS		ns1.foo.org.
foo.org.		IN NS		ns2.foo.org.
foo.org.		IN CNAME	www.foo.org.
www.foo.org.		IN A		192.0.2.10

You can't mix a CNAME with other data.   If you want this effect, you  
should probably change the CNAME to be another A record for the same  
address that the CNAME's RDATA points to.  So, something like this:

foo.org.		IN NS		ns1.foo.org.
foo.org			IN NS		ns2.foo.org.
foo.org.		IN A		192.0.2.10
www.foo.org.		IN A		192.0.2.10

HTH,
    Matt


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (Darwin)

iD8DBQFHlMqJmFeRJ0tjIxERAnTiAJ0W4HBz1BhEumPmBXkeenbPFFrb6QCcC461
5vJ3IUNTZI+KCeCMi/CsudM=
=yzL+
-----END PGP SIGNATURE-----



More information about the bind-users mailing list