Re: pf.conf troubles

2005-05-09 Thread GV
well, the silly one is simply me! I didn't see that after a "pf=YES" entry, it was one with a "NO"!!! Thanks George On Monday 09 May 2005 17:53, Jason Opperisano wrote: > On Sun, May 08, 2005 at 11:10:38PM +0200, GV wrote: > > Now, the above should normally block all the traffic to my server -

Re: pf.conf troubles

2005-05-09 Thread Jason Opperisano
On Sun, May 08, 2005 at 11:10:38PM +0200, GV wrote: > Now, the above should normally block all the traffic to my server - but it > doesn't! Am I missing something here? > > Also, I followed the section "Packet Logging Through Syslog" in > "http://www.openbsd.org/faq/pf/logging.html"; and created

pf.conf troubles

2005-05-08 Thread GV
Hi there, I just created the following: - ext_if="vr0" int_if="rl0" tcp_services = "{ 80, 20, 21, 22, 25, 110, 113 }" icmp_types = "echoreq" priv_nets = "{ 127.0.0.0/8, 192.168.0.0/16, 172.16.0.0/12, 10.0.0.0/8 }" set block-policy return set loginterface $ext_if scrub in a