Setting up my domain

Discussion in 'Installation/Configuration' started by sadnem, Jan 10, 2010.

  1. sadnem

    sadnem New Member

    Hi, first of all thank you guys by the hard work of ispconfig its pretty awesome, but i have a problem, i followed the installation guide of ubuntu 8.04 (my distro) for ispconfig3 and all went well without errors and then i created a client from admin panel and added my domain from the client panel but i dont know what i have done wrong because my domain isnt resolving but if i ping it from the server it resolves ¿What i have done wrong?

    My domain is from 1and1 and its dns are ns57.1and1.es and ns58.1and1.es

    Thank you guys i hope i can resolve my doubt soon ;)
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the dpmain name, so we can test this.
     
  3. sadnem

    sadnem New Member

    sure, the domain is: is-gorgeo.us
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    The domain has no DNS records. Please add DNS A-Records in the dns servers ns57.1and1.es and ns58.1and1.es for is-gorgeo.us and www.is-gorgeo.us that point to the IP address of your server. If you want to use email, then also add a MX record pointing to the hostname of your server.
     
  5. sadnem

    sadnem New Member

  6. sadnem

    sadnem New Member

  7. sadnem

    sadnem New Member

    Sorry for the triple post but i was reading old posts here and i saw that you posted a sample config file for dns, well i copied it replacing what i though i should replace this is how my dns is configured now:
    [​IMG][​IMG]

    I hope that now they are ok.
     
  8. sadnem

    sadnem New Member

    I didn ´t noticed that i hadn ´t followed all steps from the installation guide so i reinstallled ubuntu to start from scrath i also found one of your posts till where you posted screens to configure a domain http://www.howtoforge.com/forums/showpost.php?p=146326&postcount=8 so i followed it, and my server looks like this:

    [​IMG] [​IMG]

    is that correct?
     
  9. till

    till Super Moderator Staff Member ISPConfig Developer

    You missed the dot at the end of is-georgeo.us in the dns records (second screenshot). It must be "is-georgeo.us." and not "is-georgeo.us". The easiest way to create a new dns record is to use the dns whizard whivh will create all the subrecords incl. the dots at the end automatically for you.
     
  10. sadnem

    sadnem New Member

    Thanks for the reply till but now theres somthing strange happening: I´ve changed the config to:
    http://www.imagebam.com/image/ea0e2c63286425 http://www.imagebam.com/image/a2779963286492
    Then i added the domain ******.*** (another domain i have) and is-gorgeo.us into sites but only ******.*** works, and both domains have been purchased from 1and1:




    Btw now i can´t access my server by ssh lucky of me that i had one open connection and it has not been closed, how can i fix that ? (could it be because i overwrite ntp.conf settings? )
     
    Last edited: Feb 28, 2010
  11. till

    till Super Moderator Staff Member ISPConfig Developer

    You changed everything to onlinehome.info. This will not work of course as this is not your domain. Just change it back to "is-georgeo.us." and add the dot at the end as I told you.
     
  12. sadnem

    sadnem New Member

    Last edited: Feb 28, 2010
  13. till

    till Super Moderator Staff Member ISPConfig Developer

    If you do a change in dns, it may take up to 48 hours until the change gets reflected in all the caching nameservers. So you might just have to wait a bit. If you want to test the local server right now, run the command:

    dig @localhost is-georgeo.us

    on the commandline of your server.
     
  14. sadnem

    sadnem New Member

    Output:
    Code:
    dig @localhost is-georgeo.us
    
    ; <<>> DiG 9.4.2-P2 <<>> @localhost is-georgeo.us
    ; (1 server found)
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 38879
    ;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
    ;; WARNING: recursion requested but not available
    
    ;; QUESTION SECTION:
    ;is-georgeo.us.                 IN      A
    
    ;; Query time: 0 msec
    ;; SERVER: 127.0.0.1#53(127.0.0.1)
    ;; WHEN: Mon Jan 11 15:14:33 2010
    ;; MSG SIZE  rcvd: 31
    
    Thank you!
     
    Last edited: Feb 28, 2010
  15. till

    till Super Moderator Staff Member ISPConfig Developer

    This is not correct. Please delte the complete is-georgeo.us domain and create it again by using the dns wizard to ensure that there are no further typos. Then test it again.
     
  16. sadnem

    sadnem New Member

    I did it but i still get the same error
    Code:
    dig @localhost is-georgeo.us
    
    ; <<>> DiG 9.4.2-P2 <<>> @localhost is-georgeo.us
    ; (1 server found)
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: REFUSED, id: 38443
    ;; flags: qr rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
    ;; WARNING: recursion requested but not available
    
    ;; QUESTION SECTION:
    ;is-georgeo.us.                 IN      A
    
    ;; Query time: 1 msec
    ;; SERVER: 127.0.0.1#53(127.0.0.1)
    ;; WHEN: Mon Jan 11 16:02:29 2010
    ;; MSG SIZE  rcvd: 31
    
    
     
  17. till

    till Super Moderator Staff Member ISPConfig Developer

    Please post the screenhsots of the records in ispconfig that you have now.
     
  18. sadnem

    sadnem New Member

    I think that the problem were the dns of the domains because i have set up another domain correctly, i´ll will post my results with the new dns in 24/48 h.
     
  19. sadnem

    sadnem New Member

    In effect, it was a dns problem, i set up the domain with dnsmadeeasy.com and now its working ;)
     
    Last edited: Feb 28, 2010

Share This Page