Date: Tue, 15 May 2007 12:49:36 +0300 From: Odhiambo WASHINGTON <wash@wananchi.com> To: freebsd-ipfw@freebsd.org Subject: Re: ipfw dummynet bandwidth issues Message-ID: <20070515094936.GG85994@ns2.wananchi.com> In-Reply-To: <3286.209.198.163.252.1179163401.squirrel@webmail.io.com> References: <1904.209.198.163.252.1179156718.squirrel@webmail.io.com> <20070514161842.GC88544@ns2.wananchi.com> <3286.209.198.163.252.1179163401.squirrel@webmail.io.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] * On 14/05/07 12:23 -0500, Joe Kirby wrote: | > * On 14/05/07 10:31 -0500, Joe Kirby wrote: | > | I am currently running "traffic shapers" for a wireless network. The | > | shapers contain about 50 - 100 customers. All we shape is bandwidth to | > | adjust for billing. The problem that I am having is that the bandwidth | > on | > | the customers end seems to be very low on the upload side. Below are all | > | of my configs. | > | > All, including the ipfw configs? ;-) | > | > Anyway, I think you could rely on the WARTA whitepaper for clues. | > There is also http://www.wifibsd.org/ | | | I would rather get this working. My former system admin dropped it into my | lap about 2 weeks ago when he left. I understand the basics for this. The | only ipfw config that I have is the following one if that helps at all. | | #!/bin/sh | # | # $FreeBSD: src/etc/rc.d/ipfw,v 1.10.2.2 2006/03/01 11:36:01 wkoszek Exp $ | # | | # PROVIDE: ipfw | # REQUIRE: ppp | # BEFORE: NETWORKING | # KEYWORD: nojail | | . /etc/rc.subr | . /etc/network.subr | | name="ipfw" | rcvar="firewall_enable" | start_cmd="ipfw_start" | start_precmd="ipfw_precmd" | stop_cmd="ipfw_stop" | | ipfw_precmd() | { | if ! ${SYSCTL} net.inet.ip.fw.enable > /dev/null 2>&1; then | if ! kldload ipfw; then | warn unable to load firewall module. | return 1 | fi | fi | | return 0 | } | | ipfw_start() | { | # set the firewall rules script if none was specified | [ -z "${firewall_script}" ] && firewall_script=/etc/rc.firewall So your rules file is /etc/rc.firewall. -Wash http://www.netmeister.org/news/learn2quote.html DISCLAIMER: See http://www.wananchi.com/bms/terms.php -- +======================================================================+ |\ _,,,---,,_ | Odhiambo Washington <wash@wananchi.com> Zzz /,`.-'`' -. ;-;;,_ | Wananchi Online Ltd. www.wananchi.com |,4- ) )-,_. ,\ ( `'-'| Tel: +254 20 313985-9 +254 20 313922 '---''(_/--' `-'\_) | GSM: +254 722 743223 +254 733 744121 +======================================================================+ Since we have to speak well of the dead, let's knock them while they're alive. -- John Sloan [-- Attachment #2 --] 0 *H 010 + 0 *H 600XtRLoG0 *H 0b10 UZA1%0#U Thawte Consulting (Pty) Ltd.1,0*U#Thawte Personal Freemail Issuing CA0 070418102339Z 080417102339Z0C10UThawte Freemail Member1 0 *H wash@wananchi.com0"0 *H 0 .Zh; ٌo,BIɡ|zȗo)W'|347T__˲:ybOLn%k&SJ=Z1Cs|Ѯr"0:|t.R˂BeA+T9W2E̊)%2|PϦHB1bɆBNd3i)BN0J]t]# OF~]\lp7G:G`Õ}H^_bpQ A0?0 `HB0U0wash@wananchi.com0U0 0 *H w Y(W0h ڼ6B1h.%*!FVł!~_XV-PutG[Q@!buVWMS{Gv4Вq8Sފhނh&\@x狥MT:h0?0 0 *H 010 UZA10UWestern Cape10U Cape Town10U Thawte Consulting1(0&UCertification Services Division1$0"UThawte Personal Freemail CA1+0) *H personal-freemail@thawte.com0 030717000000Z 130716235959Z0b10 UZA1%0#U Thawte Consulting (Pty) Ltd.1,0*U#Thawte Personal Freemail Issuing CA00 *H 0 Ħ<UsUNʙZhup[v:aQP 0cZ,p+Z?qV˯<6$*+w=+>@dקe*TH<a@dr` 00U0 0CU<0:08642http://crl.thawte.com/ThawtePersonalFreemailCA.crl0U0)U"0 010UPrivateLabel2-1380 *H HP. fgCL!6-6/P p<ab:~ t%Pb'qW%ݩ9 Oe_N4[5MwV!x!5$F]_eO1Q0M0v0b10 UZA1%0#U Thawte Consulting (Pty) Ltd.1,0*U#Thawte Personal Freemail Issuing CAtRLoG0 + 0 *H 1 *H 0 *H 1 070515094936Z0# *H 1n"\44,ؙ'f0R *H 1E0C0 *H 0*H 0 *H @0+0 *H (0 *H E2wnY][bD)+rp/!5ZOD /v<%"ihpj !<n{!r! R';LNg^d\<46kDwPd?Z]O= k)w(Q"5'~ E`?Lқk3H),2K@O/)r= QdMM3̓ p3$;@!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070515094936.GG85994>
