Re: PF + ALTQ... help please!!

2005-11-30 Thread Jon Simola
On 11/30/05, Marcelo Celleri <[EMAIL PROTECTED]> wrote: > int_if="em1" > > altq on $int_if bandwidth 100Mb cbq queue { std, uees, lnaval, marcelo, ... } > queue std bandwidth 10.0Mb cbq(default) > #Then for each one of the subqueues: > queue marcelo bandwidth 128Kb cbq { gold, silver, default } >

RE: PF + ALTQ... help please!!

2005-11-30 Thread Marcelo Celleri
There is a little more: int_if="em1" altq on $int_if bandwidth 100Mb cbq queue { std, uees, lnaval, tes, ecomundo, montepiedra, offset, \ andec, copol, asuncion, umetro, calcivar, corpecuador, ststeban, extradio, capig, oxxo, ryc, \ esmena, marianitas, diteca, canizares, codelfos

RE: PF + ALTQ... help please!!

2005-11-30 Thread Marcelo Celleri
Sorry, but it was a mistake when I wrote the mail... The configuration looks like this: queue marcelo bandwidth 128Kb cbq { gold, silver, default } queue gold bandwidth 70% priority 3 cbq(borrow red) queue silver bandwidth 20% priority 2 cbq(borrow red) queue default bandwidth 10% cbq(borrow)

Re: PF + ALTQ... help please!!

2005-11-30 Thread Jon Simola
On 11/30/05, Marcelo Celleri <[EMAIL PROTECTED]> wrote: > $int_if="em1" > queue marcelo bandwidth 128Kb cbq { gold, silver, default } > queue marcelo1 bandwidth 70% priority 3 cbq(borrow red) > queue marcelo2 bandwidth 20% priority 2 cbq(borrow red) > queue marcelodf bandwid

PF + ALTQ... help please!!

2005-11-30 Thread Marcelo Celleri
Hi everyone, I'm trying PF + ALTQ on FreeBSD to implement policies for the traffic flows of my clients, for each one of them I have a configuration like this: $int_if="em1" queue marcelo bandwidth 128Kb cbq { gold, silver, default } queue marcelo1 bandwidth 70% priority 3 cbq(

Re: pf + ip alias + route-to interrogation

2005-11-30 Thread Max Laier
On Wednesday 30 November 2005 15:59, Marko Cuk wrote: > I have same problems with route-to. > > I have solved the problem with IPF, wich "grabs" packets on output > interface and route-to them to proper interface and gateway. The problem > is, that it works only when IPF is loaded after booting and

Re: pf + ip alias + route-to interrogation

2005-11-30 Thread Marko Cuk
I have same problems with route-to. I have solved the problem with IPF, wich "grabs" packets on output interface and route-to them to proper interface and gateway. The problem is, that it works only when IPF is loaded after booting and boot scripts, because if IPF is loaded at boot time, the p