cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
209
Views
0
Helpful
9
Replies

dagospia.com not resolving correctly

ratna4
Level 1
Level 1

Since I installed OpenDns at home, the domain dagospia.com will not open. "The webpage is not available"

Webpage works fine on mobile network and in office network.

 

Thanks

9 Replies 9

rotblitz
Level 6
Level 6

http://cachecheck.opendns.com/ returns SERVFAIL for dagospia.com at several OpenDNS locations.  There is a problem with dagospia.com's DNS configuration with one of their nameservers.  You'll have to wait until this is resolved by dagospia.com.

"Webpage works fine on mobile network and in office network."

This is rather by chance.

For the time being you can add the following entry to your local hosts file as a temporary workaround:

     156.54.106.174  dagospia.com  www.dagospia.com

And they have a problem with their website as well, redirecting to itself forever.....

ratna4
Level 1
Level 1

Thank you!

rotblitz
Level 6
Level 6

Their problem seems to be solved.  All OpenDNS locations consistently return 156.54.106.174 now.  You can remove the temporary entry from your hosts file.

ratna4
Level 1
Level 1

Removed the hosts entry and still get "This webpage is not available". Could there actually be a problem with OpenDns? I changed DNS to Google Dns and website opens fine..

rotblitz
Level 6
Level 6

"This webpage is not available" can be anything, not just a DNS problem.  Whatever, a zone/domain is to have two independent authoritative nameservers configured, and dagospia.com has one only now.

"Could there actually be a problem with OpenDns?"

Not impossible, but unlikely.

Post the complete plain text output of these diagnostic commands here (with OpenDNS enabled), so I may see if there is a problem:

nslookup -type=txt debug.opendns.com.
nslookup -type=a dagospia.com.
nslookup -timeout=12 -type=any dagospia.com.

ratna4
Level 1
Level 1

C:\>nslookup -type=txt debug.opendns.com
Server:  Wireless_Broadband_Router.home
Address:  192.168.1.1
Non-authoritative answer:
debug.opendns.com       text =
        "server 7.nyc"
debug.opendns.com       text =
        "flags 20 0 2F6 800780000000000"
debug.opendns.com       text =
        "originid 23229507"
debug.opendns.com       text =
        "actype 2"
debug.opendns.com       text =
        "bundle 6352951"
debug.opendns.com       text =
        "source xx.xxx.xxx.xxx:1024"

 

C:\>nslookup -type=a dagospia.com.
Server:  Wireless_Broadband_Router.home
Address:  192.168.1.1
DNS request timed out.
    timeout was 2 seconds.
*** Request to Wireless_Broadband_Router.home timed-out

 

C:\>nslookup -timeout=12 -type=any dagospia.com
Server:  Wireless_Broadband_Router.home
Address:  192.168.1.1
Non-authoritative answer:
dagospia.com    nameserver = dns1.byworks.com
dagospia.com    nameserver = dns2.byworks.com

 

 

ratna4
Level 1
Level 1

Tried again and got also this msg for second test suggested:

C:\>nslookup -type=a dagospia.com
Server:  Wireless_Broadband_Router.home
Address:  192.168.1.1
*** Wireless_Broadband_Router.home can't find dagospia.com: Server failed

rotblitz
Level 6
Level 6

Yeah, "Server failed" (= SERVFAIL) response.  They (dagospia.com) still seem to have problems with their DNS configuration...

As I said, when I executed these an hour ago, they only had one nameserver configured, dns2.byworks.com.  Now they have two, dns1.byworks.com and dns2.byworks.com, and dns1.byworks.com doesn't respond.  Their SOA gives dns1.byworks.com as the primary nameserver.  The same for MX records, they had one and now have two.  They seem to actively work on something.
See also http://www.intodns.com/dagospia.com

If you need to access the site, simply add the hosts file entry again, and try again with removing after a few days.

ratna4
Level 1
Level 1

Thank you for your kind assistance.