Hi!

Using the latest (and the next-latest) snapshot, ftp-proxy seems not
to work on my system.
All the clients get 421 Service not available, remote server timed
out. Connection closed.

While from the router, ftp is working great.

from dmesg
OpenBSD 5.8-current (GENERIC.MP) #1754: Thu Dec 17 12:25:09 MST 2015
    dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP

Stopping ftpproxy from rc.d is also not working, I have to kill it
with -9 in order to get it to stop. Not sure if this is a red herring.

I can't seem to find anything useful when running it like this either:
# ftp-proxy -d -D7
listening on 127.0.0.1 port 8021
#1 accepted connection from 192.168.0.4
#1 FTP session 1/100 started: client 192.168.0.4 to server
128.39.3.170 via proxy 51.174.160.102

And yes, it worked before. ftp is not something I use a lot, so I'm
not sure when it stopped working.

>From pf.conf:

pass in quick on $int_if inet proto tcp to any port ftp \
    divert-to 127.0.0.1 port 8021
anchor "ftp-proxy/*"

This are the first two rules in pf.conf

Any pointers?

-- 
chs

Reply via email to