Re: Big problems with PF on freeBSD 6.2

2007-02-11 Thread Erik Norgaard
Tim T Bos wrote: Hi Erik, I used a GENERIC kernel as well as a custom kernel. Both have the same behavior. I even tried a default install without any extra boot options. ON FreeBSD 5.5 i didn't have this problem. I'm going to try to log all actions. I must do something seriously wrong.

Re: Big problems with PF on freeBSD 6.2

2007-02-10 Thread Tim T Bos
Hi Erik, I used a GENERIC kernel as well as a custom kernel. Both have the same behavior. I even tried a default install without any extra boot options. ON FreeBSD 5.5 i didn't have this problem. I'm going to try to log all actions. I must do something seriously wrong. Thanks anyway Erik

Re: Big problems with PF on freeBSD 6.2

2007-02-10 Thread Erik Norgaard
Tim T Bos wrote: Hi Guys, I have a problem with PF. Normally when I load pf.ko it uses deny all as default. But if i compile it in the kernel or load it as a module both it won't work. If a have only one rule "block all" or "block all on ext_if" I can still go on the internet and if I portscan

Big problems with PF on freeBSD 6.2

2007-02-10 Thread Tim T Bos
Hi Guys, I have a problem with PF. Normally when I load pf.ko it uses deny all as default. But if i compile it in the kernel or load it as a module both it won't work. If a have only one rule "block all" or "block all on ext_if" I can still go on the internet and if I portscan my computer i get m

Re: problems with pf

2005-04-22 Thread Luke Dean
Parse your rules without actually loading them: pfctl -n -f /etc/pf.conf Flush the old rules and load the new ones without rebooting: pfctl -F -f /etc/pf.conf Gah! I knew that didn't look right... pfctl -F all -f /etc/pf.conf Or check out "man pfctl" for other options. Both are must-haves for tin

Re: problems with pf

2005-04-22 Thread Luke Dean
I have read the manpage on pf but I am still stumped. I get some error messages when starting up that say something like 'rule expands to no possible valid combination' or something to that effect. If someone can tell me how I can find out what the error messages are when I boot I will post

problems with pf

2005-04-22 Thread Brian John
Hello, I have read the manpage on pf but I am still stumped. I get some error messages when starting up that say something like 'rule expands to no possible valid combination' or something to that effect. If someone can tell me how I can find out what the error messages are when I boot I will

Re: problems with PF

2004-07-29 Thread Max Laier
On Thursday 29 July 2004 22:57, RJ45 wrote: > hello, > I configured PF for natting machines on my LAN > using FreeBSD as ADSL gateway. > > I just write a simple rule > nat on tun0 from 172.16.16.0/24 to any -> (tun0) ^^ > but NAT does not work, packe

problems with PF

2004-07-29 Thread RJ45
hello, I configured PF for natting machines on my LAN using FreeBSD as ADSL gateway. I just write a simple rule nat on tun0 from 172.16.16.0/24 to any -> (tun0) but NAT does not work, packets are blocked. ip forwarding is enabled using ipfilter works and packets are natted succesfully with a s