博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[svc]线上Iptables重启报错
阅读量:5057 次
发布时间:2019-06-12

本文共 565 字,大约阅读时间需要 1 分钟。

线上iptables重启了下发现报错,排查了下

[root@xxxx ~]# /etc/init.d/iptables restartiptables: Setting chains to policy ACCEPT: filter nat [ OK ]iptables: Flushing firewall rules: [ OK ]iptables: Unloading modules: [ OK ]iptables: Applying firewall rules: iptables-restore v1.4.7: Couldn't load target `ACCET':/lib64/xtables/libipt_ACCET.so: cannot open shared object file: No such file or directory Error occurred at line: 27Try `iptables-restore -h' or 'iptables-restore --help' for more information.

原来是iptables规则写错了

改成accept即可解决

转载于:https://www.cnblogs.com/iiiiher/p/5996395.html

你可能感兴趣的文章
vuex插件
查看>>
2011年12月09日
查看>>
[ZJOI2007]棋盘制作 【最大同色矩形】
查看>>
合并单元格
查看>>
swift-初探webView与JS交互
查看>>
IOS-图片操作集合
查看>>
Android bitmap图片处理
查看>>
Android应用程序进程启动过程的源代码分析
查看>>
adb logcat 命令行用法
查看>>
Redis学习手册(Key操作命令)
查看>>
模板统计LA 4670 Dominating Patterns
查看>>
泛型第23条:请不要在新代码中使用原生态类型
查看>>
非对称加密
查看>>
bzoj 3413: 匹配
查看>>
从下周开始就要采用网上记录值班日志了
查看>>
在qq中可以使用添加标签功能
查看>>
eclipse 自定义布局
查看>>
团队项目开发客户端——登录子系统的设计
查看>>
【AppScan心得】IBM Rational AppScan 无法记录登录序列
查看>>
[翻译] USING GIT IN XCODE [4] 在XCODE中使用GIT[4]
查看>>