10-17-2017 09:25 AM
10-20-2017 02:11 PM
I couldn't connect to port 9090 until I added a rule in iptables
sudo iptables -I INPUT 7 -p tcp --dport 8080 -m state --state NEW -j ACCEPT
10-20-2017 12:00 PM
Hi:
Do you have a local firewall in your Centos machine ? Check your iptables to open 8080 or 9090...
Additionally, you should validate that the host name of the server can be resolved in DNS too, and check that the IP address and the host name of the server are correctly set in /etc/hosts
Regards.
--C.
10-20-2017 02:11 PM
I couldn't connect to port 9090 until I added a rule in iptables
sudo iptables -I INPUT 7 -p tcp --dport 8080 -m state --state NEW -j ACCEPT
Explore our Alfresco products with the links below. Use labels to filter content by product module.