RE: IFPW/DUMMYNET
From: Don Bowman (don_at_sandvine.com)
Date: 06/26/03
- Previous message: Troy Settle: "IFPW/DUMMYNET"
- Maybe in reply to: Troy Settle: "IFPW/DUMMYNET"
- Next in thread: Wolfpaw - Dale Corse: "RE: IFPW/DUMMYNET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
To: 'Troy Settle' <troy@psknet.com>, freebsd-isp@freebsd.org Date: Thu, 26 Jun 2003 13:46:53 -0400
From: Troy Settle [mailto:troy@psknet.com]
> I need a quick and dirty way to limit every IP on their
> network (10.x.x.0/24
> & a /28 of real addresses) to 384k of bandwidth.
ipfw pipe 2 config bw 384Kbit/s mask src-ip 0xffffffff queue 8Kbytes gred
0.002/4500/7500/0.1
ipfw add 60 pipe 2 ip from any to any recv em0
or something like that will do what you want. You might want two pipes, one
each way.
The mask on the src-ip (or dst-ip in the other dir) will create the rule as
needed.
--don
_______________________________________________
freebsd-isp@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isp
To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"
- Previous message: Troy Settle: "IFPW/DUMMYNET"
- Maybe in reply to: Troy Settle: "IFPW/DUMMYNET"
- Next in thread: Wolfpaw - Dale Corse: "RE: IFPW/DUMMYNET"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|