Domain not propagate

Discussion in 'Installation/Configuration' started by 2NDuser, Sep 7, 2011.

  1. 2NDuser

    2NDuser New Member

    Hi,

    I just install ispconfig 3. The problem is my domain does not propagate. I use the DNS wizard option to create record. Checking the Monitor tab the DNS-Server is online.

    My domain is cheapantivirus.me Right now I can access it by IP 64.191.80.201
    My nameserver ns1.cheapantivirus.me has been setup correctly and bind to IP 64.191.80.201. One more thing. I skip this step in debian squeeze tutorial because I don't know how to run this.

    Code:
    20.1 OpenVZ
    
    If the Debian server that you've just set up in this tutorial is an OpenVZ container (virtual machine), you should do this on the host system (I'm assuming that the ID of the OpenVZ container is 101 - replace it with the correct VPSID on your system):
    
    VPSID=101
     for CAP in CHOWN DAC_READ_SEARCH SETGID SETUID NET_BIND_SERVICE NET_ADMIN SYS_CHROOT SYS_NICE CHOWN DAC_READ_SEARCH SETGID SETUID NET_BIND_SERVICE NET_ADMIN SYS_CHROOT SYS_NICE
     do
       vzctl set $VPSID --capability ${CAP}:on --save
     done
    I'm at lost here. Anyone here could help me with this. Thank you.

    p/s: Isn't bind is a service? why when I'm running top command I could not find it hmmm.. :/
     
  2. mentes

    mentes Member

    Last edited: Sep 8, 2011
  3. 2NDuser

    2NDuser New Member

    Yes I'm on OpenVZ virtualization. Can you explain to me about step 20.1 because I really have no clue how to solve this. I'm not sure whether I have access or my vps provider should do step 20.1.

    Here's my DNS configuration. I use the wizard.

    [​IMG]

    Thank you. Please help me :eek:
     
  4. mentes

    mentes Member

    Add these records:

    A ns1 64.191.80.201
    A ns2 64.191.80.201

    I can't help you with OpenVZ I never used it.
     
  5. zenny

    zenny Member

    This is how it is done in an OpenVZ server

    What you do is:

    1) Click on DNS tab
    2) Click on 'Add New DNS Zone with Wizard'
    3) In the new window use the follwoing credentials:

    Template: Default
    Server: Your server name from dropdown menu
    Client: The client you want to register the DNS with
    Domain: www.cheapantvirus.me
    IP Address : Public IP Address separated by a space
    NS 1: ns1.cheapantvirus.me
    NS 2: ns2.cheapantvirus.me
    Email: mail.cheapantvirus.me

    And then click on 'Create DNS Records'

    Thereafter whatever you want to change, do so.

    -----
    If this reply helps, please contribute to the development of ISPConfig. Thanks!
     
  6. 2NDuser

    2NDuser New Member

    Hey thanks:D As soon as I add this my domain is propagate. Just curious why should I add the ns in A record when there is NS nameserver record automatically created?


    @Zenny thanks for trying to help me :) I also try your solution but it does not work. I add the IP like this 64 191 80 201 and ispconfig also throwing out error for email format. I need to enter email in [email protected] format.

    Thanks everyone :)
     
    Last edited: Sep 8, 2011
  7. mentes

    mentes Member

    Is not the same A record and NS record.

    You need to create A record for each subdomain, like www. ns1. webmail. or whatever.

    You need create a site in your server, now what you see is a default Apache page, and what you should see is a ISPConfig welcome page.
     
  8. 2NDuser

    2NDuser New Member

    Thanks for your reply.
    I don't understand why the wizard won't automatically created ns for A record. What is the purposes for the wizard then? I assume my case is isolated problem?

    Thanks again
     
  9. mentes

    mentes Member

    Because you usually only have two or three nameservers for each server.

    If you have:

    maindomain.com
    domain1.com
    domain2.com
    domain3.com

    You usually only create ns1.maindomain.com and ns2.maindomain.com for all domains.
     

Share This Page