On Sat, Dec 21, 2013 at 07:58:39PM -0600, Adam Thompson wrote: > On 13-12-21 07:32 PM, Adam Thompson wrote: > >>>I'm seeing lots of "nsd[11026]: error: sendto failed: No route to host" > >>>errors in my logs on both authoritative nameservers. > > With a custom-compiled version of nsd, I can confirm that the error > is at server.c:1491, not in xfrd.c, which makes sense given the > process name in the error. Unfortunately, I apparently have no clue > how to use gdb with a multi-process server like nsd. :-/ >
If you are using pf, is it possible you are running into some state limit? On a system that is currently showing the nsd error messages, what does "pfctl -si" show? I would specifically look at the "memory" counter. If that counter is something other than 0 you are running into the current state limit (shown with "pfctl -sm"). Regards, Patrik Lundin