iptables报错:Couldn't load target `accept':/lib64/iptables/libipt_accept.so: cannot open share
Posted 诸子流
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iptables报错:Couldn't load target `accept':/lib64/iptables/libipt_accept.so: cannot open share相关的知识,希望对你有一定的参考价值。
语句: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
以上是关于iptables报错:Couldn't load target `accept':/lib64/iptables/libipt_accept.so: cannot open share的主要内容,如果未能解决你的问题,请参考以下文章
quartz报错 Couldn't retrieve job because the BLOB couldn't be deserialized: null
关于Apache报错 couldn't perform authentication. AuthType not set!
解决 Sourcetree 报错 Couldn't posix_spawn: error 2 问题
解决Warning Couldn't flush user prefs: java.util.prefs.BackingStoreException: Couldn't get fil
解决mysqldump备份报错: Couldn't execute 'SHOW FIELDS FROM Unknown error 1356
TortoiseGit Push报错 “Couldn't load this key(unable to open file)” 解决