Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Apr 2005 10:00:36 +0200
From:      Clement Twine <clem.twain@gmail.com>
To:        Chris Knipe <savage@savage.za.org>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: weird problem with ipfw and ftp
Message-ID:  <425B8024.5060608@gmail.com>
In-Reply-To: <001001c53f31$f946c7c0$0a01a8c0@ops.cenergynetworks.com>
References:  <425B7682.9020705@gmail.com> <001001c53f31$f946c7c0$0a01a8c0@ops.cenergynetworks.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Chris Knipe wrote:
> You need tcp port 20 as well (ftp-data)

so, should the following work?

 >>     ipfw add 00010 allow tcp from any to 10.0.0.1 21
 >>     ipfw add 00011 allow tcp from 10.0.0.1 21 to any
 >>     ipfw add 00012 allow tcp from any to 10.0.0.1 20
 >>     ipfw add 00013 allow tcp from 10.0.0.1 20 to any

rgds,
ernest



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