<div class="gmail_quote">On Fri, Apr 13, 2012 at 2:53 AM, Josh Luthman <span dir="ltr"><<a href="mailto:josh@imaginenetworksllc.com">josh@imaginenetworksllc.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Can you make the default to testip but specify a host to use DNS?<br></blockquote><div><br></div><div>No, but you can define .default. more than once, and the defaults will change for subsequent hosts until the next .default. (if any).  So you could do:</div>

<div><br></div><div>0.0.0.0 .default. # testip dialup</div><div><br></div><div>1.1.1.1 server1 # ssh smtp</div><div>1.1.1.2 server2 # ssh telnet</div><div><br></div><div>0.0.0.0 .default. # dialup</div><div>1.1.1.3 server3 # ssh http</div>

<div><br></div><div>0.0.0.0 .default. # testip dialup</div><div>1.1.1.4 server4 # ssh rdp</div><div>1.1.1.5 server5 # ssh telnet</div><div><br></div><div>All hosts except server3 will get the "testip" setting.</div>

<div><br></div><div>Please note that this is just how I think it should work, and I haven't tested it.</div><div><br></div><div>J</div><div><br></div></div>