cant see externally

Discussion in 'Installation/Configuration' started by terryoleary1981, Nov 3, 2008.

  1. terryoleary1981

    terryoleary1981 New Member

    This weekend I got a new server and so decided to setup the server from scratch following the perfect server install for fedora 9, I've then installed ISPconfig and manually copied the settings from my existing server to my new one. I've updated my router with the same rules as my old server but since i made the switch last night i've not been able to see my sites externally.

    The only thing different between the two servers are the IP addresses, fedora version and ISPconfig version.... I'm at a bit of a loss as to why i cant access my sites.

    One of the domains i've trying to get to work is www.spongecat.com

    Getting a bit urgent now as the sites down.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    That site's working for me.

    Please check your DNS records as follows:
    Code:
    dig yourdomain.com
    dig www.yourdomain.com
    ...
     
  3. damjan

    damjan New Member

    dns and dig problem

    hi, i have the similar problem,(but i didn't move my server...)
    the thing is:
    if i #dig @localhost www.mydomain.com, i get the right respond, all the ns...
    and if i do #dig www.mydomain.com i get ;; connection timed out; no servers could be reached

    can someone help me, i tried to configurate it with different tutorials written on this site, but i always get the same problem..

    (firewall port DNS opened)
    (ns are registered)


    many thanks,
    damjan
     
    Last edited: Nov 7, 2008
  4. falko

    falko Super Moderator Howtoforge Staff

    Did you open port 53 TCP and UDP?

    Does
    Code:
    dig ns mydomain.com
    show the correct name servers?
     
  5. damjan

    damjan New Member

    # dig ns damjanvantur.com

    ; <<>> DiG 9.3.4-P1 <<>> ns damjanvantur.com
    ;; global options: printcmd
    ;; connection timed out; no servers could be reached
     
  6. damjan

    damjan New Member

    no need anymore, it was really Firewall, i cannot belive,

    thanks falko!
     
  7. damjan

    damjan New Member

    Recursive Queries

    i know its probably not the right topic, but
    i let my domain through
    http://www.intodns.com/damjanvantur.com
    and i dont know what "Recursive Queries" means?

    can anyone explain it to me?


    many thanks,
    damjan
     
  8. falko

    falko Super Moderator Howtoforge Staff

  9. damjan

    damjan New Member

    it worked thank you :D
     

Share This Page