ftp-proxy and ftpd on same OpenBSD box
Woodchuck
djv at bedford.net
Fri May 18 07:12:51 PDT 2007
On Thu, 17 May 2007, MK wrote:
> into PF rules I inserted:
>
> In the NAT section:
>
> nat-anchor "ftp-proxy/*"
> rdr-anchor "ftp-proxy/*"
> rdr pass on $ext_if proto tcp from any to $wan_addr port 21 -> \
> 127.0.0.1 port 8021
>
> In the rule section:
>
> anchor "ftp-proxy/*"
> pass out proto tcp from $proxy to any port 21
Can't help yet, but I bet somebody wants to see the whole pf.conf
file. There might be problems elsewhere in it.
Dave
More information about the Openbsd-newbies
mailing list