newbie to pf

2006-12-03 Thread Niklas Saers
Hi guys, I'm setting up a Soekris 4801 box to deal with my home network. I've been using ipfw for a very long time and took this as an opportunity to try out pf. The soekris has the interfaces sis0 (10.0.0.4) that is connected to my ADSL router, sis1 that is connected to my home computers (10.0.2

Re: newbie to pf

2006-12-03 Thread Niklas Saers
Little d'oh regarding nat, I'd forgotten the line: nat on $ext_if from $business_net to any -> ($ext_if) But I'm still very much confused as to why my redirecting isn't working and I'd still very much appreciate feedback on the setup. :-) Cheers Nik ___

Re: newbie to pf

2006-12-04 Thread Niklas Saers
Hi guys, On 12/4/06, Daniel Bye <[EMAIL PROTECTED]> wrote: From reading the excellent documentation at the OpenBSD site, I think you are missing a `pass' rule for your redirected traffic. Yes, I was. I've substituted "rdr" for "rdr pass" that I believe should work great for ssh, https and mysq