Colasoft Knowledge Base Installation Issues How to Enable Port on Firewall

How to Enable Port on Firewall

E-mail Print PDF

If network interfaces are configured correctly, but it still fails to access nChronos Server, please make sure that the port numbers 443 and 3000 are added to firewall.

By default, nChronos Server uses port 3000 to communicate with nChronos Console, and uses port 443 for web portal access.

If your system is using iptables, use following commands to add ports 3000 and 443 to firewall:

cd /usr/local/bin/csrass/tools

./assist -E 3000

./assist -E 443

If port 3000 is already occupied, you could use the following commands to re-write the port number and add it to the firewall:

./assist -C 3001

./assist -E 3001

If your system is using firewalld instead of iptables, please use following commands to add ports to firewall:

firewall-cmd --permanent --zone=public --add-port=3000/tcp

firewall-cmd --permanent --zone=public --add-port=443/tcp

Last Updated on Tuesday, 27 December 2016 06:10  

Add comment


Security code
Refresh