Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Mar 2005 03:13:40 -0800
From:      =?ISO-8859-1?Q?Ask_Bj=F8rn_Hansen?= <ask@develooper.com>
To:        freebsd-pf@freebsd.org
Subject:   altq blocking all traffic (bridging problem?)
Message-ID:  <8741d07f84d6eb674ebeb7ec99d9a3cc@develooper.com>

next in thread | raw e-mail | index | archive | help
Hi,

With the following simple ruleset pf is not letting any traffic in or 
out (it's a much much simplified version of the real ruleset I had 
prepared).   What am I doing wrong?

int_if = "sis0"
altq on $int_if cbq bandwidth 1200Kb queue { std_in }
queue std_in bandwidth 1.2Mb priority 2 cbq(default)
pass quick on lo0 all
pass  in on $int_if all queue std_in
pass  out on $int_if all queue std_in

If I take out the altq and queue lines it's working fine (as far as I 
can tell), but that's not much fun. :-)

My end goal is to set this Soekris 4801 box up with bridging to get a 
bridge doing packet shaping.  (I have a handful of real IPs at home, 
but they are bridged to my DSL provider rather than routed).   
Hopefully I can also make it do NAT and IPsec of the internal net to 
our internal net at the datacenter.

I'm using 5.3 as of a few days ago and the bridging patch[1] mentioned 
in 
http://lists.freebsd.org/pipermail/freebsd-pf/2005-January/000744.html

Speaking of that: What's holding that patch back from going into a the 
FreeBSD cvs repository?


  - ask

[1] http://www.pfsense.org/downloads/bridge.patch.041215

-- 
http://www.askbjoernhansen.com/



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