<div dir="ltr">Hello All,<br><div><br></div><div>I am exploring the outbound-msg-retry feature, here are my setup details:</div><div><br></div><div><b>Machine#1</b>: running unbound application and used as client machine used for dig queries</div><div><b>Machine#2</b>: where named running and are having records. kept as <b>forward-addr: 10.0.0.240 </b>in conf </div><div><br></div><div>Here is my <b>unbound.conf:</b><br>        # The number of retries when a non-positive response is received.<br>        <b>outbound-msg-retry: 5</b><br></div><div><b>forward-zone:</b><br>        name: "."<br>        <b>forward-addr: 10.0.0.240</b><br>#       forward-addr: 192.0.2.73@5355  # forward to port 5355.<br>#       forward-first: no<br>#       forward-tcp-upstream: no<br>#       forward-tls-upstream: no<br>#       forward-no-cache: no<br># forward-zone:<br>#       name: "<a href="http://example.org">example.org</a>"<br>#       forward-host: <a href="http://fwd.example.com">fwd.example.com</a><br></div><div><br></div><div><b>here is how I tested:</b></div><div>on machine#1 ran command <b>#</b>dig @<a href="http://127.0.0.1">127.0.0.1</a> <a href="http://mx.dnstest.com">mx.dnstest.com</a> MX</div><div>My expectation is I should see 5 outgoing queries from Machine#1 to Machine#2 as Machine#2 send Serve fail as a response</div><div><br></div><div><b>Test Result</b>:</div><div>I see more than 5 outgoing msgs/queries (I see 9 msgs/queries) on Machine#1</div><div>This behavior I am not able to understand with definition. I expect only 5 msgs to Machine#2 </div><div><br></div><div><pre class="gmail-man" style="box-sizing:border-box;font-family:fira-mono,monospace;font-size:14px;margin-top:0px;margin-bottom:1rem;overflow:auto;color:rgb(33,37,41)"><a id="gmail-outbound-msg-retry" style="box-sizing:border-box;color:inherit;background-color:transparent"><span style="box-sizing:border-box;font-weight:bolder">outbound-msg-retry:</span></a> <i style="box-sizing:border-box"><number></i>
            The number of retries Unbound will do in case of  a  non  positive
            response is received. If a forward nameserver is used, this is the
            number of retries per forward nameserver in case of throwaway  re-
            sponse.</pre></div><div><br></div><div>Thanks,</div><div>Ashok</div><div><br></div></div>