Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Jan 2010 10:31:11 -0600
From:      "David DeSimone" <fox@verio.net>
To:        <freebsd-pf@freebsd.org>
Subject:   Re: ftp problem
Message-ID:  <20100108163110.GL9200@verio.net>
In-Reply-To: <19861fba1001072018g115a0bccrf9510a38454cc9db@mail.gmail.com>
References:  <fc2243911001060809m5417b810vf2ed40c8a969fb5f@mail.gmail.com> <7731938b1001060923n5de4b511of07b8c63cff4e011@mail.gmail.com> <fc2243911001060957n16f906f7m703c696b970e8c3c@mail.gmail.com> <2cf1d0681001071216p6b516e9egcf7401f2b38e3c3d@mail.gmail.com> <19861fba1001071237ncc440d5u1ab280d2aaf0c72f@mail.gmail.com> <fc2243911001071319q4bbbc4a6o6b58031bba59c39b@mail.gmail.com> <19861fba1001072018g115a0bccrf9510a38454cc9db@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
J65nko <j65nko@gmail.com> wrote:
>
> You meant to pass active ftp with this rule:
> 
> >>> pass in quick on $ext_if proto tcp from any port > 10000 to $ext_IP
> >>> port 20 keep state
> 
> But it should be:
>     pass out quick on $ext_if inet proto tcp from any port ftp-data
>     to $ext_IP port > 10000 keep state

Are you sure you don't mean:

    pass out quick on $ext_if inet proto tcp from $ext_IP port ftp-data	 \
	    to any port > 10000 keep state

-- 
David DeSimone == Network Admin == fox@verio.net
  "I don't like spinach, and I'm glad I don't, because if I
   liked it I'd eat it, and I just hate it." -- Clarence Darrow


This email message is intended for the use of the person to whom it has been sent, and may contain information that is confidential or legally protected. If you are not the intended recipient or have received this message in error, you are not authorized to copy, distribute, or otherwise use this message or its attachments. Please notify the sender immediately by return e-mail and permanently delete this message and any attachments. Verio, Inc. makes no warranty that this email is error or virus free.  Thank you.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100108163110.GL9200>