Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Jul 2005 08:43:39 +0200
From:      Philip Olsson <olsson@puffy.nu>
To:        freebsd-net@freebsd.org
Subject:   ipfw+dummynet only getting half bandwidth when using routed interfaces.
Message-ID:  <42D2151B.4020807@puffy.nu>

next in thread | raw e-mail | index | archive | help
Hello
I have a working setup with ipfw+dummynet+bridge where I get proper 
speeds but I want to have routed interfaces instead and skip the bridge.

But when converting to routed interfaces the bandwith through the queues 
drops to half.

This is both in 5.4-REL and RELENG_5_4 and is showing on both xl and em 
( not that the interfaces should matter )

The topology that work is:
server<->bridge<->client

The topology I want but that does not work properly is:
server<->router<->client

This is my conf:

ipfw add pipe 1 ip from 192.168.1.1 to any out
ipfw add pipe 2 ip from any to 192.168.1.1 in
ipfw pipe 1 config bw 2048Kbit/s
ipfw pipe 2 config bw 2048bit/s 

// Philip




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