Hi.
I'm working on a Brige between a router Cisco 7200, and a 3Com 7900 switch.
I have several subnetworks, and I need to balance the bandwidth between then.
The Brigde is running: "FreeBSD dell05 8.1-PRERELEASE FreeBSD
8.1-PRERELEASE #0: Tue Jun 22 13:59:17 BRT 2010
rafaelhfa...@dell05:/usr/obj/
On Thu, Jun 24, 2010 at 14:04, Ermal Luçi wrote:
> On Thu, Jun 24, 2010 at 3:12 PM, Rafael Henrique Faria
> wrote:
>> Hi.
>>
>> I'm working on a Brige between a router Cisco 7200, and a 3Com 7900 switch.
>> I have several subnetworks, and I need to balance th
Just to be more clean:
My pf.conf:
wan_if="bce0"
set limit { states 10, frags 2 }
set loginterface $wan_if
set optimization normal
set block-policy drop
set fingerprints "/etc/pf.os"
set skip on lo
altq on $wan_if cbq bandwidth 100% queue { out_bal, out_std }
queue out_bal bandwi
On Thu, Jun 24, 2010 at 18:56, Ermal Luçi wrote:
> 2010/6/24 Rafael Henrique Faria :
>> Just to be more clean:
>>
>> My pf.conf:
>>
>> wan_if="bce0"
>>
>> set limit { states 10, frags 2 }
>> set loginterface $wan_