Hello! 欢迎来到小浪云!


Linux服务器关闭防火墙教程


avatar
小浪云 2024-06-28 45


出于安全考虑,小浪云的Linux系列操作系统默认开启系统的防火墙服务。

您可以输入下面的命令进行关闭:

centos/Fedora系统:

systemctl stop firewalld //关闭防火墙

systemctl disable firewalld //关闭开机防火墙自启

Debian/Ubuntu系统

ufw disable //关闭防火墙

systemctl disable ufw.service //关闭开机防火墙自启

相关阅读