hi folks maybe u can give me some advice or what i do wrong
directory listing its takes very long time :(
here is my pf conf file
ext_if="fxp0" #
# Options: tune the behavior of pf, default values are given.
set timeout { interval 30, frag 10 }
set timeout { tcp.first 120, tcp.opening 30, tcp.established 86400 }
set timeout { tcp.closing 900, tcp.finwait 45, tcp.closed 90 }
set timeout { udp.first 60, udp.single 30, udp.multiple 60 }
set timeout { icmp.first 20, icmp.error 10 }
set timeout { other.first 60, other.single 30, other.multiple 60 }
set limit { states 10000, frags 5000 }
set loginterface fxp0
set optimization conservative
set skip on lo
set block-policy drop
# Normalization
scrub on $ext_if random-id reassemble tcp
# Antispoof
antispoof for $ext_if
# Filtering: the implicit first two rules are
block in log all
pass out keep state
# pass out to external interface
pass out on $ext_if proto tcp all modulate state flags S/SA
pass out on $ext_if proto { icmp, udp } all keep state
# connections and keep state, logging blocked packets.
pass in on $ext_if proto tcp from any to any \
port { ssh www 20 21 https 4801 4802 } keep state
pass in on $ext_if proto tcp from any to any port > 49151 \
keep state
+
i put passive port in pureftpd config file
thx
_______________________________________________
Openbsd-newbies mailing list
[email protected]
http://mailman.theapt.org/listinfo/openbsd-newbies