Greg Hennessy wrote:

> On 12 Aug 2004 08:35:42 -0700, [EMAIL PROTECTED] (Brent Bolin) wrote:
> 
> 
> 
>>Trader...
>>
>>pf is ported to FBSD
> 
> 
> It also works fine with a bridged wireless NIC, I've used it here. 
> 
> 
> greg
> 
Cheers chaps,

I realise that pf is in FreeBSD - but I has assumed that wasn't in 
stable yet...still I'm enjoying my OpenBSD sojourn. I've built this AP 
before with Linux, FreeBSD and Mac OS X - all worked fine. For the past 
6 months I've been using m0n0wall. which is a FreeBSD based micro-distro 
with a web front end - really slick, but after 6 months, as you can see, 
I'd forgotten how to do it myself. Those of you thinking about soekris 
should check out m0n0.ch - that's what it was built for originally.

David chub posted this:

pass in quick on $ext inet proto icmp from any to $yournet
pass out quick on $ext inet proto icmp from $yournet to any
pass in quick on $int inet proto icmp from $yournet to any
pass out quick on $int inet proto icmp from any to $yournet
pass in quick on $wlan inet proto icmp from $yournet to any
pass out quick on $wlan inet proto icmp from any to $yournet

..which after commenting out the first two lines works like a charm to 
get pinging working both sides of the bridge. The bridge seems to be 
working fine, I'm writing this from a laptop hanging off the wlan - so 
those posts about not being able to bridge wlans seem outdated. I can 
surf/ftp/email whatever - the only thing not working is dhcp - which is 
working fine on the other side of the bridge...any thoughts?

Thanks so-far - OpenBSD people seem rather chummie ;-)

Pete

Reply via email to