Lunching Telnet and Ftp servers

Eduardo Viruena Silva mrspock at esfm.ipn.mx
Fri May 30 06:33:55 PDT 2003


On Fri, 30 May 2003, Fehmi wrote:

> How to lunch and configure a telnet and a ftp servers
> on Freebsd 4.5
> Thanks everybody

uncomment the proper lines in /etc/inetd.conf

#
#ftp    stream  tcp     nowait  root    /usr/libexec/ftpd       ftpd -l
#ftp    stream  tcp6    nowait  root    /usr/libexec/ftpd       ftpd -l
#telnet stream  tcp     nowait  root    /usr/libexec/telnetd    telnetd
#telnet stream  tcp6    nowait  root    /usr/libexec/telnetd    telnetd
#

save it, and restart inetd if it is running:   killall -HUP inetd

if it is not, start it:

	/usr/sbin/inetd -wW

and, to make sure it will start the next time you reboot your computer,
add:

	inetd_enable="YES"

in your /etc/rc.conf



>
> ___________________________________________________________
> Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
> Yahoo! Mail : http://fr.mail.yahoo.com
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>

-                         ______                     _
            *           /   /###\                   / \       __
 /\  /\             *  /  ./#### \         *     \__|_/      |  |
/  \/  \               |   b#####|   *            _ |   __   |  |  __
=    .. \____          \ \_\#####/               / \|  /  \  |  | /\_\/
=          \_|    *     \___\###/       *        \_/\_/\__/\__\/_/\__/
 =   \______/           _
  | |


More information about the freebsd-questions mailing list