Sorry, that was a typo on my part. It is 7778.
On Mon, 28 Jul 2003 08:25:05 -0600
j knight <[EMAIL PROTECTED]> wrote:
> Scircuit wrote:
>
> > FtpServer="192.168.0.2"
> > tcp_allow="{ 22, 7778 }"
> >
> > rdr on $ExtIF proto tcp from any to any port 7777 -> $FtpServer
> >
> > pass in on $ExtIF inet proto tcp from any to $ExtIF port $tcp_allow \
> > flags S/SA modulate state
>
>
> In addition to what Alexey said, read this:
>
> http://www.openbsd.org/faq/pf/rdr.html#filter
>
> Note also that $tcp_allow specifies port 7778 while your rdr rule
> specifies 7777.
>
>
> .joel
>
>