Re: Dummynet Usage Problems

2002-10-01 Thread Mike Silbersack
On Tue, 1 Oct 2002, Vinod wrote: > i use the commands > ipfw add pipe 1 ip from any to 10.0.1.0/24 > ipfw pipe 1 config bw 100Kbit/s Make sure that you don't have ipfw allow all from any to any before the rule which adds pipe 1. If so, packets will never enter the pipe. Mike "Silby" Silbersack

Re: Dummynet Usage Problems

2002-10-01 Thread Lars Eggert
Vinod wrote: > --- Lars Eggert <[EMAIL PROTECTED]> wrote: > >>That looks OK. What does "ipfw show" print? > ipfw pipe 1 show prints: 1: 100.000 Kbit/s 0 ms 50 sl. 0 queues (1 buckets) droptail mask: 0x00 0x/0x ->0x/0x *Just* "ipfw show" - I was wondering if your pack

Re: Dummynet Usage Problems

2002-10-01 Thread Vinod
ipfw pipe 1 show prints: 1: 100.000 Kbit/s 0 ms 50 sl. 0 queues (1 buckets) droptail mask: 0x00 0x/0x ->0x/0x Thanks, Vinod --- Lars Eggert <[EMAIL PROTECTED]> wrote: > Vinod wrote: > > my topology loks like this: > > > > 10.0.0.8 > >

Re: Dummynet Usage Problems

2002-10-01 Thread Lars Eggert
Vinod wrote: > my topology loks like this: > > 10.0.0.8 > _ _ _ Video Server > | > outsideswitch-proxy---clients >10.0.0.2 10.0.1.1 10.0.1.0/24 > > i dont have any other firewall rules.I am

Re: Dummynet Usage Problems

2002-10-01 Thread Vinod
my topology loks like this: 10.0.0.8 _ _ _ Video Server | outsideswitch-proxy---clients 10.0.0.2 10.0.1.1 10.0.1.0/24 i dont have any other firewall rules.I am using Dummynet just as a packet

Re: Dummynet Usage Problems

2002-10-01 Thread Lars Eggert
Vinod wrote: > i have proxy from which i would like to throttle the > bandwidth of clients.the proxy acts as a router here. > > i use the commands > ipfw add pipe 1 ip from any to 10.0.1.0/24 > ipfw pipe 1 config bw 100Kbit/s > > but i still dont see any reduction in bw.its the same > high bw it

Dummynet Usage Problems

2002-10-01 Thread Vinod
i am sorry to ask such a simple question but however hard i have tried i am not getting 'dummynet' to work. i have proxy from which i would like to throttle the bandwidth of clients.the proxy acts as a router here. i use the commands ipfw add pipe 1 ip from any to 10.0.1.0/24 ipfw pipe 1 config