LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   dns time warner redirect in Firefox (https://www.linuxquestions.org/questions/linux-newbie-8/dns-time-warner-redirect-in-firefox-4175505897/)

od13 05-23-2014 12:19 PM

dns time warner redirect in Firefox
 
I am using Luna OS Elementary. Its pretty cool. I am using the latest version of Mozilla firefox. If I misspell something in the address bar I get redirect it to Time warner search, which I promptly close and start all over again. I found instructions on how to disable the time warner redirect for a windows system, but can't find anything for Linux. I have spent hours searching the internet for an answer. Can anyone help? Please

jdkaye 05-23-2014 12:43 PM

I'm not sure what you want to do. Do you want to redirect misspellings to an different search engine? Or do you not want any redirection at all?
And why do you have to close anything at all? If you make a mistake in the navigation window then simply type the correct form over the mistake. Please try and make clear exactly what you're trying to do.
jdk

dijetlo 05-23-2014 12:51 PM

Hey Odie,

You probably just need to set your default search engine for firefox. If you have a search box next to your address bar, look for a down arrow in the box. Click it and you'll see the default options for search engines, choose one.

TB0ne 05-23-2014 01:53 PM

Quote:

Originally Posted by od13
I am using Luna OS Elementary. Its pretty cool. I am using the latest version of Mozilla firefox. If I misspell something in the address bar I get redirect it to Time warner search, which I promptly close and start all over again. I found instructions on how to disable the time warner redirect for a windows system, but can't find anything for Linux. I have spent hours searching the internet for an answer. Can anyone help?

First, there is NO REASON to close your browser when you don't get the right website. Click in the address bar, and enter another address. What you're doing is akin to exiting your word-processor when you misspell a word.

The easiest way to get around this is to add these two lines:
Code:

nameserver 8.8.8.8
nameserver 8.8.4.4

...into the /etc/resolv.conf file. Those are Google's public DNS servers, which won't redirect you. That said, you will still have the same 'problem' when you misspell a website name...in that it won't come up or go to the wrong location.
Quote:

Originally Posted by dijetlo (Post 5175911)
Hey Odie,
You probably just need to set your default search engine for firefox. If you have a search box next to your address bar, look for a down arrow in the box. Click it and you'll see the default options for search engines, choose one.

Sorry, that won't do anything for this problem. Time Warner (and other cable ISP's), routinely re-direct people to their site, in the event of a DNS lookup failure (such as a misspelled/nonexistent website). That's because they are providing the DNS services. You can opt-out, but it is a painful process.

ondoho 05-23-2014 02:09 PM

for what it's worth...
this sounds a little like some malware a friend of mine caught on her windoze computers firefox - all searches get redirected to some obscure bs website, something like that.
just trying to help clarify things but i might be wrong of course.

TB0ne 05-23-2014 02:14 PM

Quote:

Originally Posted by ondoho (Post 5175943)
for what it's worth...
this sounds a little like some malware a friend of mine caught on her windoze computers firefox - all searches get redirected to some obscure bs website, something like that.
just trying to help clarify things.

I don't think that's the case here; Time Warner (and Brighthouse, too), provide 'their' DNS services. This is a fairly widely-reported issue, with no malware involved:
http://en.wikipedia.org/wiki/DNS_hij...lation_by_ISPs

It happened on my openSUSE box, and when I changed the resolv.conf and used Google's DNS servers, the problem vanished. Same for my wifes Windows laptop, and her iPad (after giving it a static address, and configuring things manually).

unSpawn 05-23-2014 02:53 PM

Additionally (and depending on how the redirection is done) there is at least one caching DNS server, Pdnsd, that allows you to deny certain DNS responses.

dijetlo 05-23-2014 03:39 PM

Quote:

Sorry, that won't do anything for this problem.
Thanks for the correction, Tbone. I should have tested it before opening my mouth.

John VV 05-23-2014 04:20 PM

It is not malware
it is the normal Bu11 $hi7 from the ISP
a dns hijack that the ISP is doing

set the above 8.8.8.8 and 8.8.4.4
then set your network manager to get IP address ONLY from dhcp

normally the ip AND the DNS is set BY your isp

jefro 05-23-2014 09:22 PM

Yes, some sort of open dns ip should fix it.

ondoho 05-24-2014 06:38 AM

Quote:

Originally Posted by od13 (Post 5175895)
I found instructions on how to disable the time warner redirect for a windows system, but can't find anything for Linux.

it seems i was wrong, others are right.
i would say the process is the same on a windows or linux computer - maybe you can spot the similarities.

anyhow, others wrote:
Quote:

The easiest way to get around this is to add these two lines:
Code:
nameserver 8.8.8.8
nameserver 8.8.4.4
...into the /etc/resolv.conf file. Those are Google's public DNS servers, which won't redirect you.
you will have to open the file with
Code:

sudo gedit /etc/resolv.conf
iirc, this file tends to get overwritten, so if the problem persists, post again.

273 05-24-2014 07:04 AM

Personally, I set my router to use Open DNS so that any clients connecting will pick that up through DHCP. Of course Open DNS have their own redirect page but I don't like the idea of Google registering all the sites I go to as well as my search history (just personal preference though).

Emerson 05-24-2014 10:40 AM

Or just use your own server.

273 05-24-2014 10:44 AM

Quote:

Originally Posted by Emerson (Post 5176372)
Or just use your own server.

I hate to be picky but I don't see how this solves the problem in any way?

Emerson 05-24-2014 10:45 AM

You are in full control, nothing gets redirected.


All times are GMT -5. The time now is 05:37 PM.