Comment 7 for bug 1577724

Revision history for this message
Saikrishna Arcot (saiarcot895) wrote :

If you choose to only get the IP address from DHCP and you don't specify and DNS servers to use, then there won't be any DNS servers configured (besides 127.0.1.1).

What will happen is that a DNS request will be sent to 127.0.1.1 (dnsmasq). dnsmasq doesn't have any upstream servers configured, so unless the IP address for the domain is statically set somewhere in the configuration file, DNS won't work.