openSUSE LEAP:如何禁用防火墙
停止防火墙
注意禁用防火墙的安全影响!
要在 openSUSE LEAP 上禁用防火墙,使用以下命令:
disable_firewall.sh
sudo systemctl disable --now firewalld这将停止防火墙并防止它在启动时自动启动。
重新启用防火墙
要再次启用并启动它,使用:
enable_firewall.sh
sudo systemctl enable --now firewalldCheck out similar posts by category:
Linux
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow