QUOTE:原帖由 "yunqing" 发表:
two points:
1.check the interface 'eth0' really exists
sudo /sbin/ifconfig
2. the interface parameter should follow '-i' switch in iptables command, like this:
iptables -A INPUT -i eth0 ...
ifconfig能找到eth0网络接口,所以第一个不是原因了。
第2个,我有些用的是-O参数,而不是-i,因为是出口,如下图所示,是不是这个原因呢?
1.gif (4.89 KB)
下载次数:6
2004-07-14 23:51