1. Approximate 1 year before, I successfully installed and still running in my another/current machine. 2. Want to migrating all sites to new server - the new server's IP not yet updated to the current running site's name server 3. both server's host names are same 4. When install in new server, all steps used as per "The Perfect Server CentOS 7.6 with Apache, PHP 7.2, Postfix, Dovecot, Pure-FTPD, BIND and ISPConfig 3.1" except let's encrypt 5. After installation, IP only working Apache Test Page, but unable to access port 8080 from browser - made correction in "/etc/rc.d/rc.locale" => insert comment in line "sh /virt/swfix.sh" because rc-local.service loaded with error code status 127 a. After the modification - reboot - rc-local.service active/working b. But still unable to access port 8080 Below the script result, Please guide me to resolve the problem Code: ##### SERVER ##### IP-address (as per hostname): ***.***.***.*** [WARN] could not determine server's ip address by ifconfig [INFO] OS version is CentOS Linux release 7.9.2009 (Core) [INFO] uptime: 20:42:44 up 36 min, 1 user, load average: 0.04, 0.03, 0.05 [INFO] memory: total used free shared buff/cache available Mem: 3.7G 1.8G 1.2G 9.9M 647M 1.7G Swap: 1.0G 0B 1.0G [INFO] systemd failed services status: 0 loaded units listed. Pass --all to see loaded but inactive units, too. To show all installed unit files use 'systemctl list-unit-files'. [INFO] ISPConfig is installed. ##### ISPCONFIG ##### ISPConfig version is 3.2.8p2 ##### VERSION CHECK ##### [INFO] php (cli) version is 7.2.34 [INFO] php-cgi (used for cgi php in default vhost!) is version 7.2.34 ##### PORT CHECK ##### [WARN] Port 465 (SMTP server SSL) seems NOT to be listening ##### MAIL SERVER CHECK ##### [WARN] I found no "submission" entry in your postfix master.cf [INFO] this is not critical, but if you want to offer port 587 for smtp connections you have to enable this. [WARN] I found no "smtps" entry in your postfix master.cf [INFO] this is not critical, but if you want to offer SSL for smtp (not TLS) connections you have to enable this. ##### RUNNING SERVER PROCESSES ##### [INFO] I found the following web server(s): Unknown process (httpd) (PID 943) [INFO] I found the following mail server(s): Postfix (PID 1409) [INFO] I found the following pop3 server(s): Dovecot (PID 946) [INFO] I found the following imap server(s): Dovecot (PID 946) [INFO] I found the following ftp server(s): PureFTP (PID 787) ##### LISTENING PORTS ##### (only () Local (Address) [anywhere]:3306 (1278/mysqld) [localhost]:10026 (1498/amavisd) [localhost]:10027 (1409/master) [anywhere]:110 (946/dovecot) [anywhere]:143 (946/dovecot) ***.***.***.***:53 (825/named) [localhost]:53 (825/named) [anywhere]:21 (787/pure-ftpd) [anywhere]:22 (756/sshd) [anywhere]:25 (1409/master) [localhost]:953 (825/named) [anywhere]:993 (946/dovecot) [anywhere]:995 (946/dovecot) [localhost]:10024 (1498/amavisd) [localhost]:9000 (751/php-fpm:) [localhost]:10025 (1409/master) *:*:*:*::*:10026 (1498/amavisd) [localhost]10 (946/dovecot) [localhost]43 (946/dovecot) *:*:*:*::*:8080 (943/httpd) *:*:*:*::*:80 (943/httpd) *:*:*:*::*:8081 (943/httpd) *:*:*:*::*:53 (825/named) *:*:*:*::*:21 (787/pure-ftpd) *:*:*:*::*:22 (756/sshd) *:*:*:*::*:25 (1409/master) *:*:*:*::*:953 (825/named) *:*:*:*::*:443 (943/httpd) *:*:*:*::*:993 (946/dovecot) *:*:*:*::*:995 (946/dovecot) *:*:*:*::*:10024 (1498/amavisd) ##### IPTABLES ##### Chain INPUT (policy ACCEPT) target prot opt source destination f2b-sshd tcp -- [anywhere]/0 [anywhere]/0 tcp dpt:22 Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination Chain f2b-sshd (1 references) target prot opt source destination REJECT all -- ***.***.***.*** [anywhere]/0 reject-with icmp-port-unreachable REJECT all -- ***.***.***.*** [anywhere]/0 reject-with icmp-port-unreachable RETURN all -- [anywhere]/0 [anywhere]/0 ##### LET'S ENCRYPT ##### acme.sh is installed in /root/.acme.sh/acme.sh
According to netstat output, ISPConfig is reachable on port 8080. Check any firewall or router in front of the system to see if it blocks port 8080. We just had recently a case here in the forum where the router blocked traffic to port 8080.
Thank you very much for the prompt reply. I am newbie, so please please please guide me step by step with commands to resolve the issue.
It is not about commands, you have to find what firewall is between that host and the Internet. Then examine the settings of that firewall. It can be DSL router or 4G modem, whatever it is that connects that host to the Internet.
Yes. Resolved it by my VPS Hosting provider. After I request, they enabled the 8080 port for me Thank you very much. Thanks a lot