Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Jul 2005 08:05:30 +1200
From:      Jonathan Chen <jonc@chen.org.nz>
To:        Efren Bravo <efrenba@dhl.co.cu>
Cc:        freeBSD <freebsd-questions@freebsd.org>
Subject:   Re: Start telnet server help
Message-ID:  <20050706200530.GA31646@osiris.chen.org.nz>
In-Reply-To: <42CC314D.1030306@dhl.co.cu>
References:  <42CC314D.1030306@dhl.co.cu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 06, 2005 at 03:30:21PM -0400, Efren Bravo wrote:
> Hi,
> I've followed these steps to try to install telnet server but it doesn't 
> works:
> #sysinstall ->Option: "Configure"
> ->Option: "Networking"
> ->Option: "Inetd" : This option loads /etc/inetd.conf file where I 
> uncommented the line:
> telnet stream tcp nowait root .....
> and at last I restart the system but when I make a ports scan it only 
> has 21, 25 and 110 ports open.
> How do I start telnet server?

Have you got the following line in /etc/rc.conf?

    inetd_enable="YES"

-- 
Jonathan Chen <jonc@chen.org.nz>
----------------------------------------------------------------------
char *p="char *p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}



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