Whats the Next Step

Discussion in 'General' started by kendel, Sep 2, 2010.

  1. kendel

    kendel New Member

    Last edited: Sep 2, 2010
  2. kendel

    kendel New Member

    Is there some way for me to check the webserver and db server to see if they are really in sync or am I suppose to set up master slave replication between them...
     
  3. falko

    falko Super Moderator Howtoforge Staff

    You must change the DNS records for your domain so that they point directly to your server (a redirect does not work).
     
  4. kendel

    kendel New Member

    Discovered what I think is a bug, I created an ftp user for a website.. and I noticed while trying to log in it would not let me... saying check credentials...

    So i check it and noticed this (i thought It was just a display error, but when I typed it, it worked).. So then I deleted it and attempted it once more... but got the same results..

    When you save and FTP user it creates the name twice as the username....

    here:
    [​IMG]
     
  5. kendel

    kendel New Member

    Response:
    An error occurred: Couldn't resolve DNS server name/IP [ns1.example.com][11004].

    Details:
    I could not get to the nameserver authoritative for example.com. Sorry!

    What does that error mean... I cant get to my website..

    I used the wizard to auto create records but I cannot reach my site when I pointed to it through DynDns... (I glued my external IP address to ns1 and ns2)

    here is a look at my config:

    [​IMG]
     
    Last edited: Sep 4, 2010
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    If the domain of the nameserver is identical to the zone of the dns record, then you will have to add glue records for the nameserver records at the domain registry where you registered the domain.
     
  7. kendel

    kendel New Member

    Can someone explain this to me of what I need to change to use this template...
    ns1 = domain name of my box if im not mistaken
    what about the A record with the 123.123.124.125? Does that get changed to my external IP?
    but what is there a .org address in this example if its a .net

    [ZONE]origin={DOMAIN}.
    ns=ns1.internet-content.net.
    mbox=admin.internet-content.org.
    refresh=3600
    retry=3600
    expire=604800
    minimum=86400
    ttl=3600
    [DNS_RECORDS]
    A|{DOMAIN}.|123.123.124.125|0|3600
    CNAME|www|{DOMAIN}.|0|3600
    A|mail|123.123.124.125|0|3600
    NS|{DOMAIN}.|ns1.internet-content.net.|0|86400
    NS|{DOMAIN}.|ns2.internet-content.net.|0|86400
    MX|{DOMAIN}.|mail.{DOMAIN}.|10|3600
    MX|{DOMAIN}.|relay1.internet-content.net.|90|86400
     

Share This Page