[help]ispconfig 3.0.2.1 configuration

Discussion in 'Installation/Configuration' started by yipi, Apr 16, 2010.

  1. yipi

    yipi New Member

    master ispconfig,
    i have setting ispconfig by follow "dns wizard"

    Code:
     	A  	mail  	10.0.1.224  	0  	
    	A 	www 	10.0.1.224 	 0 	
    	A 	www.challxxx.com. 	10.0.1.224 	0 	
    	MX 	www.challxxx.com. 	mail.www.challxxx.com. 	10 	
    	NS 	www.challxxx.com. 	ns1.challxxx.com. 	0 	
    	NS 	www.challxxx.com. 	ns2.challxxx.com. 	0
    then set "sites"

    Code:
    taserver.challenger.com  	www.challxxx.com
    #dig @10.0.1.224 www.challxxx.com

    Code:
    yipi@taserver:~$ dig @10.0.1.224 www.challxxx.com
    
    ; <<>> DiG 9.6.1-P2 <<>> @10.0.1.224 www.challxxx.com
    ; (1 server found)
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 28198
    ;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0
    ;; WARNING: recursion requested but not available
    
    ;; QUESTION SECTION:
    ;www.challxxx.com.              IN      A
    
    ;; ANSWER SECTION:
    www.challxxx.com.       86400   IN      A       10.0.1.224
    
    ;; AUTHORITY SECTION:
    www.challxxx.com.       86400   IN      NS      ns1.challxxx.com.
    www.challxxx.com.       86400   IN      NS      ns2.challxxx.com.
    
    ;; Query time: 8 msec
    ;; SERVER: 10.0.1.224#53(10.0.1.224)
    ;; WHEN: Fri Apr 16 05:40:44 2010
    ;; MSG SIZE  rcvd: 86
    
    but i can't ping www.challxxx.com
    Code:
    yipi@taserver:~$ ping www.challxxx.com
    ping: unknown host www.challxxx.com
    and i can't access www.challxxx.com

    did i miss someting ?

    thanks for your help. :)

    salam,

    dodi
     
  2. yipi

    yipi New Member

    i have already check the configuration,

    after change this setting

    Code:
     	A  	challenger.co.id.  	10.0.1.222  	0  	
    	A 	mail 	10.0.1.222 	0 	
    	A 	ns1 	10.0.1.222 	0 	
    	A 	www 	10.0.1.222 	0 	
    	MX 	challenger.co.id. 	mail.challenger.co.id. 	10 	
    	NS 	challenger.co.id. 	ns1.challenger.co.id. 	0 	
    	NS 	challenger.co.id. 	ns2.challenger.co.id. 	0
    now i can get additional section

    Code:
    yipi@taserver:~$ dig @localhost www.challxxx.com
    
    ; <<>> DiG 9.6.1-P2 <<>> @localhost www.challxxx.com
    ; (2 servers found)
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 24524
    ;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 1
    ;; WARNING: recursion requested but not available
    
    ;; QUESTION SECTION:
    ;www.challxxx.com.              IN      A
    
    ;; ANSWER SECTION:
    www.challxxx.com.       86400   IN      A       10.0.1.224
    
    ;; AUTHORITY SECTION:
    challxxx.com.           86400   IN      NS      ns1.challxxx.com.
    challxxx.com.           86400   IN      NS      ns2.challxxx.com.
    
    ;; ADDITIONAL SECTION:
    ns1.challxxx.com.       86400   IN      A       10.0.1.224
    
    but still can't ping www.challxxx.com
    Code:
    yipi@taserver:~$ ping www.challxxx.com
    ping: unknown host www.challxxx.com
    
    thanks before.
     
  3. yipi

    yipi New Member

    i have reconfigure my ispcon

    Code:
     	A  	challxxx.com.  	10.0.1.224  	0  	
    	A 	mail 	10.0.1.224 	0 	
    	A 	ns1 	10.0.1.224 	0 	
    	A 	www 	10.0.1.224 	0 	
    	MX 	challxxx.com. 	mail.www.challxxx.com. 	10 	
    	NS 	challxxx.com. 	ns1.challxxx.com. 	0 	
    	NS 	challxxx.com. 	ns2.challxxx.com. 	0
    then in web-domain, i can't point the ip-address to 10.0.1.224
    there is just one option "*" no ip-address.

    until now i can't ping www.challxxx.com
    can anyone help me?

    thanks before
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Then you missed to add your IP address in the server settings in ispconfig.
     
  5. yipi

    yipi New Member

    ok. thanks

    btw i had few question

    1. when i use my public ip, do i still need to add my public ip
    in server settings?

    2. in server config, ip address of gateway and nameservers,
    difference with ip address in my router.
    do i need to correct that ip address?
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    1) You have to add the private IP and not the public IP.
    2) No.
     
  7. yipi

    yipi New Member

    i had select ip-address for www.challxxx.com
    but when i ping

    Code:
    ping: unknown host www.challxxx.com
    did i miss something ?
     

    Attached Files:

    Last edited: Apr 16, 2010

Share This Page