Warning: gethostbyaddr(): Address is not a valid IPv4 or IPv6 address in /www/web/default/wordpress/wp-content/plugins/search-limiter-blocker/search-limiter-blocker.php on line 163
10 | 三月 | 2017 | 技术小站

openwrt 启动时的iptables问题

openwrt 启动时的iptables问题无评论

2017年3月10日 下午1:35分类:路由器 阅读: 21,572 次

启动日志中出现 user.emerg syslog: Another app is currently holding the xtables lock. Perhaps you want to use the -w option? 意思是iptable当前被占用,添加失败,要求使用-w参数,参数含义如下: --wait -w wait for the xtables lock 如果不加此参数,则会导致iptables添加失败,应用出现问题


【阅读全文】