[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: Earthlink's broken DNS affecting Tor nodes?



> I set OpenDNS as my domain
> resolvers, but DHCP later erased these settings. I should be able to
> have static DNS servers while using DHCP for my local IP address right?

Yes

> I tried adding the info to my dhcpclient.conf file, as per OpenDNS's
> instructions, but the settings won't take >:(

Here I had to add the following line into the file /etc/dhclient.conf :
prepend domain-name-servers 208.67.222.222, 208.67.220.220;

after that my /etc/resolv.conf looks like this, starting my network:
search home
nameserver 208.67.222.222
nameserver 208.67.220.220
nameserver "my-router's-ip"


sigi.