Lines Matching full:proxy
1 .\" $OpenBSD: ftp-proxy.8,v 1.11 2008/02/26 18:52:53 henning Exp $
23 .Nm ftp-proxy
24 .Nd Internet File Transfer Protocol proxy daemon
42 is a proxy for the Internet File Transfer Protocol.
43 FTP control connections should be redirected into the proxy using the
46 command, after which the proxy connects to the server on behalf of
49 The proxy allows data connections to pass, rewriting and redirecting
52 address rewritten so they appear to come from the proxy.
53 Consequently, all connections from the server to the proxy have
56 The proxy uses the
62 proxy connected to the server using the $proxy source address, and
66 (These example rules use inet, but the proxy also supports inet6.)
70 rdr from $server to $proxy port $port -> $client
77 nat from $client to $server port $port -> $proxy
81 from $proxy to $server port $port
88 The proxy will expect and use IPv6 addresses for all communication.
90 The proxy is in IPv4 mode by default.
95 The proxy will use this as the source address for the control
98 Address where the proxy will listen for redirected control connections.
112 When the proxy reaches this limit, new connections are denied.
121 Port where the proxy will listen for redirected connections.
129 The proxy will always connect to the same server, regardless of
131 Use this option to proxy for a server behind NAT, or to forward all
132 connections to another proxy.
152 proxy will disconnect.
163 To make use of the proxy,
171 nat-anchor "ftp-proxy/*"
172 rdr-anchor "ftp-proxy/*"
179 anchor "ftp-proxy/*"
180 pass out proto tcp from $proxy to any port 21
202 chroots to "/var/empty" and changes to user "proxy" to drop privileges.