Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
Category: VPS Setup
dnf install firewalld -y
systemctl start firewalld
systemctl enable firewalld
firewall-cmd --add-service=ssh --permanent
firewall-cmd --add-service=http --permanent
firewall-cmd --reload
firewall-cmd --list-services
firewall-cmd --add-port=3306/tcp --permanent
journalctl -u firewalld