Firefox and DNS
December 13, 2004 2:25 AM
Subscribe
I have managed to install my beloved Firefox on my "heavily secured" computer at work and told it to use the company proxy server (we can only go through port 80). I'm not supposed to be using anything other than IE, but, well, you understand. The problem is that I can't access any .net domains (.com, .org, .co.uk and any other TLD works as it should) with Firefox, while this is not a problem in IE. Using the IP number of a .net website brings me to the site just fine, so it seems to be a DNS issue, but I have never heard of a TLD requiring its own DNS server or a special port. I can't ask the company IT people as I'm not allowed to use FF in the first place, and the FF support forums have never even answered my question. Any ideas?
posted by Skyanth to computers & internet (9 comments total)
I'm assuming that .net addresses work in IE? If so, then the only way I could see this happening is if the proxy server is dissecting your headers, filtering for non-IE browsers, then blocking .net addresses. Running the Internet Explorer Administration Kit (IEAK) allows an administrator to set a unique user agent on IE that allows the proxy server to filter certain browsers.
Blocking .net addresses is strange though.
Try this extension in Firefox. But first, if you want to find the specific user agent, create an .html file with the following:
<html>
<head>
<script language="javascript 1.3" type="text/javascript">
document.write (navigator.userAgent);
</script>
</head>
</html>
(Open it in IE, if it warns you about blocked content, just click the option bar and select allow blocked content).
If that doesn't work, then I have no idea what else to try. A word of caution though, changing the user agent is not always a good idea. A lot of sites adjust content based on the browser and it could affect your browsing experience. However, being stuck with IE definitely affects it already, so the way I see it, you probably have nothing to lose.
IT departments blocking Firefox? That's a whole other issue.
posted by purephase at 5:18 AM on December 13, 2004