some misunderstanding about how configuration

Discussion in 'Installation/Configuration' started by wubian, Jan 8, 2014.

  1. wubian

    wubian New Member

    Hello

    First, I Thank you so much for these very good learning site.

    I use this tutorial to install Debian: Debian installation

    but as I am a customer of OVH I can't set domain in the installation progress because network must be configure later when installation done.

    I continued to done the installation progress step by step exactly same as above link.

    ISPconfig is now installed and you can see it from this link:
    https://198.27.76.175:8080

    I set my hostname: 'server' , so the ISPconfig must accessible from this link too: https://server.w3masters.ir:8080

    here is my /etc/hosts :
    Code:
    127.0.0.1       localhost.localdomain   localhost
    198.27.76.175   server.w3masters.ir     server
    
    # The following lines are desirable for IPv6 capable hosts
    ::1     localhost ip6-localhost ip6-loopback
    ff02::1 ip6-allnodes
    ff02::2 ip6-allrouters
    
    
    but I cant access to ISPconfig with https://server.w3masters.ir:8080

    here is my problem or misunderstanding:

    *I know I have to set something in my domain panel but I dont know what?
    *I know I don't set my domain name in installation progress but I dont know what should I do now?

    sorry for my poor English. Please help me to solve my issue.

    Regards
    Siavash
     
  2. wubian

    wubian New Member

    Here are some required information:

    - Linux Distribution and version used on your server. Debian 7.3 64bit
    - ISPConfig version: I use latest version

    Code:
    ##### SERVER #####
    IP-address (as per hostname): ***.***.***.***
    IP-address(es) (as per ifconfig): ***.***.***.***
    [INFO] ISPConfig is installed.
    
    ##### ISPCONFIG #####
    ISPConfig version is 3.0.5.3
    
    
    ##### VERSION CHECK #####
    
    [INFO] php (cli) version is 5.4.4-14+deb7u7
    [INFO] php-cgi (used for cgi php in default vhost!) is version 5.4.4-14+deb7u7
    
    ##### PORT CHECK #####
    
    
    ##### MAIL SERVER CHECK #####
    
    
    ##### RUNNING SERVER PROCESSES #####
    
    [INFO] I found the following web server(s):
            Apache 2 (PID 2658)
    [INFO] I found the following mail server(s):
            Postfix (PID 3775)
    [INFO] I found the following pop3 server(s):
            Dovecot (PID 3467)
    [INFO] I found the following imap server(s):
            Dovecot (PID 3467)
    [INFO] I found the following ftp server(s):
            PureFTP (PID 3456)
    
    ##### LISTENING PORTS #####
    (only           ()
    Local           (Address)
    [anywhere]:110          (3467/dovecot)
    [anywhere]:143          (3467/dovecot)
    [anywhere]:111          (1842/rpcbind)
    [anywhere]:465          (3775/master)
    [anywhere]:40625                (1873/rpc.statd)
    [anywhere]:21           (3456/pure-ftpd)
    ***.***.***.***:53              (2538/named)
    [localhost]:53          (2538/named)
    [anywhere]:22           (5226/sshd)
    [anywhere]:25           (3775/master)
    [localhost]:953         (2538/named)
    [anywhere]:993          (3467/dovecot)
    [anywhere]:995          (3467/dovecot)
    [localhost]:10024               (2616/amavisd-new)
    [localhost]:10025               (3775/master)
    [anywhere]:3306         (3349/mysqld)
    [anywhere]:587          (3775/master)
    [localhost]:11211               (2901/memcached)
    [localhost]10           (3467/dovecot)
    [localhost]43           (3467/dovecot)
    [localhost]11           (1842/rpcbind)
    *:*:*:*::*:8080         (2658/apache2)
    *:*:*:*::*:80           (2658/apache2)
    *:*:*:*::*:465          (3775/master)
    *:*:*:*::*:8081         (2658/apache2)
    *:*:*:*::*:52787                (1873/rpc.statd)
    *:*:*:*::*:21           (3456/pure-ftpd)
    *:*:*:*::*:53           (2538/named)
    *:*:*:*::*:22           (5226/sshd)
    *:*:*:*::*:25           (3775/master)
    *:*:*:*::*:953          (2538/named)
    *:*:*:*::*:443          (2658/apache2)
    *:*:*:*::*:993          (3467/dovecot)
    *:*:*:*::*:995          (3467/dovecot)
    *:*:*:*::*:587          (3775/master)
    
    
    
    
    ##### IPTABLES #####
    Chain INPUT (policy ACCEPT)
    target     prot opt source               destination
    fail2ban-dovecot-pop3imap  tcp  --  [anywhere]/0            [anywhere]/0
        multiport dports 110,995,143,993
    fail2ban-pureftpd  tcp  --  [anywhere]/0            [anywhere]/0            mult
    iport dports 21
    fail2ban-sasl  tcp  --  [anywhere]/0            [anywhere]/0            multipor
    t dports 25
    fail2ban-ssh  tcp  --  [anywhere]/0            [anywhere]/0            multiport
     dports 22
    
    Chain FORWARD (policy ACCEPT)
    target     prot opt source               destination
    
    Chain OUTPUT (policy ACCEPT)
    target     prot opt source               destination
    
    Chain fail2ban-dovecot-pop3imap (1 references)
    target     prot opt source               destination
    RETURN     all  --  [anywhere]/0            [anywhere]/0
    
    Chain fail2ban-pureftpd (1 references)
    target     prot opt source               destination
    RETURN     all  --  [anywhere]/0            [anywhere]/0
    
    Chain fail2ban-sasl (1 references)
    target     prot opt source               destination
    RETURN     all  --  [anywhere]/0            [anywhere]/0
    
    Chain fail2ban-ssh (1 references)
    target     prot opt source               destination
    RETURN     all  --  [anywhere]/0            [anywhere]/0
    
    
     

Share This Page