ISP CONFIG and DNS

Discussion in 'General' started by compuaim, Mar 2, 2010.

  1. compuaim

    compuaim New Member

    I have been using ispconfig-2 for a number of years and it is working great. I added a new server and installed The Perfect Server - Fedora 12 x86_64 [ISPConfig 3].
    the new ispconfig-3 looks great but I can not get it to create dns entries.
    in ispconfig-2 I used to create the new site and all dns entries where created automatically, in ispconfig-3 the dns entries are not created automatically when I create a new site, but even when I create the dns manually, ispconfig-3 does not update my dns files.
    Thank you in advance for your help
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    ISPConfig 3 uses mydns and not bind and mydns does not use any dns files.
     
  3. compuaim

    compuaim New Member

    I verified the MyDns is configured correctly and is updating the ispconfig database as it should. but it still does not resolve. I went back and I carefully read the perfect server instructions and I did not miss anything. I also ready most of the posts on the MyDns general discusion.
    do I need to tell named to use MyDns and not Bind? and if so where do I tell it that?
    thank you again
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    You have bind installed on the same server? Thats not supported as mydns can not start then. Please make sure that you installed your server exactly as described in the perfect server guide for ispconfig 3.
     
  5. compuaim

    compuaim New Member

    I have installed it exactly as described in the perfect server

    this new installation was to build a new name server and virtually host some of my domains.

    my server hostname is "bocaraton" with ip 68.153.208.123
    the name server register is ns1.compuaim.com


    here is the soa record from mysql
    server_id 1
    origin compuaim.com.
    ns ns1.compuaim.com.

    the following records where created for that zone
    NAME TYPE DATA

    compuaim.com. NS www
    compuaim.com. MX mail
    localhost A 127.0.0.1
    bocaraton A 68.153.208.123
    mail A 68.153.208.123
    ns1 CNAME bocaraton
    www CNAME bocaraton
     

Share This Page