Re: sharing bandwidth download+upload+NAT - [debian]
From: Gaetan (gaetan.semet_at_free.fr)
Date: 10/05/03
- Next message: Adam Dyga: "Re: Troubles with lan connection"
- Previous message: David Haggett: "Moving /usr stopped wireless network!"
- In reply to: Andy Furniss: "Re: sharing bandwidth download+upload+NAT - [debian]"
- Next in thread: Andy Furniss: "Re: sharing bandwidth download+upload+NAT - [debian]"
- Reply: Andy Furniss: "Re: sharing bandwidth download+upload+NAT - [debian]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 05 Oct 2003 14:43:21 +0200
>>internet
>> |
>> | ADSL. down 512 kps (60kb), up 128 (16 kb)
>> |
>> |
>>linux server
>>| | |
>>| | |
>>| | |
>>| | user 3 : download 170 kps (21 kb), upload 48 kps (5kb)
>>| |
>>| user 2 : download 170 kps (21 kb), upload 48 kps (5kb)
>>|
>>user 1 : download 170 kps (21 kb), upload 48 kps (5kb)
>>
>>
>>i don't want to have these limits to be fixed, but i would like it to
>>work like HTB should work : unused bandwidth is "lend" to other users...
>>but i really want it to work for upload AND download. It's very
>>important...
>
>
> There is a patch for IMQ to work after nat - I can't find the url at the mo.
> It's been posted on LARTC mail list and in here - here are the contents of
> the imqnat.diff.
>
>
> --- imq.c.orig Sun Aug 11 15:30:24 2002
> +++ imq.c Sun Aug 11 15:31:17 2002
> @@ -37,7 +37,7 @@
> imq_nf_hook,
> PF_INET,
> NF_IP_PRE_ROUTING,
> - NF_IP_PRI_MANGLE + 1
> + NF_IP_PRI_NAT_DST + 1
> };
>
> static struct nf_hook_ops imq_egress_ipv4 = {
> @@ -54,7 +54,7 @@
> imq_nf_hook,
> PF_INET6,
> NF_IP6_PRE_ROUTING,
> - NF_IP6_PRI_MANGLE + 1
> + NF_IP6_PRI_NAT_DST + 1
> };
>
> static struct nf_hook_ops imq_egress_ipv6 = {
>
> Andy.
thx, but i already tried it but it doesn't seem to work. Is there any
other way to control traffic in download that using IMQ device?
>
-- ~~ Gaetan ~~ http://www.xeberon.net
- Next message: Adam Dyga: "Re: Troubles with lan connection"
- Previous message: David Haggett: "Moving /usr stopped wireless network!"
- In reply to: Andy Furniss: "Re: sharing bandwidth download+upload+NAT - [debian]"
- Next in thread: Andy Furniss: "Re: sharing bandwidth download+upload+NAT - [debian]"
- Reply: Andy Furniss: "Re: sharing bandwidth download+upload+NAT - [debian]"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|