Hi, I just ran a fresh install of ispconfig3 on centos 7 and everything worked just great. However when i rebooted the server for the first time, now if i try to go to the admin site its not working https://192.168.1.130:8080 i get the following error: This site can’t be reached 192.168.1.130 took too long to respond. ERR_CONNECTION_TIMED_OUT
I am running apache2, here are the results: netstat -tap Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp 0 0 localhost:cslistener 0.0.0.0:* LISTEN 1338/php-fpm: maste tcp 0 0 localhost:10024 0.0.0.0:* LISTEN 2797/amavisd (maste tcp 0 0 localhost:10025 0.0.0.0:* LISTEN 2698/master tcp 0 0 0.0.0.0:mysql 0.0.0.0:* LISTEN 2731/mysqld tcp 0 0 0.0.0.0op3 0.0.0.0:* LISTEN 1355/dovecot tcp 0 0 0.0.0.0:imap 0.0.0.0:* LISTEN 1355/dovecot tcp 0 0 servercentos7.my:domain 0.0.0.0:* LISTEN 2512/named tcp 0 0 localhost:domain 0.0.0.0:* LISTEN 2512/named tcp 0 0 0.0.0.0:ftp 0.0.0.0:* LISTEN 2441/pure-ftpd (SER tcp 0 0 0.0.0.0:ssh 0.0.0.0:* LISTEN 1340/sshd tcp 0 0 0.0.0.0:smtp 0.0.0.0:* LISTEN 2698/master tcp 0 0 localhost:rndc 0.0.0.0:* LISTEN 2512/named tcp 0 0 0.0.0.0:imaps 0.0.0.0:* LISTEN 1355/dovecot tcp 0 0 0.0.0.0op3s 0.0.0.0:* LISTEN 1355/dovecot tcp 0 196 servercentos7.mydea:ssh 192.168.1.132:53978 ESTABLISHED 2855/sshd: root@pts tcp6 0 0 localhost:10024 [::]:* LISTEN 2797/amavisd (maste tcp6 0 0 [::]op3 [::]:* LISTEN 1355/dovecot tcp6 0 0 [::]:imap [::]:* LISTEN 1355/dovecot tcp6 0 0 [::]:webcache [::]:* LISTEN 2543/httpd tcp6 0 0 [::]:http [::]:* LISTEN 2543/httpd tcp6 0 0 [::]:tproxy [::]:* LISTEN 2543/httpd tcp6 0 0 [::]:domain [::]:* LISTEN 2512/named tcp6 0 0 [::]:ftp [::]:* LISTEN 2441/pure-ftpd (SER tcp6 0 0 [::]:ssh [::]:* LISTEN 1340/sshd tcp6 0 0 [::]:smtp [::]:* LISTEN 2698/master tcp6 0 0 localhost:rndc [::]:* LISTEN 2512/named tcp6 0 0 [::]:https [::]:* LISTEN 2543/httpd tcp6 0 0 [::]:imaps [::]:* LISTEN 1355/dovecot tcp6 0 0 [::]op3s [::]:* LISTEN 1355/dovecot
apace is listening on port 8080, so you should be able to see a page there if it is not blocked by a firewall.
no its not blocked by a firewall, besides i am accessing it internally via my local lan 192.168.1.130 but its not working!! anything i can do for that? i reinstalled it 3 times, each time as soon as i restart my server it stops working!!
i also even tried to edit the httpd.conf file, i #listen 80 and added listen 0.0.0.0:80 and it still doesnt work!
i solved this!! i reinstalled from fresh the whole server and ispconfig, however this time i opened the ISPCONFIG firewall BEFORE rebooting the computer. somehow if you reboot before you open it from the admin url https://<ip>:8080 you will get kicked out and not be able to view anything even on an internal lan ip address. hope this can help others!