Hi Mike<br><br>As Richard suggests, I suspect the config you proposed is going to cause Xymon, and yourself a world of hurt.<br>Remember, Xymon uses the hostname as the index (for lack of a better word)<br>Now you have the same host with 2 IP addresses.<br>
Xymon will perform 2 pings, using lookup to resolve IP. bbtest-net is going to bleat.<br>I suspect, the IP address from the lookup is the one that will be used as the DNS server IP.<br>So both DNS lookups will be to the same IP address.<br>
<br>I would suggest a simple script to do what you need.<br><br>Regards<br>     Vernon<br><br><br><div class="gmail_quote">On Thu, Nov 4, 2010 at 8:21 AM, Mike Cavanagh <span dir="ltr"><<a href="mailto:mike@terrapintesting.com">mike@terrapintesting.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">








<div link="blue" vlink="purple" lang="EN-US">

<div>

<p class="MsoNormal">An entry in the bb-host file like:</p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">192.168.10.10     bambam              #
dns=fred</p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">will perform a DNS query against the server bambam for the
hostname: fred.  The way I understand it is if a response is received, the
DNS is considered good.</p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">I would like to know if here are any options to verify the
result.  In my particular case, we want to query against a “Split
DNS” server and confirm the correct IP is being returned in the A record. 
So,</p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">192.168.10.10     <a href="http://bambam.dom.com" target="_blank">bambam.dom.com</a>                         #
dns=<a href="http://fred.dom.com" target="_blank">fred.dom.com</a></p>

<p class="MsoNormal">71.137.200.10     <a href="http://bambam.dom.com" target="_blank">bambam.dom.com</a>                         #
dns=<a href="http://fred.dom.com" target="_blank">fred.dom.com</a></p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">The first entry should return:  192.168.10.15</p>

<p class="MsoNormal">The second entry should return: 71.137.200.15</p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">If DNS views are broken, the 2<sup>nd</sup> entry may
return:  192.168.10.15   If so, I want to get a page so DNS can
be fixed.</p>

<p class="MsoNormal"> </p>

<p class="MsoNormal">Thanks,</p>

<p class="MsoNormal">Mike</p>

<p class="MsoNormal"> </p>

</div>

</div>


</blockquote></div><br>