centos7 ipsec服务无法启动这是什么错误啊
因为是新手请尽量简单
第一个:ipsec服务
[root@VM_88_10_centos ~]# systemctl status ipsec
● ipsec.service - Internet Key Exchange (IKE) Protocol Daemon for IPsec
Loaded: loaded (/usr/lib/systemd/system/ipsec.service; enabled; vendor preset: disabled)
Active: failed (Result: start-limit) since Mon 2018-08-06 11:30:33 CST; 1min 26s ago
Docs: man:ipsec(8)
man:pluto(8)
man:ipsec.conf(5)
Process: 4468 ExecStartPre=/usr/libexec/ipsec/addconn --config /etc/ipsec.conf --checkconfig (code=exited, status=3)
Aug 06 11:30:33 VM_88_10_centos systemd[1]: ipsec.service: control process e...3
Aug 06 11:30:33 VM_88_10_centos systemd[1]: Failed to start Internet Key Exc....
Aug 06 11:30:33 VM_88_10_centos systemd[1]: Unit ipsec.service entered faile....
Aug 06 11:30:33 VM_88_10_centos systemd[1]: ipsec.service failed.
Aug 06 11:30:33 VM_88_10_centos systemd[1]: ipsec.service holdoff time over,....
Aug 06 11:30:33 VM_88_10_centos systemd[1]: start request repeated too quick...e
Aug 06 11:30:33 VM_88_10_centos systemd[1]: Failed to start Internet Key Exc....
Aug 06 11:30:33 VM_88_10_centos systemd[1]: Unit ipsec.service entered faile....
Aug 06 11:30:33 VM_88_10_centos systemd[1]: ipsec.service failed.
Hint: Some lines were ellipsized, use -l to show in full.
[root@VM_88_10_centos ~]# systemctl start ipsec
Job for ipsec.service failed because the control process exited with error code. See "systemctl status ipsec.service" and "journalctl -xe" for details.
第二个: xl2tpd服务
[root@VM_88_10_centos ~]# systemctl status xl2tpd
● xl2tpd.service - Level 2 Tunnel Protocol Daemon (L2TP)
Loaded: loaded (/usr/lib/systemd/system/xl2tpd.service; enabled; vendor preset: disabled)
Active: failed (Result: start-limit) since Mon 2018-08-06 11:31:23 CST; 8min ago
Process: 4547 ExecStart=/usr/sbin/xl2tpd -D (code=exited, status=1/FAILURE)
Process: 4545 ExecStartPre=/sbin/modprobe -q l2tp_ppp (code=exited, status=0/SUCCESS)
Main PID: 4547 (code=exited, status=1/FAILURE)
Aug 06 11:31:23 VM_88_10_centos systemd[1]: xl2tpd.service: main process exi...E
Aug 06 11:31:23 VM_88_10_centos systemd[1]: Unit xl2tpd.service entered fail....
Aug 06 11:31:23 VM_88_10_centos systemd[1]: xl2tpd.service failed.
Aug 06 11:31:23 VM_88_10_centos systemd[1]: xl2tpd.service holdoff time over....
Aug 06 11:31:23 VM_88_10_centos systemd[1]: start request repeated too quick...e
Aug 06 11:31:23 VM_88_10_centos systemd[1]: Failed to start Level 2 Tunnel P....
Aug 06 11:31:23 VM_88_10_centos systemd[1]: Unit xl2tpd.service entered fail....
Aug 06 11:31:23 VM_88_10_centos systemd[1]: xl2tpd.service failed.
Hint: Some lines were ellipsized, use -l to show in full.
[root@VM_88_10_centos ~]# systemctl start xl2tpd //命令无错误提示
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请问解决了么我也遇到了这个问题