Re: [bwm-tools-tech] Failed to ACCEPT packet
Brought to you by:
nkukard
|
From: Victor Y. <ye...@nd...> - 2005-05-12 09:58:23
|
See my answers below. thanks for any reply that might help.
victor
Could you give us the following information plz...
1. Version of BWM Tools you're using
[Vic] bwm-0.2.1
2. Your kernel version
[Vic] linux-2.4.20-8custom
3. iptables version
[Vic] v1.2.7.a
4. distribution & version
[Vic] Redhat 9
5. Pasted error from BWM Tools
[Vic] When i run bwmd in one window, and open ftp connection in =
another to "192.168.1.100", bwmd gives this error continuously:
Failed to ACCEPT packet
Failed to ACCEPT packet
Failed to ACCEPT packet
.................
More info here:
192.168.1.100 is a PC on the same subnet.
i added in the iptable rules :
iptables -t mangle -A INPUT -s 192.168.1.100 -j MARK =
--set-mark 102
iptables -t mangle -A INPUT -d 192.168.1.100 -j MARK =
--set-mark 102
iptables -t filter -A INPUT -m mark ! --mark 0x0 -j QUEUE
and a new traffic flow to firewall.xml
<traffic>
<flow name=3D"pc_in" max-rate=3D"64000" =
report-timeout=3D"60"
nfmark=3D"100" />
<flow name=3D"pc_out" max-rate=3D"64000" =
report-timeout=3D"60"
nfmark=3D"101" />
<flow name=3D"pc_new" max-rate=3D"64000" =
report-timeout=3D"60"
nfmark=3D"102" />
</traffic>
|