<div>Hi Kevin,</div>
<div> </div>
<div>Thanks a lot.</div>
<div> </div>
<div>Please find the more details for the same.</div>
<div> </div>
<div>BIND version  : 9.3.6 </div>
<div> </div>
<div>OS version : HP-UX 11.23</div>
<div> </div>
<div>I have look at the <strong>socket.c</strong> file and seen that "<span lang="EN"> 
<p>This error indicates that sendmsg(2) failed with EDESTADDREG ".</p>
<p>----------------------------------------------------------------------------------------------------------</p>
<p>     cc = sendmsg(sock->fd, &msghdr, 0);<br>              send_errno = errno;</p>
<p><br>    /*<br>                         * The other error types depend on whether or not the<br>                         * socket is UDP or TCP.  If it is UDP, some error<br>                         * that we expect to be fatal under TCP are merel<br>
                         * annoying, and are really soft errors.<br>                         *<br>                         * However, these soft errors are still returned as<br>                         * a status.<br>                         */</p>

<p>                        isc_sockaddr_format(&dev->address, addrbuf, sizeof(addrbuf));\<br>                        isc__strerror(send_errno, strbuf, sizeof(strbuf));<br>                        UNEXPECTED_ERROR(__FILE__, __LINE__, "internal_send: %s: %s",<br>
                                                 addrbuf, strbuf);<br>                        dev->result = isc__errno2result(send_errno);\<br>                        return (DOIO_HARD);</p>
<p>--------------------------------------------------------------------------------------------------------------------</p>
<p> </p>
<p>Note : This same is also seen on BIND-9.4.3-P3</p>
<p>Regards<br>Kalpesh </p>
<p> </p>
<p> </p>
<p> </p></span></div>
<div><br><br> </div>
<div class="gmail_quote">On Tue, Aug 11, 2009 at 10:30 PM, Kevin Darcy <span dir="ltr"><<a href="mailto:kcd@chrysler.com">kcd@chrysler.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">"#53" designates *port* 53. Nothing unusual about that.<br><br>To me, this looks more like a kernel issue-- EDESTADDRREQ is what you get if you try to send data via a UDP socket that's not connect()ed. BIND keeps good track of what's connect()ed and what isn't; it's like the kernel is losing the association somehow.<br>
<br>Without knowing what OS this is running on, or what version of BIND, it's kind of hard to troubleshoot further than that.<br><br>                                                                         - Kevin<br>
<br>kalpesh varyani wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div class="im">thanks for your quick reply<br> I am seen below error msg " once per 60sec" and no  seen any query failure.<br> general: error: internal_send: 192.168.2.222#53: Destination address required<br>general: error: /lib/isc/unix/errno2result.c:116: unexpected<br>
error:<br> general: error: unable to convert errno to isc_result: 217: Destination address required<br> general: error: /lib/isc/unix/socket.c:1533: unexpected error<br>:<br> general: error: internal_send: 192.168.2.222#53: Destination address required<br>
 general: error: /isc/unix/errno2result.c:116: unexpected<br>error:<br>Regards<br>Hiro Lalwani<br><br><br></div>
<div class="im"> On Tue, Aug 11, 2009 at 10:14 PM, donovan jeffrey j <<a href="mailto:donovan@beth.k12.pa.us" target="_blank">donovan@beth.k12.pa.us</a> <mailto:<a href="mailto:donovan@beth.k12.pa.us" target="_blank">donovan@beth.k12.pa.us</a>>> wrote:<br>
<br><br>   On Aug 11, 2009, at 12:39 PM, kalpesh varyani wrote:<br><br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">   Hi,<br>       I have below configuration.<br>       DNS server1 -- Forwarder<br>       DNS server2-- Authoritative<br>
       I am seeing following errors on server1.<br>       ----------------------------<br>   general: error: internal_send: 192.168.2.222#53: Destination<br>   address required<br>   general: error: /lib/isc/unix/errno2result.c:116: unexpected<br>
   error:<br>    general: error: unable to convert errno to isc_result: 217:<br>   Destination address required<br>    general: error: /lib/isc/unix/socket.c:1533: unexpected error<br>   :<br>    general: error: internal_send: 192.168.2.222#53: Destination<br>
   address required<br>    general: error: /isc/unix/errno2result.c:116: unexpected<br>   error:<br>       Could any of help me, to resolve this issue.<br></blockquote><br>   sounds like a routing or firewall issue. Although from the limited<br>
   post " #53 " doesn't look right.<br><br>   -j<br><br><br></div>------------------------------------------------------------------------<br><br>_______________________________________________<br>bind-users mailing list<br>
<a href="mailto:bind-users@lists.isc.org" target="_blank">bind-users@lists.isc.org</a><br><a href="https://lists.isc.org/mailman/listinfo/bind-users" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a><br>
</blockquote><br>_______________________________________________<br>bind-users mailing list<br><a href="mailto:bind-users@lists.isc.org" target="_blank">bind-users@lists.isc.org</a><br><a href="https://lists.isc.org/mailman/listinfo/bind-users" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a><br>
</blockquote></div><br>