openSuse Linux: stop and deactivate firewall

How do I deactivate the firewall in Linux?

In my Linux virtual machine, which I use for testing, I wanted to disable the firewall as it complicates some things when trying things out.

Stop firewall

The firewall can be stopped with the following command:

sudo systemctl stop firewalld

Deactivate firewall

The service can also be deactivated completely:

sudo systemctl disable firewalld

Leave a Reply

Your email address will not be published. Required fields are marked *