lkml.org 
[lkml]   [2002]   [Sep]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subjectingress rate limiting weirdness (?)

Hello,
I've been trying to rate limit my incomming connections, and, as I
understand, I can do that only with ingress.
So I did a litle test:

tc qdisc add dev eth1 handle ffff: ingress
tc filter add dev eth1 protocol ip parent ffff: prio 50 u32 match ip src \
204.152.189.116 police rate 128kbit burst 10k drop flowid :1

tc qdisc list dev eth1
qdisc ingress ffff: ----------------

tc filter ls dev eth1 parent ffff:
filter protocol ip pref 50 u32
filter protocol ip pref 50 u32 fh 800: ht divisor 1
filter protocol ip pref 50 u32 fh 800::800 order 2048 key ht 800 bkt 0 flowid :1
match cc98bd74/ffffffff at 12

The outside interface is eth1.

After I do this, any connection to ftp.kernel.org doesn't work.

Attached is a dump of a connection try to ftp.kernel.org.

Am I doing something wrong here or the problem comes from somewhere else ?

Distrib: gentoo
Kernel ver: 2.4.20-pre6
iproute-20010824 (also tried with iproute2-2.4.7-now-ss020116-try)
17:55:00.886213 myhost.ines.ro.32979 > zeus-pub.kernel.org.ftp: S 1048248596:1048248596(0) win 5840 <mss 1460,sackOK,timestamp 8304274 0,nop,wscale 0> (DF)
17:55:01.089198 zeus-pub.kernel.org.ftp > myhost.ines.ro.32979: S 1036164005:1036164005(0) ack 1048248597 win 5792 <mss 1460,sackOK,timestamp 845539810 8304274,nop,wscale 0> (DF) [tos 0x62,ECT(0)]
17:55:03.885800 myhost.ines.ro.32979 > zeus-pub.kernel.org.ftp: S 1048248596:1048248596(0) win 5840 <mss 1460,sackOK,timestamp 8304574 0,nop,wscale 0> (DF)
17:55:04.089407 zeus-pub.kernel.org.ftp > myhost.ines.ro.32979: S 1036164005:1036164005(0) ack 1048248597 win 5792 <mss 1460,sackOK,timestamp 845540110 8304274,nop,wscale 0> (DF) [tos 0x62,ECT(0)]
17:55:05.245283 zeus-pub.kernel.org.ftp > myhost.ines.ro.32979: S 1036164005:1036164005(0) ack 1048248597 win 5792 <mss 1460,sackOK,timestamp 845540226 8304274,nop,wscale 0> (DF) [tos 0x62,ECT(0)]
17:55:09.885767 myhost.ines.ro.32979 > zeus-pub.kernel.org.ftp: S 1048248596:1048248596(0) win 5840 <mss 1460,sackOK,timestamp 8305174 0,nop,wscale 0> (DF)
17:55:10.088104 zeus-pub.kernel.org.ftp > myhost.ines.ro.32979: S 1036164005:1036164005(0) ack 1048248597 win 5792 <mss 1460,sackOK,timestamp 845540710 8304274,nop,wscale 0> (DF) [tos 0x62,ECT(0)]
17:55:11.247320 zeus-pub.kernel.org.ftp > myhost.ines.ro.32979: S 1036164005:1036164005(0) ack 1048248597 win 5792 <mss 1460,sackOK,timestamp 845540826 8304274,nop,wscale 0> (DF) [tos 0x62,ECT(0)]
17:55:21.885699 myhost.ines.ro.32979 > zeus-pub.kernel.org.ftp: S 1048248596:1048248596(0) win 5840 <mss 1460,sackOK,timestamp 8306374 0,nop,wscale 0> (DF)
17:55:22.087007 zeus-pub.kernel.org.ftp > myhost.ines.ro.32979: S 1036164005:1036164005(0) ack 1048248597 win 5792 <mss 1460,sackOK,timestamp 845541910 8304274,nop,wscale 0> (DF) [tos 0x62,ECT(0)]
17:55:23.247241 zeus-pub.kernel.org.ftp > myhost.ines.ro.32979: S 1036164005:1036164005(0) ack 1048248597 win 5792 <mss 1460,sackOK,timestamp 845542026 8304274,nop,wscale 0> (DF) [tos 0x62,ECT(0)]
\
 
 \ /
  Last update: 2005-03-22 13:28    [W:0.050 / U:0.828 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site