Comment 21 for bug 81057

Revision history for this message
Mac (mac-jones) wrote :

Alvin,

A couple more bits...

cat /etc/resolv.conf

my says 127.0.0.1

if yours does not then edit /etc/dhcp3/dhclient.conf

and uncomment the line
#prepend domain-name-servers 127.0.0.1;

when you reboot or restart your networking do

cat /etc/resolv.conf again you should now have 127.0.0.1

Did you put your DNS servers in dnsmasq.conf, I keep mine in a seperate text file, if yours are in the conf file, did you uncomment the line "#no-resolv"

I also edit /etc/dnsmasq.conf and uncomment the line
#resolv-file=
changing it to
resolv-file=/home/mac/dns_servers.txt

my /home/mac/dns_servers.conf looks like

--
nameserver 208.67.222.222
nameserver 208.67.220.220
--

Also try removing the package resolvconf if you have it and the above does not work...

Regards
Mac