iptables报错:Couldn't load target `accept':/lib64/iptables/libipt_accept.so: cannot open shared object file: No such file or directory

语句:iptables -A INPUT -s 134.192.204.235 -p TCP --dport 11211 -j accept

报错:Couldn't load target `accept':/lib64/iptables/libipt_accept.so: cannot open shared object file: No such file or directory

原因:规则语句写错accept应大写ACCEPT

 

参考:http://www.cnblogs.com/iiiiher/p/5996395.html

posted on 2017-07-03 10:32  诸子流  阅读(3617)  评论(0编辑  收藏  举报