Linux启动防火墙提示提示 Active: failed (Result: timeout)
1、在Linux中启用防火墙,首先执行systemctl statusfirewalld,然后执行systemctl status firewalld,在输出信息中可以看到Result: timeout错误,如下图:
2、解决办法,执行一下命令,问题解决:
systemctl stop firewalld;pkill -f firewalld;systemctl start firewalld
1、在Linux中启用防火墙,首先执行systemctl statusfirewalld,然后执行systemctl status firewalld,在输出信息中可以看到Result: timeout错误,如下图:
2、解决办法,执行一下命令,问题解决:
systemctl stop firewalld;pkill -f firewalld;systemctl start firewalld