K-12 Forums

Talk with other K-12 network administrators in your state.

Or see all states.

Categories

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

This discussion has been inactive for longer than 30 days, and is thus closed.
    • CommentAuthorstapler
    • CommentTimeDec 22nd 2006 edited
     permalink
    Hi,

    Personally I never type the www. prefix when I am entering an address manually.

    However, some Webmasters are plain stupid and have not realised that not everyone like entering those first, four, and totally useless (see http://nowww.org/) first letters. So they do not configure their servers properly and end up rejecting visitors that have not entered the www. prefix.

    Do you think OpenDNS should attempt to resolve with the www. prefix if the domain lookup fail, and visa versa when it failed with the www. prefix present?

    Or is this an undesirable feature? :confused:
  1.  permalink
    Stapler,

    I can see your point because before the OpenDNS error pages, the browser would normally try a series of TLDs and prefixes before returning a DNS error. However, with the OpenDNS redirect pages, it immediately pops an error page.

    Though it's a bit annoying, I'd rather not see this sort of error correction because I can already see it causing problems with applications outside of a web browser.

    -Josh
    • CommentAuthorjshier
    • CommentTimeDec 22nd 2006
     permalink
    Iowa State University does this too (iastate.edu) and it's stupid. I have no idea how much of a problem it would be for other apps though.
    • CommentAuthorstapler
    • CommentTimeDec 22nd 2006
     permalink
    I used to rely on the Opera Web browser's handling of this. But with OpenDNS that wouldn't do me any good.

    And what is wrong with correcting these errors then?
    • CommentAuthorterdale
    • CommentTimeDec 22nd 2006
     permalink
    I'm with you stapler
  2.  permalink
    I don't quite see the www/no-www argument as being particularly relevant here. I guess that's the price you pay (a very small one) for having such quality DNS servers. There is nothing reallly *wrong* with the system at the moment - if I want to resolve www.example.com that's what I want. If I ask for example.com and it doesn't deliver, I'd want to know.
    • CommentAuthorowine
    • CommentTimeDec 26th 2006
     permalink
    i would like to see this. but i think it should be user-settable like error protection and phishing protection. also, it should only occur if there is no www.example.com entry or no example.com entry. it should not overrule actual dns entries.
    Thankful People: srday
    • CommentAuthoros2mac
    • CommentTimeDec 30th 2006
     permalink
    Stapler,

    so I go to http://nowww.org/ in firefox using Opendns and this resolves to http://www.newsoftheworld.co.uk/ sounds like a DNS record is hosed atm.
  3.  permalink
    os2mac, it should be http://no-www.org/
    • CommentAuthortazeat
    • CommentTimeJan 6th 2007 edited
     permalink
    yep if i go to http://myuw.com with OpenDNS i get the error: does not exist and a search box. before with my regular dns it would automatically redirect me to http://www.myuw.com.... I liked it better the other way...:cry:
    •  
      CommentAuthorrcrowley
    • CommentTimeJan 7th 2007
     permalink
    Administrator
    In the case that example.com doesn't resolve but www.example.com does, I think the proper interpretation is to return the www. version. In the hierarchy of subdomains under example.com, www. is the equivalent of index.html and should be treated as such.

    I only ran into this problem when Newshutch removed the no-www record from their DNS. I wouldn't have a problem except that the #1 Google result displayed on the error page is to newshutch.com, not the still-resolving www.newshutch.com.

    Having a setting available for this would be awesome. Of course, we now have to debate what the default setting would be. I suspect turning it on would be best, since it best mimics the behavior of browsers that way.

    Richard
    Thankful People: srday
    • CommentAuthorpencoyd
    • CommentTimeJan 7th 2007
     permalink
    If we make a setting for this, the default would be as it is now, which is what the RFCs suggest (require).

    We are well aware of the browser guessing, and that it's helpful behavior in several instances.

    Still noodling on this... as some have pointed out, applications beyond the web browser would also be affected.
    Thankful People: leftblank, stereo, brittain
    • CommentAuthorleftblank
    • CommentTimeJan 11th 2007
     permalink
    Pencoyd, isn't it an option to mimic the 'regular' stuff DNSes do in these cases? I mean, nearly every ISP has a DNS that corrects these basic www/non-www mistakes and I've never heard anyone complaining their other applications were hurt by it.
    • CommentAuthorfreddy
    • CommentTimeJan 19th 2007
     permalink
    I don't think that such a feature would solve the problem, normally the www/no-www problem is causes the the webserver settings. I can't remember to have seen a "can't resolve hostname" due to a missing www. It was always a 404, etc. error from the webserver, not due to a DNS.
    • CommentAuthorpencoyd
    • CommentTimeJan 19th 2007
     permalink
    leftblank, which ISPs do this? I know some browsers do it... don't know of ISPs which do it via DNS.
    • CommentAuthorsentropie
    • CommentTimeMar 12th 2008
     permalink
    I support such a feature. As already suggested, it would be nice if it could be turned off / on via each user's settings so everyone could handle this isses as you like it.
    Thankful People: srday
    • CommentAuthorRed Prince
    • CommentTimeMar 12th 2008
     permalink
    I have to take exception with people stating that if a site requires the www subdomain, it is somehow stupid. The fact is, the web is only a subsection of the Internet, and a relatively new one (only about the last 20 years, while the Internet is much older).

    The purpose of a domain is to help identify all computers within a net. Each of them typically has a different IP address and a different subdomain (e.g., alpha.example.com). The central computer for the domain (e.g. example.com) may not even run a web server at all. It is customary to use the www subdomain (e.g. www.example.com) for a web server.

    Most of the web companies use both the www.example.com and example.com for their web server. That is because some USERS were stupid and did not type the www. But not every web site is run by a web company.

    Somebody has mentioned Iowa State University as an example. I do not believe that running a web site is the main business of ISU. So, they obviously have a main computer that is dedicated to something more important (to them) than running a web site, and that computer's domain is simply iastate.edu. And they have a separate computer dedicated to their web site, so they assigned it the subdomain of www.iastate.edu. That's how it is supposed to be.

    That said, I would certainly NOT want OpenDNS to assume that example.com should really be www.example.com. A name server has no clue why a computer is asking for the IP of a domain. It cannot just assume that the computer is trying to browse a web site. It is perfectly conceivable that I may be trying to reach a non-web server at example.com. It would be quite wrong if OpenDNS returned the IP of www.example.com in that case.

    If you want that kind of a lazy-person service, configure your web browser to correct your URL, but definitely not the name server.
    Thankful People: brittain, bill fumerola
    • CommentAuthormnordhoff
    • CommentTimeMar 12th 2008
     permalink
    OTOH, "www" is a terrible subdomain. It has three times as many syllables as "World Wide Web". Everybody should use "web".

    Also, W should be pronounced "wee"..
    • CommentAuthorsentropie
    • CommentTimeMar 13th 2008
     permalink
    "redprince"... that's a good point of view with a lot of "arguments" in it as a solid base for a discussion. Oh, excuse my sarcasm but maybe you should stop insulting. It's really simple and doesn't take much time, just a little will.

    YOU will not have any disadvantages if this option would be turned off by default, so "lazy" person can turn it on for oneself. This doesn't mean they turn it on for you, got it?
    • CommentAuthorRed Prince
    • CommentTimeMar 13th 2008
     permalink
    Once again, web browsing is NOT the only function of the Internet. Even people who might think they want their DNS server to "fix" a domain by prepending www to a domain, use the Internet for other things, or at least their computers do, often automatically. E-mail is one example that has nothing to do with web browsing. Now, their e-mail software looks for an MX record and if there is one, fine. But if there is not (and there does not have to be), their e-mail is automatically supposed to go to example.com, not www.example.com.

    Plus there are other, less obvious services, such as time servers for keeping the time correct. And they do NOT use www.example.com. Then there are the automatic lookups for new versions of the system and for applications. And there is more.

    It is NOT the job of the DNS server to assume that a request for example.com really should be a request for www.example.com. It is the job of the BROWSER to figure that one out, and it is a simple matter of configuring one's browser properly.

    There are the right tools for every job, and it is the right tools that need to be used for each job. You could use the handle of a screwdriver to pounce a nail into a wall, but it is not the proper tool for it. A hammer is. Similarly, the DNS is not the right tool to change example.com to www.example.com. The browser is.
    • CommentAuthorpschneider
    • CommentTimeMar 14th 2008
     permalink
    I agree with redprince. DNS doesn't know if you are requesting a translation so you can use it to browse a url, telnet somewhere, or use FTP. Furthermore, companies might have entirely different websites running on www.example.com and example.com. If OpenDNS were to include an option, and if people were to use it, that could lead to some major problems when they find that they can't actually reach example.com.

    If you have problems typing in www (personally, I've been typing it for over a decade now, so it's second nature), then find a browser that does it.
    Thankful People: brittain, mnordhoff, Red Prince
    • CommentAuthormnordhoff
    • CommentTimeMar 14th 2008 edited
     permalink
    OTOH, correcting www.example.com to example.com on the off-chance it didn't resolve would be much less dangerous.

    Edit: Entirely off-topic, but I wonder if OpenDNS is smart enough to not do typo correction for requests that are probably not coming from browsers, like MX. DNS does work like that, right?
    • CommentAuthorjamie198402
    • CommentTimeMar 14th 2008 edited
     permalink
    in regards to the www subdomain scenario and the Iowa State University comment the uk is a 'big' problem with this 'www subdomain' misconfig hence why a few days ago i submitted a suggestion www.glos.ac.uk will work but opendns and any browser will bring up 404 error if the www is missed out (even the opendns domain tagging does not show glos.ac.uk as a site as it does not load unless you add www manually making education tagging horrible to guess (but i know .ac.uk and .sch.uk TLDs are education anyways (same with UK Government sites they choose to be problematic and who knows what else) but hopefully tagging does actually work (when approved)

    so back to the topic question i wholehartly agree that opendns should have a step to try and connect using www. as a option before it says it can not load a page
    • CommentAuthorJason
    • CommentTimeMar 14th 2008
     permalink
    I don't think it should "correct" it, rather the page where it tells you SERVFAIL should tell you if "www" results in SERVFAIL as well. And if it doesn't, it should say something like, "Did you mean: www.url.com?"

    :cool:
  4.  permalink
    consider example.com, example.com has no A record. www.example.com does have an A record. when the browser looks up example.com and browses to the result (our guide page) we currently throw up the guide results. in that case we DO know that the user was looking for a website, not trying to go to an FTP site or send mail with A record fall-back from MX.

    in that specific case, we could instead redirect to www.example.com instead of displaying guide search results for example.com. the most likely first search result would be www.example.com, which the user would end up clicking on anyways.

    this sort of example.com -> www.example.com fall-back eoulf only occur within the opendns guide code and not with our dns servers at all. this should satisfy the purists who don't want us assuming prefixing example.com with www no matter what, only if they ended up hitting the guide.

    this post is considered a discussion post, not an official opinion of OpenDNS.
    • CommentAuthorRed Prince
    • CommentTimeMar 15th 2008
     permalink
    That sounds like a plan, Bill. :)
    • CommentAuthorpinchies
    • CommentTimeMar 25th 2008
     permalink
    So... could we have an option for this added guide code? It is the one (of a few) thorn in my side over OpenDNS. It is a visually shocking search page, and the www.example.com address is not obvious enough.
    • CommentAuthorpencoyd
    • CommentTimeMar 25th 2008
     permalink
    How is the search page "visually shocking"?
    • CommentAuthorwoolwit
    • CommentTimeMar 26th 2008
     permalink
    "noodling"... exactly what I don't want. "visually shocking", that's not my quote, but if I may... it's shocking to see ANYTHING OTHER THAN WHAT YOU'RE SUPPOSED TO SEE when you type an error into your browser bar. Redirecting my error traffic to your OpenDNS Guide so you can make a few pennies if I click on an ad? Really, can't you find a better business model? Typo-corrections is OFF!
  5.  permalink
    (despite my [O] icon next to my name, this is not an official OpenDNS post. just musing out loud about what seems to be a complaint without a problem.)

    i'm glad that you've decided "WHAT YOU'RE SUPPOSED TO SEE" for everyone else. every browser shows something different and behaves differently when an error occurs. clearly there is room for different behavior. firefox by default sends you to google. why? because google paid for that behavior. it wasn't a few pennies.

    the online community as a whole are lucky that there's people out there like you who know what is best for everyone, everywhere, all the time. i'm surprised that you even saw the page that occurs from error traffic, given your omnipotence.

    as you've found, OpenDNS has even provided a way to disable the exact preference that has caused you so much pain and hardship. OpenDNS is still providing you with the same degree of high quality DNS response even without the possibility of making a few pennies from your error traffic.

    finally, if you have a better business model, might i suggest starting your own competitor. like it or not, advertising agreements are how free services and products, like OpenDNS and Mozilla/Firefox, remain free.



    so, what's your complaint again?
    • CommentAuthorjgkolt
    • CommentTimeMay 11th 2008
     permalink
    all we ask for is the option.
    • CommentAuthorh0dg3s
    • CommentTimeMay 12th 2008
     permalink
    There's no reason to add this type of error-correction simply because you are lazy. You may have to hit 4 extra keystrokes to get to the website you intended. Boo-hoo.

This discussion has been inactive for longer than 30 days, and is thus closed.