<div dir="ltr">So, in the /etc/dnsmasq.conf file configure the DHCP settings to always give a specific IP address to my PC? Sort of like a reserved IP in Windows DHCP server?</div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature">----------------------------------------<br>Have a Better One, <br>Edward Crosby<br><span style="font-family:proxima-nova-1,proxima-nova-2,Tahoma,Helvetica,Verdana,sans-serif;font-size:14px;color:rgb(51,51,51);line-height:19px"><a href="http://about.me/edwardcrosby" target="_blank">http://about.me/edwardcrosby</a></span></div></div>
<br><div class="gmail_quote">On Sun, Aug 7, 2016 at 4:32 AM, Chris Green <span dir="ltr"><<a href="mailto:cl@isbd.net" target="_blank">cl@isbd.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sat, Aug 06, 2016 at 08:57:43PM -0400, Edward Crosby wrote:<br>
>    I've implemented Dnsmasq on a Raspberry Pi 3 running Ubuntu Mate 16.04<br>
>    on my home LAN. I have configured it as a DHCP server also. I have<br>
>    quite a few clients on my LAN, most of them are DHCP clients. I have<br>
>    one PC, my personal PC, that has a static IP address. This PC does not<br>
>    resolve host names of other host on my LAN, it doesn't even resolve the<br>
>    hostname of the Dnsmasq DNS server, even though I have the Dnsmasq<br>
>    server IP as my DNS server.<br>
<br>
</span>I'm doing almost exactly the same as you.<br>
<br>
What I do is fix the IP address of my desktop machine by getting<br>
dnsmasq to always give it the same address.  So leave your desktop<br>
with a dynamic IP in its configuration and have something like the<br>
following to your /etc/hosts file on the pi:-<br>
<br>
    127.0.0.1       localhost<br>
    #<br>
    #<br>
    # These have fixed IP for various reasons, so dnsmasq serves their IP<br>
    from here<br>
    #<br>
    192.168.1.1     vigor<br>
    192.168.1.2     <a href="http://pi.zbmc.eu" rel="noreferrer" target="_blank">pi.zbmc.eu</a> raspberrypi  pi<br>
    192.168.1.3     <a href="http://esprimo.zbmc.eu" rel="noreferrer" target="_blank">esprimo.zbmc.eu</a> <a href="http://zbmc.eu" rel="noreferrer" target="_blank">zbmc.eu</a><br>
    192.168.1.5     maxinexp<br>
    192.168.1.6     ben<br>
    192.168.1.40    mikrotik<br>
    192.168.1.60    fonera<br>
<br>
My desktop machine is esprimo.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Chris Green<br>
<br>
______________________________<wbr>_________________<br>
Dnsmasq-discuss mailing list<br>
<a href="mailto:Dnsmasq-discuss@lists.thekelleys.org.uk">Dnsmasq-discuss@lists.<wbr>thekelleys.org.uk</a><br>
<a href="http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss" rel="noreferrer" target="_blank">http://lists.thekelleys.org.<wbr>uk/mailman/listinfo/dnsmasq-<wbr>discuss</a><br>
</font></span></blockquote></div><br></div>