Re: [bwm-tools-tech] Failed to ACCEPT packet
Brought to you by:
nkukard
From: go0ogl3 <go...@gm...> - 2005-05-12 10:49:50
|
Maybe you have a DROP policy or some others iptables filters. Make a check to be sure. I'm out of ideeas for now... go0ogl3 On 5/13/05, Victor Yeo <ye...@nd...> wrote: > See my answers below. thanks for any reply that might help. > =20 > victor > =20 > Could you give us the following information plz... >=20 > 1. Version of BWM Tools you're using > [Vic] bwm-0.2.1 >=20 > 2. Your kernel version > [Vic] linux-2.4.20-8custom >=20 > 3. iptables version > [Vic] v1.2.7.a >=20 > 4. distribution & version > [Vic] Redhat 9 >=20 > 5. Pasted error from BWM Tools > [Vic] When i run bwmd in one window, and open ftp connection in another t= o > "192.168.1.100", bwmd gives this error continuously: > Failed to ACCEPT packet > Failed to ACCEPT packet > Failed to ACCEPT packet > ................. > =20 > More info here: > =20 > 192.168.1.100 is a PC on the same subnet. > =20 > i added in the iptable rules : > =20 > 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 >=20 > <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" /> >=20 > </traffic> > |