<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Jon Hittner wrote:
<blockquote cite="mid200609181412.10259.jhittner@vmsinfo.com"
 type="cite">
  <pre wrap="">I'm running hobbit 4.2 and noticed that the conn tests are not using the ip 
address listed in the bb-hosts files but instead seem to be doing an dns 
lookup on the name and attempting to ping the address in dns.   Is there any 
way to change this behavior?  I would like the address listed in the first 
field of the bb-hosts file to be the one fpinged for the conn test.
  </pre>
</blockquote>
Jon,<br>
<br>
Yep...just add a "testip" flag. Example:<br>
<br>
1.2.3.4  myhost.com  # ssh <b>testip</b> <a class="moz-txt-link-freetext" href="http://www.myhost.com">http://www.myhost.com</a><br>
<br>
This will make the conn test use 1.2.3.4 and not whatever myhost.com
resolves to.<br>
<br>
-Charles<br>
</body>
</html>