班瓦工的VPS,想要开启firewalld,
运行了“systemctl start firewalld.service" ,
但之后的状态仍然是 "not running",
怎么才能解决啊?
运行了“systemctl start firewalld.service" ,
但之后的状态仍然是 "not running",
怎么才能解决啊?
1
weiceng Jul 3, 2015
yum install firewalld
systemctl start firewalld |
3
lhbc Jul 3, 2015
systemctl status -l firewalld.service
|
4
shoper OP @lhbc 返回如下信息
”2015-07-03 03:38:33 ERROR: Exception DBusException: org.freedesktop.DBus.Error.AccessDenied: Connection ":1.22" is not allowed to own the service "org.fedoraproject.FirewallD1" due to security policies in the configuration file “ 是不是说这个vps不允许vps开firewalld服务? |
5
lhbc Jul 3, 2015
搬瓦工都是OpenVZ,还是用iptables吧
|
6
bismall Jul 4, 2015 via Android
先启用再开始
|
7
nameme Dec 16, 2018
systemctl restart dbus
|