You are not logged in.

#1 2008-03-10 02:15:50

theringmaster
Member
From: Air Force
Registered: 2007-07-16
Posts: 581
Website

opendns blunder

I tried to switch my dns to opendns by following the instructions they give for my linksys wireless router. When I hit "save changes" my gnome freezes up and I'm forced to change the dns values back to what they were with my laptop (runs vista still). I can still move the mouse but I can't click on anything (frozen?). I think I made a post about a similar problem involving this router. I have narrowed it down to gnome because as a test I logged in to a fail-safe terminal (via gdm) and installed openbox and yes I was able to start openbox nicely. so yeah gnome is my culprit. Anyone else have this problem. Probably just me, eh? hehe.


Check me out on twitter!!! twitter.com/The_Ringmaster

Offline

#2 2008-03-10 02:31:05

blu3ness
Member
From: Edmonton, Canada
Registered: 2007-12-28
Posts: 169

Re: opendns blunder

If I understand correctly, you are visiting your router's configuration web interface, and then your system would freeze after changing the DNS servers to opendns servers?

That sounds ... very interesting... yikes

I use openDNS as well, but I don't experience your problems.. odd


Archlinux on Compaq Presario v5000 laptop smile

Offline

#3 2008-03-10 02:46:57

brebs
Member
Registered: 2007-04-03
Posts: 3,742

Re: opendns blunder

Did you edit /etc/hosts? Gnome still needs to be able to e.g. ping localhost.

Anyway, I always recommend to use "bind/named". DNS is too important to leave to others wink

Last edited by brebs (2008-03-10 02:48:23)

Offline

#4 2008-03-10 02:56:49

theringmaster
Member
From: Air Force
Registered: 2007-07-16
Posts: 581
Website

Re: opendns blunder

blu3ness wrote:

If I understand correctly, you are visiting your router's configuration web interface, and then your system would freeze after changing the DNS servers to opendns servers?

That sounds ... very interesting... yikes

I use openDNS as well, but I don't experience your problems.. odd

are you using gnome? and yes that is exactly my situation.

Last edited by theringmaster (2008-03-10 03:01:27)


Check me out on twitter!!! twitter.com/The_Ringmaster

Offline

#5 2008-03-10 13:27:16

theringmaster
Member
From: Air Force
Registered: 2007-07-16
Posts: 581
Website

Re: opendns blunder

brebs wrote:

Did you edit /etc/hosts? Gnome still needs to be able to e.g. ping localhost.

Anyway, I always recommend to use "bind/named". DNS is too important to leave to others wink

#
# /etc/hosts: static lookup table for host names
#

#<ip-address>    <hostname.domain.org>    <hostname>
127.0.0.1        localhost.localdomain    gnome-box

# End of file

that's what my /etc/hosts looks like. You see i've replace "localhost" with my actual hostname, but should I switch it to localhost?


Check me out on twitter!!! twitter.com/The_Ringmaster

Offline

#6 2008-03-10 13:57:27

finferflu
Forum Fellow
From: Manchester, UK
Registered: 2007-06-21
Posts: 1,899
Website

Re: opendns blunder

It should be like this:

#
# /etc/hosts: static lookup table for host names
#

#<ip-address>    <hostname.domain.org>    <hostname>
127.0.0.1        localhost.localdomain           localhost    gnome-box

# End of file

I also use OpenDNS, but I have changed my nameservers in /etc/resolv.conf and then put this line in /etc/conf.d/dhcpcd so that resolv.conf doesn't get overwritten when dhcp is run next time:

DHCPCD_ARGS="-R -t 30 -h $HOSTNAME"

Have you Syued today?
Free music for free people! | Earthlings

"Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away." -- A. de Saint-Exupery

Offline

#7 2008-03-13 01:48:57

theringmaster
Member
From: Air Force
Registered: 2007-07-16
Posts: 581
Website

Re: opendns blunder

finferflu wrote:

It should be like this:

#
# /etc/hosts: static lookup table for host names
#

#<ip-address>    <hostname.domain.org>    <hostname>
127.0.0.1        localhost.localdomain           localhost    gnome-box

# End of file

I also use OpenDNS, but I have changed my nameservers in /etc/resolv.conf and then put this line in /etc/conf.d/dhcpcd so that resolv.conf doesn't get overwritten when dhcp is run next time:

DHCPCD_ARGS="-R -t 30 -h $HOSTNAME"

You must have just one computer connected to your internet. I have two my desktop and laptop (via wireless), so I thought I could change the dns in the router so that whatever computer connects to my wireless and wired network would use opendns. I have changed the /etc/hosts file to look like what you put here, so I'll try to do it again later.


Check me out on twitter!!! twitter.com/The_Ringmaster

Offline

Board footer

Powered by FluxBB