On 12/23/05, eric <[EMAIL PROTECTED]> wrote:
> Here's something strange. I'm trying to connect from a pf gateway to an ftp
> server and it's failing in a very specific manner. Going through the pf
> gateway works fine using passive mode, but from the gateway itself using
> ftp(1) doesn't seem to work.
I've seen similar problems and fixed them with the following in pf.conf
pass in log on $ext_if1 proto tcp from any port 20 to $ext_if1 port { 55000 >< \
57000 } flags S/SA keep state
Hope this helps
-Brian