domain resolving issue, need some help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dirtymind
    Confirmed User
    • May 2008
    • 2348

    #1

    domain resolving issue, need some help

    I have this domain and for some reason i can't load the page, but others can. I can also load it on my phones and ipad who are connected by the same wifi router as the pc and the laptop who can't open the site.

    Other domains on the same server but with a different ip can open on all devices.

    Can you open this page (which is empty) cloudblok.nl

    Any one who ha an idea what the problem could be. I already tried to clear the cache, reset the router, restart the pc and more. nothing is working, flushed the dns server and more. I have no idea what could be wrong.

    thanks
    skype: codercarlos
  • ThumbLord
    Confirmed User
    • Jan 2009
    • 1932

    #2
    Index of /

    cgi-bin/
    laravel/
    Apache/2.2.29 (Unix) mod_ssl/2.2.29 OpenSSL/1.0.1e-fips mod_bwlimited/1.4 Server at cloudblok.nl Port 80
    We Sell Domains | ThumbLords | ICQ 128106905 | TubeLords | Traffic Holder | eRoken

    Comment

    • dirtymind
      Confirmed User
      • May 2008
      • 2348

      #3
      yeah that is correct. Thanks for letting me know. Seems then it is something really locally.

      Which makes it a puzzle for me.
      skype: codercarlos

      Comment

      • ruff
        I have a plan B
        • Aug 2004
        • 5507

        #4
        I'm having the same issue. I think it must be my ISP's cache. Here are some sites you might find helpful.
        https://whatsmydns.net/
        http://squish.net/dnscheck/
        CryptoFeeds

        Comment

        • armysmoke
          Confirmed User
          • Oct 2013
          • 2606

          #5
          Works on my end too.

          Index of /

          cgi-bin/
          laravel/

          Apache/2.2.29 (Unix) mod_ssl/2.2.29 OpenSSL/1.0.1e-fips mod_bwlimited/1.4 Server at cloudblok.nl Port 80

          Comment

          • dirtymind
            Confirmed User
            • May 2008
            • 2348

            #6
            yeah, i was also thinking about my isp but then it is working on my phone and ipad which are also on the same wifi. So that part is driving me crazy.
            skype: codercarlos

            Comment

            • DVTimes
              xxx
              • Jun 2003
              • 31658

              #7
              Originally posted by dirtymind
              I have this domain and for some reason i can't load the page, but others can. I can also load it on my phones and ipad who are connected by the same wifi router as the pc and the laptop who can't open the site.

              Other domains on the same server but with a different ip can open on all devices.

              Can you open this page (which is empty) cloudblok.nl

              Any one who ha an idea what the problem could be. I already tried to clear the cache, reset the router, restart the pc and more. nothing is working, flushed the dns server and more. I have no idea what could be wrong.

              thanks
              completely shut your pc down and restart it again.

              you should then see the site.
              XXX

              Comment

              • ruff
                I have a plan B
                • Aug 2004
                • 5507

                #8
                Bring up your command prompt running as administrator and try this command: ipconfig/flushdns

                (Hey, 2k posts finally!)
                CryptoFeeds

                Comment

                • Barry-xlovecam
                  It's 42
                  • Jun 2010
                  • 18083

                  #9
                  You have a DNS server problem

                  Code:
                  $ dig cloudblok.nl
                  
                  ; <<>> DiG 9.7.0-P1 <<>> cloudblok.nl
                  ;; global options: +cmd
                  ;; Got answer:
                  ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 24857
                  ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
                  
                  ;; QUESTION SECTION:
                  ;cloudblok.nl.			IN	A
                  
                  ;; Query time: 194 msec
                  ;; SERVER: 8.8.8.8#53(8.8.8.8)
                  ;; WHEN: Mon Oct 13 08:32:22 2014
                  ;; MSG SIZE  rcvd: 30
                  
                  08:32 AM barry@mck--7:~$ dig cloudblok.nl
                  
                  ; <<>> DiG 9.7.0-P1 <<>> cloudblok.nl
                  ;; global options: +cmd
                  ;; Got answer:
                  ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 43298
                  ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
                  
                  ;; QUESTION SECTION:
                  ;cloudblok.nl.			IN	A
                  
                  ;; Query time: 116 msec
                  ;; SERVER: 8.8.8.8#53(8.8.8.8)
                  ;; WHEN: Mon Oct 13 08:32:49 2014
                  ;; MSG SIZE  rcvd: 30
                  
                  08:32 AM barry@mck--7:~$ dig cloudblok.nl
                  
                  ; <<>> DiG 9.7.0-P1 <<>> cloudblok.nl
                  ;; global options: +cmd
                  ;; Got answer:
                  ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 5817
                  ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
                  
                  ;; QUESTION SECTION:
                  ;cloudblok.nl.			IN	A
                  
                  ;; Query time: 219 msec
                  ;; SERVER: 8.8.8.8#53(8.8.8.8)
                  ;; WHEN: Mon Oct 13 08:32:53 2014
                  ;; MSG SIZE  rcvd: 30
                  
                  08:32 AM barry@mck--7:~$ dig ns cloudblok.nl
                  
                  ; <<>> DiG 9.7.0-P1 <<>> ns cloudblok.nl
                  ;; global options: +cmd
                  ;; Got answer:
                  ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 33439
                  ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
                  
                  ;; QUESTION SECTION:
                  ;cloudblok.nl.			IN	NS
                  
                  ;; Query time: 83 msec
                  ;; SERVER: 8.8.8.8#53(8.8.8.8)
                  ;; WHEN: Mon Oct 13 08:33:49 2014
                  ;; MSG SIZE  rcvd: 30
                  
                  08:33 AM barry@mck--7:~$ 
                  08:34 AM barry@mck--7:~$ dig cname cloudblok.nl
                  
                  ; <<>> DiG 9.7.0-P1 <<>> cname cloudblok.nl
                  ;; global options: +cmd
                  ;; Got answer:
                  ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 38690
                  ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
                  
                  ;; QUESTION SECTION:
                  ;cloudblok.nl.			IN	CNAME
                  
                  ;; AUTHORITY SECTION:
                  cloudblok.nl.		3600	IN	SOA	ns1.diploydns.com. hostmaster.diploydns.com. 2014101204 3600 600 604800 3600
                  
                  ;; Query time: 300 msec
                  ;; SERVER: 4.2.2.2#53(4.2.2.2)
                  ;; WHEN: Mon Oct 13 08:34:29 2014
                  ;; MSG SIZE  rcvd: 94
                  
                  08:34 AM barry@mck--7:~$ dig cloudblok.nl
                  
                  ; <<>> DiG 9.7.0-P1 <<>> cloudblok.nl
                  ;; global options: +cmd
                  ;; Got answer:
                  ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 13536
                  ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
                  
                  ;; QUESTION SECTION:
                  ;cloudblok.nl.			IN	A
                  
                  ;; Query time: 83 msec
                  ;; SERVER: 8.8.8.8#53(8.8.8.8)
                  ;; WHEN: Mon Oct 13 08:35:00 2014
                  ;; MSG SIZE  rcvd: 30

                  Comment

                  Working...