Skip to main content

Posts

Showing posts with the label Linux 8 Firewall

Enable/Disable - Firewall Oracle Enterprise Linux 9

 This blogpost will help you to disable and enable firewall in Oracle Enterprise Linux 9 Server. By default firewall process will be active on Oracle Linux Server. Check the status of firewall: Disable the firewall: Enable the firewall: In this blogpost we've learned simply how we can enable and disable the firewall in Oracle Linux 9 Server. Thanks for reading :) regards, Zaheer

Disable Firewall on Oracle Linux 8

In this blogpost we will see how we can stop/disable the firewall on Oracle Linux 8, the firewall command is same in both linux 7 an linux 8. The below listed is the procedure for stopping and disabling the  firewall on Oracle Linux 8. - Here we can see the firewall deamon in active state - Here when we stop the firewall in previous command, now the firewall daemon is dead - For permanent disabling the firewall on server, we can use "disable" option The following commands will be helpful: #systemctl status firewalld #systemctl stop firewalld #systemctl disable firewalld #systemctl enable firewalld #systemctl start firewalld Hope it helps !! Thanks for reading :) regards, X A H E E R