due dns issue browsers display wrong page

Asked by Dan Koga

I opened a new tab in firefox 3.6.12, typed "www.google.com" into the address bar, pressed the Enter key and the following page was displayed:

https://login.yahoo.com/config/login?.pd=c%3DaMtFxUmp2e6zaBL942f2v6LoDw--&.src=my&.done=http://www.google.com&.intl=us

So I started Chromium 6.0.472.63 (59945), opened a new tab, typed "www.google.com" into the address bar, pressed the Enter key and got the Yahoo login page:

https://login.yahoo.com/config/login?.pd=c%3DaMtFxUmp2e6zaBL942f2v6LoDw--&.src=my&.done=http://www.google.com&.intl=us

In both browsers I was logged into Yahoo (different accounts in each browser) in a different tab. I logged out of each Yahoo account and typed "www.google.com" and was taken to the correct google page in both browsers. Since both browsers exhibited the same erroneous behavior, I am thinking it is not a browser problem.

I do not know if this problem could be related to another problem I am having with installing firefox addons. When trying to install any addon I get an error -228. I have already submitted another problem report about that problem.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-nettool Edit question
Assignee:
No assignee Edit question
Solved by:
actionparsnip
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

Can you give the output of:

cat /etc/resolv.conf; echo; cat /etc/hosts

Thanks

Revision history for this message
Dan Koga (dkoga2424) said :
#2

Here is the output:

cat /etc/resolv.conf; echo; cat /etc/hosts
# Generated by NetworkManager
domain domain.actdsltmp
search domain.actdsltmp
nameserver 192.168.0.1
nameserver 205.171.3.25

192.168.2.104 Inspiron-N5010 # Added by NetworkManager
127.0.0.1 localhost.localdomain localhost
::1 Inspiron-N5010 localhost6.localdomain6 localhost6
127.0.1.1 Inspiron-N5010

# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

On Sat, Oct 30, 2010 at 4:24 PM, actionparsnip <
<email address hidden>> wrote:

> Your question #131893 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/131893
>
> Status: Open => Needs information
>
> actionparsnip requested for more information:
> Can you give the output of:
>
> cat /etc/resolv.conf; echo; cat /etc/hosts
>
> Thanks
>
> --
> To answer this request for more information, you can either reply to
> this email or enter your reply at the following page:
> https://answers.launchpad.net/ubuntu/+question/131893
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
Best actionparsnip (andrew-woodhead666) said :
#3

ok so you use qwest DNS. Have you tried using google DNS instead?

I suggest you comment out:

domain domain.actdsltmp
search domain.actdsltmp

by adding a hash at the start of each line:

#domain domain.actdsltmp
#search domain.actdsltmp

you will need:

gksudo gedit /etc/resolv.conf

to get write access.

Revision history for this message
Dan Koga (dkoga2424) said :
#4

Thanks!

Revision history for this message
Dan Koga (dkoga2424) said :
#5

I commented out the lines and it fixed the problem but NetworkManager
regenerates the original uncommented file when I reboot. How can I prevent
NetworkManager from regenerating the file?

On Sat, Oct 30, 2010 at 5:32 PM, actionparsnip <
<email address hidden>> wrote:

> Your question #131893 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/131893
>
> Status: Open => Answered
>
> actionparsnip proposed the following answer:
> ok so you use qwest DNS. Have you tried using google DNS instead?
>
> I suggest you comment out:
>
> domain domain.actdsltmp
> search domain.actdsltmp
>
> by adding a hash at the start of each line:
>
> #domain domain.actdsltmp
> #search domain.actdsltmp
>
> you will need:
>
> gksudo gedit /etc/resolv.conf
>
> to get write access.
>
> --
> If this answers your question, please go to the following page to let us
> know that it is solved:
> https://answers.launchpad.net/ubuntu/+question/131893/+confirm?answer_id=2
>
> If you still need help, you can reply to this email or go to the
> following page to enter your feedback:
> https://answers.launchpad.net/ubuntu/+question/131893
>
> You received this question notification because you are a direct
> subscriber of the question.
>

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

Then you need to right click network manager and edit the connections, under the ipv4 tab you can set the interface to dhcp but for address only then set the dns in the box below.