mydns problem

Discussion in 'General' started by ang3lx, Feb 17, 2009.

  1. ang3lx

    ang3lx Member

    Hello, I've a fresh install of ispconfig rc8 on lenny, the problem is that I've modded dns template to

    [ZONE]
    origin={DOMAIN}.
    ns={NS1}.
    mbox={EMAIL}.
    refresh=28800
    retry=7200
    expire=604800
    minimum=86400
    ttl=86400

    [DNS_RECORDS]
    A|{DOMAIN}.|{IP}|0|86400
    A|www|{IP}|0|86400
    A|mail|{IP}|0|86400
    A|ftp|{IP}|0|86400
    A|webmail|{IP}|0|86400
    NS|{DOMAIN}.|{NS1}.|0|86400
    NS|{DOMAIN}.|{NS2}.|0|86400
    MX|{DOMAIN}.|mail.{DOMAIN}.|10|86400

    and after I added an A record manually phpmyadmin
    but seems that only ftp reverse and not other (records had been created about 2hours ago)
    regards
    Nello
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Do not add records with phpmyadmin, use the ispconfig interface instead. You should delete the record with phpmyadmin that you added manually and the add it again with the ispconfig dns manager.
     
  3. ang3lx

    ang3lx Member

    sorry, I don't explained me very well. I've not added record WITH phpmyadmin, but I've added a record phpmyadmin.*
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Please be aware that changes in DNS take up to 48 hours to become valid, so should wit some time.
     

Share This Page