d***@neverbox.com
2017-10-03 01:00:58 UTC
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
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