pf's "borrow" equivalent

2006-10-23 Thread eternityos
Hi everyone, I'm new to this list, I use ipfw+dummynet for traffic shaping. I'm having an issue... I have two users that share a same pipe of 128Kbit/s, so when a user is not using internet, the other gets 128KBit/s. Now my issue is, when both users use internet at the same time, let's say user

Re: pf's "borrow" equivalent

2006-10-23 Thread eternityos
Hi! Thank you for your answer, I seen this link, I already have most of this... What i really need to know is the principle of having 2 persons using a same pipe but having a repartited bandwidth when both are using internet and having full bandwidth of this pipe when only one user is using this b

Re: pf's "borrow" equivalent

2006-10-30 Thread eternityos
Hi everyone :) Thank to you all who answered me, I tried what you guys told, having the two queues of the same weight and it worked perfectly :) Pierre. >>I want to guarantee at least 64K, so user A will have at least 64K when >> using internet. > > >You want to give equal priorities to both us

Limit bandwidth on some ports more than others

2006-11-09 Thread eternityos
Hi everyone :) My traffic shaping is like this: ${fwcmd} pipe 3 config bw 64Kbit/s queue 10Kbytes # Upload ${fwcmd} pipe 4 config bw 192Kbit/s queue 10Kbytes # Download # Client ID = 9d1884960e7b310b028f5594843310f6 ${fwcmd} queue 1 config queue 10KBytes pipe 3 weight 10 ${fwcmd} queue 2 confi

Re: Limit bandwidth on some ports more than others

2006-11-15 Thread eternityos
Come on, Noone to help me on this one ? It's just 2 pipes (upload/download) and 6 queues (3 for upload / 3 for download) I just want to limitate bandwidth some more on ports 4662 and port 62731... Anyone please ? Hi everyone :) My traffic shaping is like this: ${fwcmd} pipe 3 config bw 64