Date: Mon, 16 Feb 2004 20:55:00 +0000 From: Matthew Seaman <m.seaman@infracaninophile.co.uk> To: JJB <Barbish3@adelphia.net> Cc: "freebsd-questions@FreeBSD. ORG" <freebsd-questions@freebsd.org> Subject: Re: How-to get anonymous FTP to use port 6021 Message-ID: <20040216205500.GC95204@happy-idiot-talk.infracaninophile.co.uk> In-Reply-To: <MIEPLLIBMLEEABPDBIEGEEFMFLAA.Barbish3@adelphia.net> References: <MIEPLLIBMLEEABPDBIEGEEFMFLAA.Barbish3@adelphia.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--eHhjakXzOLJAF9wJ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable
On Mon, Feb 16, 2004 at 02:56:34PM -0500, JJB wrote:
> How can I tell the inetd anonymous ftp server to listen on an
> different port other that 21.
> I tried adding port 6021 in the /etc/services file but that did not
> work.
Don't change the default ftp port number in /etc/services -- instead
add your own line, eg:
mycustomftp 6021/tcp
Then add a line lie so into /etc/inetd.conf:
mycustomftp stream tcp nowait root /usr/libexec/ftpd =
ftpd -l
and restart inetd:
# kill -HUP `cat /var/run/inetd.pid`
Note that this may well result in port 6020 being used for the FTP
data channel -- you'll need to make sure your firewall rules permit
that.
Cheers,
Matthew
--=20
Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks
Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey Marlow
Tel: +44 1628 476614 Bucks., SL7 1TH UK
--eHhjakXzOLJAF9wJ
Content-Type: application/pgp-signature
Content-Disposition: inline
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)
iD8DBQFAMS4kdtESqEQa7a0RAizMAJ0Ql1DrbH5kRsJwFSQha/s9FSQ8ygCfeGzV
kzaSO/zGQODi9KHiFHL6SRA=
=wbru
-----END PGP SIGNATURE-----
--eHhjakXzOLJAF9wJ--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040216205500.GC95204>
