[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ftp-proxy



Hi,

First time when I installed OBSD 3.0, ftp-proxy worked well until I disabled
it for some testing reasons. Now I am trying to enable it again but no
results. I also reinstalled OBSD. I have read all manuals and searched in
mailing lists. I'm just running out of ideas. I can connect to FTP from BSD
box, but not from windows prompt; I get:Connection closed by remote host. Am
I missing something?

My config files:

pf.conf
==================
pass in all
pass out all
==================

nat.conf
==================
nat on ne3 from 10.0.1.0/24 to any -> ne3
rdr on ne4 from any to any port 21 -> 127.0.0.1 port 8081
==================
where ne3 is external interface & ne4 internal

inetd.conf
==================
8081 stream tcp nowait root /usr/libexec/ftp-proxy ftp-proxy
==================