Dns / domain

Discussion in 'Installation/Configuration' started by powaserv, Apr 11, 2012.

  1. powaserv

    powaserv New Member

    Hi,

    I have a problem configuring my domain.
    I followed the tutorial debian ispconfig3.

    dig @localhsot powaserv.com

    Code:
    ; <<>> DiG 9.7.3 <<>> @localhost powaserv.com
    ; (1 server found)
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 50804
    ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 1
    
    ;; QUESTION SECTION:
    ;powaserv.com.                  IN      A
    
    ;; ANSWER SECTION:
    powaserv.com.           3600    IN      A       176.31.253.180
    
    ;; AUTHORITY SECTION:
    powaserv.com.           3600    IN      NS      ks388399.kimsufi.com.
    powaserv.com.           3600    IN      NS      ns.kimsufi.com.
    
    ;; ADDITIONAL SECTION:
    ks388399.kimsufi.com.   30342   IN      A       176.31.253.180

    I configure and

    pri.powaserv.com
    Code:
    $TTL        3600
    @       IN      SOA     ks388399.kimsufi.com. contact.powaserv.com. (
                            2012041104       ; serial, todays date + todays serial #
                            7200              ; refresh, seconds
                            540              ; retry, seconds
                            604800              ; expire, seconds
                            86400 )            ; minimum, seconds
    ;
    
    ks388399.kimsufi.com. 86400 A        176.31.253.180
    mail 3600 A        176.31.253.180
    ns.kimsufi.com. 86400 A        213.186.33.199
    powaserv.com. 3600 A        176.31.253.180
    powaserv.com. 3600      MX    10   mail.powaserv.com.
    powaserv.com. 3600      NS        ks388399.kimsufi.com.
    powaserv.com. 3600      NS        ns.kimsufi.com.
    www 3600 A        176.31.253.180
    www.powaserv.com. 86400 A        176.31.253.180


    Are not I access my domain powaserv.com

    Are you know where I would have an error?


    thank you
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    You have a duplicate A-Record. Delete the record:

    www.powaserv.com. 86400 A 176.31.253.180
     
  3. powaserv

    powaserv New Member

    Hi till ,

    Thank you for your response.
    I deleted the duplicate what I had done.
    Nevertheless it has not changed, I Still not access to my domain.
    Are Could this come from aillor?

    Thank you in advance.
     
  4. ressel

    ressel Member

    did you remember to set the ending . in the hostname?
    etc:
    sub.domain.com. <---

    and not just:
    sub.domain.com
     
  5. dclardy

    dclardy Member

    Do you have a firewall on the box blocking Dns queries? Trying to directly dig it doesn't work either.

    It should return the same thing that you are seeing at local host.
     
  6. powaserv

    powaserv New Member

    I like all the tutorials.
    I're not activate the firewalls in ispconfig.
    I just change the ns.

    dig powaserv.com

    Code:
    ; <<>> DiG 9.7.3 <<>> powaserv.com
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 51011
    ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
    
    ;; QUESTION SECTION:
    ;powaserv.com.                  IN      A
    
    ;; ANSWER SECTION:
    powaserv.com.           3600    IN      A       176.31.253.180
    
    ;; AUTHORITY SECTION:
    powaserv.com.           3600    IN      NS      ns45.powaserv.com.
    powaserv.com.           3600    IN      NS      ns44.powaserv.com.
    
    ;; ADDITIONAL SECTION:
    ns44.powaserv.com.      86400   IN      A       176.31.253.180
    ns45.powaserv.com.      86400   IN      A       176.31.253.180
    My primary area to correct

    Code:
    $TTL        3600
    @       IN      SOA     ns44.powaserv.com. contact.powaserv.com. (
                            2012041415       ; serial, todays date + todays serial #
                            7200              ; refresh, seconds
                            540              ; retry, seconds
                            604800              ; expire, seconds
                            86400 )            ; minimum, seconds
    ;
    
    mail 3600 A        176.31.253.180
    ns44.powaserv.com 86400 A        176.31.253.180
    ns45.powaserv.com 86400 A        176.31.253.180
    powaserv.com. 3600 A        176.31.253.180
    powaserv.com. 3600      MX    10   mail.powaserv.com.
    powaserv.com. 3600      NS        ns44.powaserv.com.
    powaserv.com. 3600      NS        ns45.powaserv.com.
    www 3600 A        176.31.253.180
    I resolve in this

    Code:
    nameserver 127.0.0.1
    nameserver 213.186.33.99
    I really can not see where ca has come, all was installed correctly yet.
    I must have done something wrong .....
     
  7. powaserv

    powaserv New Member

Share This Page