Add-on websites not showing zone records

Discussion in 'Installation/Configuration' started by dskerror, Dec 24, 2013.

  1. dskerror

    dskerror New Member

    Hello all, thank you ISPconfig for a great web hosting platform.

    I recently got ISPconfig 3 configured properly onto a Centos 6.5 virtual machine behind a reverse proxy with all the necessary ports opened from the router.

    I have added a vanity nameserver and the domain resolves without issue. However, when attempting to add another domain, the NS zone records do not resolve!

    Is there something I am doing wrong? I am currently using the vanity nameservers for the other domains.

    Code:
    ##### SERVER #####
    IP-address (as per hostname): ***.***.***.***
    IP-address(es) (as per ifconfig): ***.***.***.***
    [INFO] ISPConfig is installed.
    
    ##### ISPCONFIG #####
    ISPConfig version is 3.0.5.3
    
    
    ##### VERSION CHECK #####
    
    [INFO] php (cli) version is 5.3.3
    
    ##### PORT CHECK #####
    
    [WARN] Port 465 (SMTP server SSL) seems NOT to be listening
    
    ##### MAIL SERVER CHECK #####
    
    [WARN] I found no "submission" entry in your postfix master.cf
    [INFO] this is not critical, but if you want to offer port 587 for smtp connections you have to enable this.
    [WARN] I found no "smtps" entry in your postfix master.cf
    [INFO] this is not critical, but if you want to offer SSL for smtp (not TLS) connections you have to enable this.
    
    ##### RUNNING SERVER PROCESSES #####
    
    [INFO] I found the following web server(s):
            Unknown process (httpd) (PID 6030)
    [INFO] I found the following mail server(s):
            Postfix (PID 1521)
    [INFO] I found the following pop3 server(s):
            Dovecot (PID 1422)
    [INFO] I found the following imap server(s):
            Dovecot (PID 1422)
    [INFO] I found the following ftp server(s):
            PureFTP (PID 1572)
    
    ##### LISTENING PORTS #####
    (only           ()
    Local           (Address)
    [anywhere]:110          (1422/dovecot)
    [anywhere]:143          (1422/dovecot)
    [anywhere]:111          (1059/rpcbind)
    [anywhere]:21           (1572/pure-ftpd)
    ***.***.***.***:53              (1038/named)
    [localhost]:53          (1038/named)
    [anywhere]:22           (1256/sshd)
    [localhost]:631         (1134/cupsd)
    [anywhere]:25           (1521/master)
    [localhost]:953         (1038/named)
    [anywhere]:38588                (1077/rpc.statd)
    [anywhere]:993          (1422/dovecot)
    [anywhere]:995          (1422/dovecot)
    [localhost]:10024               (1445/amavisd)
    [localhost]:10025               (1521/master)
    [anywhere]:3306         (1392/mysqld)
    [localhost]10           (1422/dovecot)
    [localhost]43           (1422/dovecot)
    [localhost]11           (1059/rpcbind)
    *:*:*:*::*:8080         (6030/httpd)
    *:*:*:*::*:80           (6030/httpd)
    *:*:*:*::*:8081         (6030/httpd)
    *:*:*:*::*:21           (1572/pure-ftpd)
    *:*:*:*::*:58293                (1077/rpc.statd)
    *:*:*:*::*:53           (1038/named)
    *:*:*:*::*:22           (1256/sshd)
    *:*:*:*::*:631          (1134/cupsd)
    *:*:*:*::*:25           (1521/master)
    *:*:*:*::*:953          (1038/named)
    *:*:*:*::*:443          (6030/httpd)
    *:*:*:*::*:993          (1422/dovecot)
    *:*:*:*::*:995          (1422/dovecot)
    
    
    
    
    ##### IPTABLES #####
    Chain INPUT (policy ACCEPT)
    target     prot opt source               destination
    fail2ban-SSH  tcp  --  [anywhere]/0            [anywhere]/0           tcp dpt:22
    
    Chain FORWARD (policy ACCEPT)
    target     prot opt source               destination
    
    Chain OUTPUT (policy ACCEPT)
    target     prot opt source               destination
    
    Chain fail2ban-SSH (1 references)
    target     prot opt source               destination
    RETURN     all  --  [anywhere]/0            [anywhere]/0
    
     
    Last edited: Dec 24, 2013

Share This Page