Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Sep 2001 00:17:26 -0400
From:      Jim Freeze <jfreeze@freebsdportal.com>
To:        questions@freebsd.org
Subject:   How to get FTP working for 4.4R
Message-ID:  <20010930001726.A523@rabbit.lxintn1.ky.home.com>

next in thread | raw e-mail | index | archive | help
Hi:

I recently installed 4.4R and setup the box as a gateway.
I have a firewall, but have left it open to debug
ftp. I have enabled ftp in /etc/inetd.conf and ftp exists
in /etc/services. I also restarted inetd, but still
no ftp. Have I missed something?

Below are the detials:

cat /etc/services
...
ftp-data         20/tcp    #File Transfer [Default Data] 
ftp-data         20/udp    #File Transfer [Default Data] 
ftp              21/tcp    #File Transfer [Control] 
ftp              21/udp    #File Transfer [Control]
...

cat /etc/inetd.conf
...
ftp     stream  tcp     nowait  root    /usr/libexec/ftpd       ftpd -l
ftp     stream  tcp6    nowait  root    /usr/libexec/ftpd       ftpd -l
...

Thanks

Jim


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




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