Page 1 of 2 12 LastLast
Results 1 to 15 of 19

Thread: computer fails to resolve host for home.eyesonff.com

  1. #1
    pirate heartbreaker The Man's Avatar
    Join Date
    Mar 2002
    Location
    Sarasota, FL
    Posts
    10,946

    :monster: computer fails to resolve host for home.eyesonff.com

    Do I need to edit my hosts file or something? If so, what to? Only being able to access the site on my phone is really annoying.
    Don't delay, add The Pimp today! Don't delay, add The Pimp today!
    Fool’s Gold tlsfflast.fm (warning: album artwork may sometimes be nsfw)

  2. #2
    *permanent smite* Spuuky's Avatar
    Join Date
    Nov 2001
    Location
    Hell, eventually.
    Posts
    3,653

    Default

    Quote Originally Posted by The Man View Post
    Do I need to edit my hosts file or something? If so, what to? Only being able to access the site on my phone is really annoying.
    Depends, have you edited your hosts file for EoFF before? If you haven't, there should be no reason to touch now.

    To be honest the solution to name resolution issues (if they're ISP-specific) is just changing your DNS to use Google's (8.8.8.8 and 8.8.4.4) instead of your ISP's default.

    Does it fail to resolve in all browsers? Does it resolve in a command line if you try to ping it?

  3. #3
    pirate heartbreaker The Man's Avatar
    Join Date
    Mar 2002
    Location
    Sarasota, FL
    Posts
    10,946

    :monster:

    Never edited hosts file before, afaik. Ping fails. Haven't tried multiple browsers. Should I try using google's DNS lookup then?
    Don't delay, add The Pimp today! Don't delay, add The Pimp today!
    Fool’s Gold tlsfflast.fm (warning: album artwork may sometimes be nsfw)

  4. #4

    Default

    It may not help, because Google's servers seem to also be having trouble getting this thing to resolve regularly. I have no idea what the root cause is, as the upstream DNS servers seem to be responding correctly. I haven't dug too deeply though.

    I can only visit this place at all right now because I've dropped home.eyesonff.com into my hosts file.

    There is no way to peace; peace is the way.
    Final Fantasy IV Knowledge Base | Free Talk Live

  5. #5
    *permanent smite* Spuuky's Avatar
    Join Date
    Nov 2001
    Location
    Hell, eventually.
    Posts
    3,653

    Default

    Quote Originally Posted by The Man View Post
    Never edited hosts file before, afaik. Ping fails. Haven't tried multiple browsers. Should I try using google's DNS lookup then?
    If it doesn't ping, using multiple browsers is irrelevant. On a command line, show the output of these two commands:

    nslookup home.eyesonff.com
    nslookup home.eyesonff.com 8.8.8.8

    The first will do a lookup based on your default DNS, the second using Google's.

  6. #6

    Default

    Since I'm having this problem as well, I can respond. Well, home.eyesonff.com randomly fixed itself when I went to test (since the issue seems intermittent) but forums.eyesonff.com is a failure right now.

    Code:
    jason@europa ~ $ nslookup forums.eyesonff.com
    Server:		192.168.1.1
    Address:	192.168.1.1#53
    
    ** server can't find forums.eyesonff.com: NXDOMAIN
    
    jason@europa ~ $ nslookup forums.eyesonff.com 8.8.8.8
    Server:		8.8.8.8
    Address:	8.8.8.8#53
    
    ** server can't find forums.eyesonff.com: NXDOMAIN
    I don't know if there's some dirty ISP out there that's silently modifying or blocking traffic or what, because the exact same query works perfectly fine from my offsite server.

    There is no way to peace; peace is the way.
    Final Fantasy IV Knowledge Base | Free Talk Live

  7. #7
    *permanent smite* Spuuky's Avatar
    Join Date
    Nov 2001
    Location
    Hell, eventually.
    Posts
    3,653

    Default

    Quote Originally Posted by Relena Peacecraft View Post
    Since I'm having this problem as well, I can respond. Well, home.eyesonff.com randomly fixed itself when I went to test (since the issue seems intermittent) but forums.eyesonff.com is a failure right now.

    Code:
    jason@europa ~ $ nslookup forums.eyesonff.com
    Server:		192.168.1.1
    Address:	192.168.1.1#53
    
    ** server can't find forums.eyesonff.com: NXDOMAIN
    
    jason@europa ~ $ nslookup forums.eyesonff.com 8.8.8.8
    Server:		8.8.8.8
    Address:	8.8.8.8#53
    
    ** server can't find forums.eyesonff.com: NXDOMAIN
    I don't know if there's some dirty ISP out there that's silently modifying or blocking traffic or what, because the exact same query works perfectly fine from my offsite server.
    That first query indicates that your name resolution is coming from... your router? I guess I'm not really sure how Linux name resolution works. That Google name server has a correct DNS entry for forums.eyesonff.com so the problem is in your ability to reach that name server with the query at all.

  8. #8

    Default

    Quote Originally Posted by Spuuky View Post
    That first query indicates that your name resolution is coming from... your router? I guess I'm not really sure how Linux name resolution works. That Google name server has a correct DNS entry for forums.eyesonff.com so the problem is in your ability to reach that name server with the query at all.
    Yes, the first one was my router. Which itself is configured to use Google anyway. Of course, it's strange that EoFF is (as far as I can tell) the only address to have problems. Everything else works fine.

    UPDATE: It actually seems that any domain using the same dns servers as EoFF sees the same behavior. Since this appears to mostly be a bunch of no-name sites, no wonder I wouldn't notice. Therefore, I must hypothesize that this is a communication problem between some of google's DNS servers and the godaddy dns servers. Presumably it will resolve someday if someone notices. I have no idea if this information applies to Aaron's problem whatsoever.
    Last edited by Relena Peacecraft; 09-11-2013 at 12:24 AM.

    There is no way to peace; peace is the way.
    Final Fantasy IV Knowledge Base | Free Talk Live

  9. #9
    *permanent smite* Spuuky's Avatar
    Join Date
    Nov 2001
    Location
    Hell, eventually.
    Posts
    3,653

    Default

    Quote Originally Posted by Relena Peacecraft View Post
    UPDATE: It actually seems that any domain using the same dns servers as EoFF sees the same behavior. Since this appears to mostly be a bunch of no-name sites, no wonder I wouldn't notice. Therefore, I must hypothesize that this is a communication problem between some of google's DNS servers and the godaddy dns servers. Presumably it will resolve someday if someone notices. I have no idea if this information applies to Aaron's problem whatsoever.
    Are you configured somehow to not accept non-authoritative name resolutions? I don't really know how this would be done (conceivably it's something configurable in Linux) but it's possible that it isn't accepting a non-authoritative answer, and is then checking in for an authoritative one, but can't reach that name server. Maybe none of that even makes sense at all to someone with more knowledge than me about DNS, I'm not really an expert.

    The more likely explanation though is that GoDaddy's cheap/free DNS sucks a lot, and is returning periodic non-existent domain responses, which then get cached for a while somewhere.

    EDIT:

    What happens when you do this (at a time the problem is happening)?
    nslookup forums.eyesonff.com ns01.domaincontrol.com
    or
    nslookup forums.eyesonff.com ns02.domaincontrol.com

    Since those are the actual name servers EoFF is using, they should be the ones returning the actual result?

  10. #10

    Default

    Quote Originally Posted by Spuuky View Post
    What happens when you do this (at a time the problem is happening)?
    nslookup forums.eyesonff.com ns01.domaincontrol.com
    or
    nslookup forums.eyesonff.com ns02.domaincontrol.com

    Since those are the actual name servers EoFF is using, they should be the ones returning the actual result?
    Every time I've tried, querying those nameservers directly works fine. So does querying any other open DNS server I could think of. It was only requests to Google that were failing.

    There is no way to peace; peace is the way.
    Final Fantasy IV Knowledge Base | Free Talk Live

  11. #11
    *permanent smite* Spuuky's Avatar
    Join Date
    Nov 2001
    Location
    Hell, eventually.
    Posts
    3,653

    Default

    Interesting. Well, maybe it actually is a Google problem in your case, and switching away from Google would fix it. I'd rather modify my hosts file than switch from Google DNS though, which you obviously already did.

  12. #12
    pirate heartbreaker The Man's Avatar
    Join Date
    Mar 2002
    Location
    Sarasota, FL
    Posts
    10,946

    :monster:

    What IP address do I need to edit in for eoff then?
    Don't delay, add The Pimp today! Don't delay, add The Pimp today!
    Fool’s Gold tlsfflast.fm (warning: album artwork may sometimes be nsfw)

  13. #13
    *permanent smite* Spuuky's Avatar
    Join Date
    Nov 2001
    Location
    Hell, eventually.
    Posts
    3,653

    Default

    Quote Originally Posted by The Man View Post
    What IP address do I need to edit in for eoff then?
    64.91.228.54

    Although I'd try switching to Google DNS first if you haven't; it may be causing his problem, but could also fix yours.

  14. #14
    pirate heartbreaker The Man's Avatar
    Join Date
    Mar 2002
    Location
    Sarasota, FL
    Posts
    10,946

    :monster:

    weird, I'm getting a 403 error when I load that IP on my computer. Is eoff in some subdirectory of that IP or something?
    Don't delay, add The Pimp today! Don't delay, add The Pimp today!
    Fool’s Gold tlsfflast.fm (warning: album artwork may sometimes be nsfw)

  15. #15
    *permanent smite* Spuuky's Avatar
    Join Date
    Nov 2001
    Location
    Hell, eventually.
    Posts
    3,653

    Default

    Quote Originally Posted by The Man View Post
    weird, I'm getting a 403 error when I load that IP on my computer. Is eoff in some subdirectory of that IP or something?
    Guess I should have tested to make sure it actually worked. Apparently I don't know what it's actually supposed to be.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •