<!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">
>From the dnsmasq manpage:<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -H, --addn-hosts=&lt;file&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Additional&nbsp; hosts&nbsp; file.&nbsp; Read the specified file as well
as /etc/hosts. If -h is given, read only the specified file. This
option may be repeated for<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; more than one additional hosts file.<br>
<br>
So, simply define a addn-hosts=&lt;file&gt; to add a hosts-styled
config file and define the host in there. This is assuming you didn't
want to put that host definition in the /etc/hosts<br>
<br>
Eric<br>
<br>
AJ Weber wrote:
<blockquote cite="mid:006a01c918c2$601af030$d101a8c0@webtekllc.com"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta content="MSHTML 6.00.2900.3395" name="GENERATOR">
  <style></style>
  <div><font face="Arial" size="2">Is there a way to resolve more than
one hostname to a single host?&nbsp; Like an alias-feature?&nbsp; Analogous to
putting a line in /etc/hosts with multiple names after the IP address?&nbsp;
Then have dnsmasq resolve any of the names to the correct address?</font></div>
  <div>&nbsp;</div>
  <div><font face="Arial" size="2">Thanks,</font></div>
  <div><font face="Arial" size="2">AJ</font></div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
Dnsmasq-discuss mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Dnsmasq-discuss@lists.thekelleys.org.uk">Dnsmasq-discuss@lists.thekelleys.org.uk</a>
<a class="moz-txt-link-freetext" href="http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss">http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss</a>
  </pre>
</blockquote>
<br>
</body>
</html>