Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Firewalls
[Top] [All Lists]

Re: OpenBSD PF problems.

Subject: Re: OpenBSD PF problems.
Date: Wed, 23 Mar 2005 09:01:07 +0100
On Wed, Mar 23, 2005 at 08:52:43AM +0800, F Walls wrote:

Hi Frankie.

block drop in quick on $ext_if from $private_networks to any
block drop out quick on $ext_if from any to $private_networks

As far as i know is "drop" default. You can write "block in quick ..."


pass in on $ext_if proto udp from any to $udpserver port { 6666:7000, 29200 } 
pass in on $int_if proto udp from any to $udpserver port { 6666:7000, 29200 } 

Try: 
pass in quick on $ext_if proto udp from any to $udpserver port { 6666:7000, 
29200 } keep state

pass in on $int_if from $int_if:network to any keep state
pass out on $int_if from any to $int_if:network keep state
pass out on $ext_if proto tcp all modulate state flags S/SA
pass out on $ext_if proto {udp, icmp} all keep state
pass out on $ext_if proto esp all keep state

so long 
Marco
-- 
ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol


--------------------------------------------------------------------------
FREE Download - The Future in Desktop Firewalls is Available Now
 
NEW NetOp Desktop Firewall, the world's first driver-centric 
firewall software - protecting your laptops and corporate PCs at  
ring-zero! NetOp features sophisticated process & application
control, centralized management and multiple network user profiles -
NetOp is able to increase security when mobile users plug back 
into your network. Step into a more secure future - Try it FREE
http://www.securityfocus.com/sponsor/CrossTec_firewalls_050315
--------------------------------------------------------------------------

<Prev in Thread] Current Thread [Next in Thread>