ipt-ratelimit icon indicating copy to clipboard operation
ipt-ratelimit copied to clipboard

An implementation of committed access rate, or simply rate limiting, or policing for Linux iptables, implemented with high performance in mind.

Results 12 ipt-ratelimit issues
Sort by recently updated
recently updated
newest added

I test it in my router ,linux kernel is 3.10.14.it works fine if i use lan side ip address as src ip or dest ip.but it not work if i...

Hi all i have problem with set speed over 50mb/s iptables -A FORWARD -m ratelimit --ratelimit-set up --ratelimit-mode src -j DROP iptables -A FORWARD -m ratelimit --ratelimit-set down --ratelimit-mode dst...

Помогите разобраться. Я правильно понял, что с помощью этого модуля я могу у себя внутри сети ограничивать скорость? Тобишь например у меня есть сетка 192.168.0.0/24 и например диапозон ip 192.168.0.192/27...

const u32 tok = delta_ms * (car->cir / (BITS_PER_BYTE * MSEC_PER_SEC)); Раccчет tok не зависит от переменных, изменяемых внутри критической секции (cs). Он зависит от delte_ms, которая рассчитывается вне cs...

https://github.com/aabc/ipt-ratelimit/blob/master/xt_ratelimit.c#L626

Possibility of policing ipv4 address(es) and ipv6 subnet with one bucket will be very useful for ISP.

enhancement
needs testing

- Debian New Maintainers' Guide https://www.debian.org/doc/manuals/maint-guide/index.en.html - Debian packaging http://www.debian.org/doc/manuals/developers-reference/best-pkging-practices.html - DKMS article http://www.linuxjournal.com/article/6896 - https://wiki.kubuntu.org/Kernel/Dev/DKMSPackaging - https://help.ubuntu.com/community/Kernel/DkmsDriverPackage - http://basilevsthecat.blogspot.ru/2011/11/how-to-build-dkms-debian-package.html ##### Links for other projects for inspiration: - https://drbd.linbit.com/users-guide/s-build-deb.html -...

enhancement

> The openSUSE Build Service is the public instance of the Open Build Service (OBS) used for development of the openSUSE distribution and to offer packages from same source for...

installation

Create the following acceleration rules: table ip filter { flowtable f { hook ingress priority filter devices = { eth0.2, nas3_0 } } chain forward { type filter hook forward...

Ever since iptables commit ef108943f69a6e20533d58823740d3f0534ea8ec, the _init macro has become guarded by XTABLES_INTERNAL, thus breaking this extension.