Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2001 23:33:46 +0800
From:      Yusuf Goolamabbas <yusufg@outblaze.com>
To:        Robert Watson <rwatson@freebsd.org>
Cc:        qa@freebsd.org
Subject:   Re: Would it be possible to test bridge/dummynet before 4.5-RELEASE
Message-ID:  <20011221233346.B14281@outblaze.com>
In-Reply-To: <Pine.NEB.3.96L.1011221090910.93142B-100000@fledge.watson.org>
References:  <20011221131700.A10909@outblaze.com> <Pine.NEB.3.96L.1011221090910.93142B-100000@fledge.watson.org>

next in thread | previous in thread | raw e-mail | index | archive | help
I have been talking to Luigi and sent him my config. 

Basically, I have a simple bridge. fxp0 connects to a switch port and
fxp1 connects to another switch (switch 2) on which I have various
servers. The objective is to traffic shape each server on switch 2 to
have max 512 kb/s outbound bandwidth excluding traffic being sent to my
ofice IP space

The rules follow, $range and $office are edited out

${fwcmd} add 100 pass all from any to any via lo0
${fwcmd} add 200 deny all from any to 127.0.0.0/8
${fwcmd} add 300 deny ip from 127.0.0.0/8 to any
# If you're using 'options BRIDGE', uncomment the following line to pass
ARP
${fwcmd} add 400 pass udp from 0.0.0.0 2054 to 0.0.0.0
${fwcmd} add 500 pass all from ${range} to any in via fxp0
${fwcmd} add 800 pipe 1 ip from ${range} to not ${office} in via
fxp1
${fwcmd} pipe 1 config mask src-ip 0x000000ff bw 512Kbit/s queue 50 

> 
> On Fri, 21 Dec 2001, Yusuf Goolamabbas wrote:
> 
> > Hi, I've reported some kernel panics on freebsd-net,freebsd-stable which
> > occur when dummynet/bridging is used on 4.4-stable. 
> > 
> > Would it be possible for the qa team to construct a simple traffic
> > shaping bridge and and verify if there are no regressions
> 
> Hmm.  I may be able to set up a local testbed here, but it would help to
> have a few more hints about the potential problem.  What features of
> dummynet are they using?  Just the basic bandwidth/plr components, or
> other features such as the various queueing algorithms?  Does the problem
> show up under high load, or under low level use?
> 
> Because I'm not sure I have the hardware locally to do this for a week or
> two (now WFH for the next two weeks), I'd appreciate it if others could
> also give this a spin.  Also, if there's any particular information on the
> panic, it would be worth running it by Luigi to see if he has any insight
> into the problem.
> 
> Robert N M Watson             FreeBSD Core Team, TrustedBSD Project
> robert@fledge.watson.org      NAI Labs, Safeport Network Services
> 
> 

-- 
Yusuf Goolamabbas
yusufg@outblaze.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-qa" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011221233346.B14281>