DNS Issues (Noob)

Discussion in 'Installation/Configuration' started by MacBros, Jan 23, 2011.

  1. MacBros

    MacBros New Member

    So I followed the Perfect CentOS 5.5 Server guide, installed ISPConfig, and got a domain and setup nameservers on that domain to my external IP. I also added A Records in ISPConfig for ns1 and ns2 to my external IP. I can't get to my site through my domain and I've waited 24 hours incase DNS had to update. Here's what I get with dig @localhost mydomain.com:

    Code:
    [root@server1 install]# dig @localhost mydomain.com
    ; <<>> DiG 9.3.6-P1-RedHat-9.3.6-4.P1.el5_5.3 <<>> @localhost mydomain.com
    ; (1 server found)
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 64688
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;mydomain.com.			IN	A
    
    ;; Query time: 2 msec
    ;; SERVER: 127.0.0.1#53(127.0.0.1)
    ;; WHEN: Sun Jan 23 15:00:54 2011
    ;; MSG SIZE  rcvd: 31
    
    [root@server1 install]# 
    
    Any help is really appreciated.
     
  2. falko

    falko Super Moderator Howtoforge Staff

Share This Page