Install 5.3.2.77 on Centos 7.6.1810 Minimal FAIL

Hi,
I’m trying Lucee on CentOS 7 but after the installation that seems to be successful the administration page doesn’t open at http://10.0.0.12:8888/lucee/admin/server.cfm with the following error: ERR_CONNECTION_TIMED_OUT

as root or sudo run the following commands

iptables -F
/opt/lucee/lucee_ctl start

Hi Terry ,

thanks for your help I will try the command soon as possible.

Now I’m trying with Ubuntu 18.04 LTS

Bye

Flavio

Hy Terry,

the problem is in the firewall.
I entered the following commands:
firewall-cmd --zone = public --add-port = 8888 / tcp “success”;
firewall-cmd --reload “success”
firewall-cmd --zone = public --query-port = 8888 / tcp with the answer “yes”
but the port was closed.

After your command iptables -F all worked and I saw the login page for lucee
Also the command:
iptables -I INPUT -p tcp -m tcp -dport 8888 -j ACCEPT it works

I can’t understand why the firewall-cmd command didn’t work.
It may be necessary to re-install firewalld I think.

thanks for your help
Flavio

firewalld is just a simplified plugin for iptables.

My suggestion disable it and go with iptables, its more straight forward and gives you far greater control over your network.