Internal documentation only
This page has been marked as draft.
Issue on starting the Gateway (Firewall)
Problem:
There’s a common issue with starting the gateway related to Firewall. A firewall blocks the connection of the other server directly to the main server specially when you are using a virtual machine. This issue also is related once the gateway, netprobe, and LICD being up to date. When starting the command on activating the Gateway you will see some issues like this:
Possible Solution:
-
Check your server if the firewall is activated. Once this is activated, the connection between your server will be restricted.
To check the status:
sudo systemctl status firewalld
-
Disable the firewall, so that your devices are more vulnerable to unauthorized access.
To disable the firewall:
sudo service firewalld stop
-
You can check the status by entering the same command.
-
You can run the gateway command.
Further Reading: