Arkadaşlar  pf.conf un içeriği şu şekilde

******************

ext_if="le0"
ext_ip="{10.0.0.19, 10.0.0.20}"



scrub in all
pass quick on lo0 keep state
pass in quick on $ext_if inet proto tcp from any to $ext_ip port {22, 80,
21} keep state flags S/SA
pass in quick on $ext_if inet proto tcp from any to $ext_ip port = 53 keep
state flags S/SA
pass in quick on $ext_if inet proto udp from any to $ext_ip port = 53 keep
state


pass out log on $ext_if inet proto tcp from ($ext_if) port > 1023 \ to any
port ftp modulate state
pass out log on $ext_if inet proto tcp from ($ext_if) port > 1023 \ to any
port > 1023 modulate state
pass in log on $ext_if inet proto tcp from ($ext_if) port > 1023 \ to any
port > 1023 modulate state



pass in on $ext_if proto tcp from any to any port 21 keep state
pass in on $ext_if proto tcp from any to any port > 49151 \ keep state

pass out quick on $ext_if inet proto tcp all modulate state flags S/SA
pass out quick on $ext_if inet proto { udp, icmp } all keep state
block in quick all
block out quick all

****************************************************

ve   /etc/inetd.conf  127.0.0.1:8021  stream  tcp     nowait  root
/usr/libexec/ftp-proxy ftp-proxy -t 300 -A -u proxy     bunu  girdim fakat
halen internet explorerdan erisilmiyor  ftp ye pass mode tarzı bir sorun var
galiba sorunu cozemedim gitti :(....

Cevap