Comment 20 for bug 464422

Revision history for this message
Ronald Baaijens (ronald-baaijens) wrote :

This worked for me perfect:

1. In /etc/dhcp3/dhclient.conf add the following line:
prepend domain-name-servers 208.67.222.222,208.67.220.220;
2. In /etc/nsswitch.conf edit this line
hosts: files mdns4_minimal [NOTFOUND=return] dns mdns4
to this
hosts: files dns

Thanks for the work around, Andreas