Hi,
I was working on one task i.e. add 8094 port permanently on a Linux machine to accept the coming requests. I have followed below steps:
- Added the port in /etc/service file using the root user.
- Executed this: firewall-cmd --zone=public --add-port=55555/tcp --permanent
- Then reloaded firewall: firewall-cmd --reload
Then also it is failing. Please anyone can help me to understand what went wrong.
I have attached a screenshot also.