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>
index | next in thread | previous in thread | raw e-mail
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@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > - ______ _ * / /###\ / \ __ /\ /\ * / ./#### \ * \__|_/ | | / \/ \ | b#####| * _ | __ | | __ = .. \____ \ \_\#####/ / \| / \ | | /\_\/ = \_| * \___\###/ * \_/\_/\__/\__\/_/\__/ = \______/ _ | |help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030530083019.Y8637>
