Could not determine the server's fully qualified domain name, using 127.0.0.1

Discussion in 'Installation/Configuration' started by teedo757, Aug 16, 2006.

  1. falko

    falko Super Moderator ISPConfig Developer

    The dig output looks ok now:

    Code:
    dig ns aristoli.com
    
    ; <<>> DiG 9.3.4 <<>> ns aristoli.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 59566
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1
    
    ;; QUESTION SECTION:
    ;aristoli.com.                  IN      NS
    
    ;; ANSWER SECTION:
    aristoli.com.           172800  IN      NS      ns1.aristoli.com.
    aristoli.com.           172800  IN      NS      ns2.freeregistrar.net.
    
    ;; ADDITIONAL SECTION:
    ns1.aristoli.com.       172800  IN      A       81.216.202.218
    
    ;; Query time: 53 msec
    ;; SERVER: 213.191.92.84#53(213.191.92.84)
    ;; WHEN: Mon May 28 19:11:05 2007
    ;; MSG SIZE  rcvd: 99
    Sometimes you have to wait a day or two until DNS changes propagate.
     
  2. zenny

    zenny Member

    I am just wondering what is causing the DNS server not to start on my ISPconfig machine? Any pointers? Thanks again, Falko.
     
  3. falko

    falko Super Moderator ISPConfig Developer

    If your named isn't running, and I'm still getting dig results, then the records must be served by some other DNS server...

    To be honest, I have no idea. Please make sure that you've followed the tutorial as close as possible, because I know that everything's working then as expected.
     

Share This Page