/
Configure the Firewall
Configure the Firewall
Enable and start firewalld
systemctl enable firewalld systemctl start firewalld
Allow SSH (22)
firewall-cmd --zone=public --add-service=ssh --permanent
Allow http (80)
firewall-cmd --zone=public --add-service=http --permanent
Allow https (443)
Allow smtp (25)
Optionally allow MySQL
Reload the firewall configuration
, multiple selections available,
Related content
Install the PCR-360 Application Files
Install the PCR-360 Application Files
Read with this
Configure the Firewall
Configure the Firewall
More like this
Oracle Linux 8
Oracle Linux 8
Read with this
(v1) Configure the Firewall
(v1) Configure the Firewall
More like this
Install Apache
Install Apache
Read with this
(2024.1) Configure the Firewall
(2024.1) Configure the Firewall
More like this