Hello,<br><br>I have dnsmasq running and it's running great. When I had my client machine as Windows XP the dhcp-host option worked and gave the ip for the host I'd defined in the /etc/hosts file.<br><br>Now my client is a Ubuntu 
6.06 machine and it has the same hostname, but it doesn't get the ip I've assigned. What's different about how Linux does a DHCP request that causes this and how can I fix it so that it works?<br><br>Note the <span style="font-family: courier new,monospace;">
hostname</span> command in Ubuntu gives the proper hostname but the <span style="font-family: courier new,monospace;">hostname -f</span> command returns <span style="font-family: courier new,monospace;">localhost</span>. I tried to adjust this but some X and other networking stuff stopped working.
<br><br>The contents of the hosts file on my Ubuntu client are:<br><br><span style="font-family: courier new,monospace;"><a href="http://127.0.0.1">127.0.0.1</a> localhost bailey</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"># The following lines are desirable for IPv6 capable hosts</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
::1 ip6-localhost ip6-loopback</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">fe00::0 ip6-localnet</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
ff00::0 ip6-mcastprefix</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">ff02::1 ip6-allnodes</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
ff02::2 ip6-allrouters</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">ff02::3 ip6-allhosts</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
<a href="http://127.0.1.1">127.0.1.1</a> bailey</span><br><br><br>- Richard<br>