Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - jeffcosta94

Pages: [1]
1
CSF Firewall / Firewall CFS not enable alma8 - al8 (fixed)
« on: March 23, 2025, 02:56:13 AM »
Today I had a problem installing a new server with alma8, the firewall was not activating, I managed to solve this using the commands below, I hope this helps


*************
dnf update
sudo dnf install perl-libwww-perl unzip net-tools iptables firewalld perl-CPAN tar nano -y

cd /usr/src
rm -fv csf.tgz
wget https://download.configserver.com/csf.tgz
tar -xzf csf.tgz
cd csf
sh install.sh

#restart CFS

sudo csf -r
************

Pages: [1]