cant access ispconfig after installation

Discussion in 'Installation/Configuration' started by kmnb, Jan 21, 2007.

  1. kmnb

    kmnb New Member

    cant access ispconfig after installation-SOLVED

    first i use this The Perfect Setup - Ubuntu 6.10 Server (Edgy Eft) using ubuntu desktop version,
    http://www.howtoforge.com/perfect_setup_ubuntu_6.10
    then install ispconfig ontop of it
    ispconfig installation itself success, but in the end , i cant access
    https://mydomain.org:81/ even if using proxy or direct access,
    it complains about wrong certificate or something.
    then i try to fix it using this Secure Certificate Error
    http://www.howtoforge.com/forums/showthread.php?t=224
    but that doesnt solve the problem :(

    how to fix this? i cant connect from inside or outside network ,but i can access mydomain.org

    for the info:
    OS: ubuntu edgy
    local ip:192.168.0.2
    static ip: 59.148.70.148 (this is router ip) i think this router and dns problemis the cause
    domain from my isp : myispdomain.com
    then i purchased domain on godaddy: mydomain.org then point the name server to NS3.EVERYDNS.NET,NS4EVERYDNS.NET

    should i point this domain to 59.148.70.148 ? or if i point it to NS3.EVERYDNS.NET,what kind of setting should i do(i did some cname,ns,mx setting but i am not sure)?

    Back to the tutorial The Perfect Setup - Ubuntu 6.10 Server (Edgy Eft), when the writer wrote server1.example.com should i take this as mydomain.org or mydomain.org?

    netstat -tap shows ispconfig running,
    someof my /etc/hosts :

    127.0.0.1 localhost.localdomain localhost mydomain.org
    192.168.0.2 ns1.mydoamin.org ns1

    my /etc/hostname :

    ns1.mydomain.org

    i have port forwarding my firewall,router but still no luck, i hope this is dns setting problem (d*mn i should learn more how to set MX,CNAME,NS)

    please help

    :(
     
    Last edited: Jan 21, 2007
  2. Ben

    Ben ISPConfig Developer ISPConfig Developer

    What do you mean by certificate error?
    I experienced just the thing that the browser complains the CA is not known, like it is with the standard self signed cert coming with ispconfig org. But that should not be a problem cause you can normally accept this "missmatch".

    So if netstat -tap showing that ispconfig is running, what about
    telnet localhost 81
    or
    lynx https://localhost:81
    ?

    So when I get that right, the server running ispconfig has a private IP behind a router? So portforwarding and FW Rules on the router are ok?
    The dns-name should point to the public IP. If that's changing and you plan letting your dns-name be a cname point to a dyndns-name remember the different ttl of the dyn-dns name and the cname.

    Regarding "when the writer wrote", you can do as you want. I personally would write the dns-name with that you will access the admin interface.
     
  3. kmnb

    kmnb New Member

    i got
    SSL error:Can't find common name in certificate-Continue? (y) y

    then after that i get https://localhost:81/login.php

    i'm behind firestarter(ip tables) and router.I' ve open ports in firestarter and portforwarding _anything_ comes to 59.148.70.148 to 192.168.0.2 (my server)

    its not missmatch,if i get it right the usual mismatch give you option to receive the certificate ,but this one no, the connection failed


    so i should point domain.org's name server to 59.148.70.148 (in godaddy.com)?its already pointing to myispdomain.com( 59.148.70.148)
    or maybe i should wait few hours more to see it

    edit:
    "The dns-name should point to the public IP. If that's changing and you plan letting your dns-name be a cname point to a dyndns-name remember the different ttl of the dyn-dns name and the cname."

    no, it is static

    EDIT:

    Problem solved :D
    it just that i should wait more times before dns really resolves it
    Thanks
     
    Last edited: Jan 21, 2007

Share This Page