Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2003 08:33:48 -0500 (CDT)
From:      Eduardo Viruena Silva <mrspock@esfm.ipn.mx>
To:        =?iso-8859-1?q?Fehmi?= <fehmifehmi@yahoo.fr>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Lunching  Telnet and  Ftp servers
Message-ID:  <20030530083019.Y8637@Gina.esfm.ipn.mx>
In-Reply-To: <20030530125447.46032.qmail@web13402.mail.yahoo.com>
References:  <20030530125447.46032.qmail@web13402.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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:

=09/usr/sbin/inetd -wW

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

=09inetd_enable=3D"YES"

in your /etc/rc.conf



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

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



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