My dnsmasq acts as both DNS server and DHCP server (I've disabled the
DHCP/DNS service in my router). However, this is my `resolv.conf`:


$ cat /etc/resolv.conf
# Generated by NetworkManager
search my.dns.name
nameserver 127.0.1.1

I.e., the `nameserver` in `resolv.conf` is not pointing to my DHCP/DNS
server. It should be setup according to the proper DHCP reply, right? How
can tell my dnsmasq to give proper DHCP reply so as to point the DNS server
to my home DHCP/DNS server?

Thx
_______________________________________________
Dnsmasq-discuss mailing list
Dnsmasq-discuss@lists.thekelleys.org.uk
http://lists.thekelleys.org.uk/mailman/listinfo/dnsmasq-discuss

Reply via email to