[nsd-users] test setup problem: secondary expires zones

Matthijs Mekking matthijs at nlnetlabs.nl
Mon Feb 13 11:01:53 UTC 2012


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

Hi Toni,

On 02/11/2012 07:54 PM, Toni Mueller wrote:
> 
> Hi,
> 
> I'm trying to run NSD as a secondary to a primary nameserver 
> (tinydns+axfrdns), which has served me well over the years, but is
> now being phased out. For every zone, I put such a section into
> NSD's config file:
> 
> zone: name: "example.com" zonefile: "example.com" 
> outgoing-interface: 46.29.40.34 #allow-notify: 46.29.40.35 NOKEY 
> request-xfr: 46.29.40.35 NOKEY
> 
> With 46.29.40.35 being the IP of the primary. These packages even
> run on the same host. When I initially set things up, everything
> went fine: NSD pulled the zones, and, with "nsdctl patch", wrote
> them to local zone files, too.
> 
> Now I find that, after some time, all zones expire despite the
> primary still serving them, and other authorized secondaries have
> no problem pulling them. IOW, they expire only on NSD, and I don't
> exactly know why. If I do the same thing from the command line,
> using dig, I get the zones transferred from the primary just fine,
> but axfrdns regularly logs this in response to queries from NSD:

I tried out your setup (but not using axfrdns as master) and it seems
to work for me.

> axfrdns: fatal: unable to locate information in data.cdb

So dig is able to transfer the zone, without axfrdns logging this
message? What is the difference in query packet?

> NSD logs nothing, despite running in verbose mode.

If I don't update the zone at the master, no logs are being produced,
but I see SOA queries going over the wire. If I update the zone, you
should see something like:

[1329129836] nsd[6042]: info: Zone example.com serial 23 is updated to 24.

> strace shows that there is something fishy within nsd. I get tons 
> of these:
> 
> 
> setsockopt(6, SOL_SOCKET, SO_REUSEADDR,
> "\2\0\0\0.\35(\"\0\0\0\0\0\0\0\0", 16) = 0 bind(6,
> {sa_family=AF_INET, sin_port=htons(0),
> sin_addr=inet_addr("46.29.40.34")}, 16) = 0 connect(6,
> {sa_family=AF_INET, sin_port=htons(53),
> sin_addr=inet_addr("46.29.40.35")}, 16) = -1 EINPROGRESS (Operation
> now in progress) pselect6(8, [7], [6], [], {23, 997600000}, {NULL,
> 8}) = 1 (out [6], left {23, 997598102}) getsockopt(6, SOL_SOCKET,
> SO_ERROR, [0], [4]) = 0 write(6, "\0l", 2)                      =
> 2 write(6,
> "\0043\0\0\0\1\0\0\0\1\0\0\10newwalls\2de\0\0\373\0\1\10ne"...,
> 108) = 108 read(6, 0x7f0a0336f7f8, 2)              = -1 EAGAIN
> (Resource temporarily unavailable) pselect6(8, [6 7], [], [], {23,
> 997100000}, {NULL, 8}) = 1 (in [6], left {23, 996821603}) read(6,
> "\0Y", 2)                       = 2 read(6,
> "\0043\204\0\0\1\0\0\0\1\0\0\10newwalls\2de\0\0\373\0\1\300\f\0"...,
> 89) = 89 close(6)                                = 0 
> socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 6 fcntl(6, F_SETFL,
> O_RDONLY|O_NONBLOCK)  = 0

This shows that the socket is nonblocking and connecting cannot be
completed immediately. The read would block. Seems ok to me if the
response is not received (immediately).

> Both software packages run on the same machine, but currently, nsd 
> usually does not receive any queries from the Internet (unless you
> query the ip directly).

With both software packages, you mean? Both addresses seem to be non
responsive to me, by the way.

Best regards,
  Matthijs


> Any pointers on what to do would be greatly appreciated!
> 
> 
> 
> Kind regards, --Toni++
> 
> _______________________________________________ nsd-users mailing
> list nsd-users at NLnetLabs.nl 
> http://open.nlnetlabs.nl/mailman/listinfo/nsd-users

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQEcBAEBAgAGBQJPOO2hAAoJEA8yVCPsQCW5ewIH/iOS0lgrEhm1mxu1z+NE0Bpe
zfJdYChtQngBDfLvqkVD1BXP4IHeZO1zxb/d7qTAwl+qzSOhYiU7p/Y9HPbmxLs9
ijEta+cbVNlmTgjKqTV9Z6K8swNnq4uuRlIpcb/OjYWjuI+Fx4VxbFxVx5ASTqG2
7CCWQ2PQVZx9wTB4CvBIuGYcLl7hJZsKULVuY3HnqVHMT2/49/c3oCZ3z6baw74j
1x2YXgJSg+R5at77Dadfl2VOn9bKhBfH37gcJnnp/kdLZDHCdjjCqRd9sUw6EiRK
syqVPzBwua0TEgCY8sd7ZwSWKLp9I6zopvCpnV9l0fnGOA7NxYXpTgUXQKrUgG0=
=hbhr
-----END PGP SIGNATURE-----



More information about the nsd-users mailing list