Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Dec 2007 16:19:24 -0600
From:      aJTiM <lumiwa@gmail.com>
To:        freebsd-pf@freebsd.org
Subject:   log.xml
Message-ID:  <200712271619.24487.lumiwa@gmail.com>

next in thread | raw e-mail | index | archive | help

I have FreeBSD 7.0 beta 4 on the standalone computer connected to the Internet 
with cable modem. I setup a pf.conf and it looks that works okay but in my 
pflog (I am running pfxlog) I have all the time less or more the same (please 
look at attached file).
pf.conf looks like:

# Macros
ext_if="sk0"

# Optimization
set optimization normal
set block-policy drop
set loginterface $ext_if
set skip on lo0

# NOrmalization
scrub in all

# Filtering
antispoof quick for $ext_if

# Closed from outside
block in log quick on $ext_if all label "inblock"

# Open to out
pass out on $ext_if inet proto tcp all flags S/SA modulate state
pass out on $ext_if inet proto udp all keep state

# ping out
pass out on $ext_if inet proto icmp all icmp-type 8 code 0 keep state

Mitja
-- 
Chemist who falls in acid is absorbed in work.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712271619.24487.lumiwa>