<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "ip_tables.o: init_module: Device or resource busy"]]></title>
		<link>https://forum.andowson.com/posts/list/16.page</link>
		<description><![CDATA[Latest messages posted in the topic "ip_tables.o: init_module: Device or resource busy"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>ip_tables.o: init_module: Device or resource busy</title>
				<description><![CDATA[ 今天在 Red Hat Linux 7.3 上遇到同樣的問題，而且重開機之後還是無效 :shock: 
<br>
<br>
錯誤訊息大致如下： 
<br>
[quote][root@eip2 root]# iptables -L -n 
<br>
/lib/modules/2.4.20-28.7/kernel/net/ipv4/netfilter/ip_tables.o: init_module: Device or resource busy 
<br>
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters 
<br>
/lib/modules/2.4.20-28.7/kernel/net/ipv4/netfilter/ip_tables.o: insmod /lib/modules/2.4.20-28.7/kernel/net/ipv4/netfilter/ip_tables.o failed 
<br>
/lib/modules/2.4.20-28.7/kernel/net/ipv4/netfilter/ip_tables.o: insmod ip_tables failed 
<br>
iptables v1.2.8: can't initialize iptables table `filter': iptables who? (do you need to insmod?) 
<br>
Perhaps iptables or your kernel needs to be upgraded.[/quote] 
<br>
<br>
連重新安裝iptables也無效 :( 
<br>
<br>
後來找到下列這篇文章，終於找到解法了： 
<br>
http://phorum.study-area.org/index.php?topic=13185.0 
<br>
<br>
因為Red Hat 7.3內建了ipchains及iptables 2種firewall。而且用chkconfig --list | grep ip 去查，發現在啟動時2個都有設為啟動，不過似乎ipchains會比iptables優先啟動。 
<br>
解決方式如下： 
<br>
將ipchains給disable掉 
<br>
chkconfig ipchains off 
<br>
然後再重新開機(不重新開機沒辦法關閉ipchains)，就可以了。]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/450/919.page</guid>
				<link>https://forum.andowson.com/posts/preList/450/919.page</link>
				<pubDate><![CDATA[Sat, 30 Oct 2010 16:03:59]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
	</channel>
</rss>