IT_Architect
Verified User
- Joined
- Feb 27, 2006
- Messages
- 1,088
Since DirectAdmin is leaving FreeBSD, I thought I'd get acquainted with Linux after well over a decade.
- The install went fine other than a bug I ran across in the install program that drove me nuts for hours.
- I installed DirectAdmin, and that seemed to go fine too.
- I installed the CSF firewall plugin and that seems to be where my problems started.
- Sometimes when you want to check programs you want to turn the firewall off, so I followed the instructions.
# systemctl stop firewalld - Problem: The moment I do this one, it says it masks it.
# systemctl disable firewalld
- Later when I want to turn it on again, no matter what I type, it says it is masked so I type
# systemctl unmask firewalld
# systemctl enable firewalld
# systemctl start firewalld
- The problem is when I try to reactivate it, if it doesn't hang the entire operating system I cannot connect to it. Often it hangs the entire operating system. The VMWare tools then don't work, and sometimes reset doesn't work and I need to power down. If I power back up, I still cannot connect. If I
# firewall-cmd --reload
it will go through its paces but doesn't fix anything. If I reboot the OS again, I still cannot login even though:
# systemctl status firewalld
says everything is hunky-dory. The ONLY way I can fix it is to roll back to a previous snapshot. Since it is a VM, I have a console and can login there even when no network connections work.
I wouldn't know how to go about hanging FreeBSD. While I don't know what I'm doing in Linux, the fact that I can hang it so easily doesn't do much for my confidence. If anyone has any thoughts on this, let me know.
- The install went fine other than a bug I ran across in the install program that drove me nuts for hours.
- I installed DirectAdmin, and that seemed to go fine too.
- I installed the CSF firewall plugin and that seems to be where my problems started.
- Sometimes when you want to check programs you want to turn the firewall off, so I followed the instructions.
# systemctl stop firewalld - Problem: The moment I do this one, it says it masks it.
# systemctl disable firewalld
- Later when I want to turn it on again, no matter what I type, it says it is masked so I type
# systemctl unmask firewalld
# systemctl enable firewalld
# systemctl start firewalld
- The problem is when I try to reactivate it, if it doesn't hang the entire operating system I cannot connect to it. Often it hangs the entire operating system. The VMWare tools then don't work, and sometimes reset doesn't work and I need to power down. If I power back up, I still cannot connect. If I
# firewall-cmd --reload
it will go through its paces but doesn't fix anything. If I reboot the OS again, I still cannot login even though:
# systemctl status firewalld
says everything is hunky-dory. The ONLY way I can fix it is to roll back to a previous snapshot. Since it is a VM, I have a console and can login there even when no network connections work.
I wouldn't know how to go about hanging FreeBSD. While I don't know what I'm doing in Linux, the fact that I can hang it so easily doesn't do much for my confidence. If anyone has any thoughts on this, let me know.