From owner-freebsd-questions@FreeBSD.ORG Wed Jul 6 19:36:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D45D516A41C for ; Wed, 6 Jul 2005 19:36:03 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout3.cac.washington.edu (mxout3.cac.washington.edu [140.142.32.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8601543D49 for ; Wed, 6 Jul 2005 19:36:03 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from dante75.u.washington.edu (dante75.u.washington.edu [140.142.14.68]) by mxout3.cac.washington.edu (8.13.4+UW05.04/8.13.4+UW05.05) with ESMTP id j66JZaSm016797 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 6 Jul 2005 12:35:37 -0700 Received: from localhost (youshi10@localhost) by dante75.u.washington.edu (8.13.4+UW05.03/8.13.4+UW05.05) with ESMTP id j66JZaHL147672; Wed, 6 Jul 2005 12:35:36 -0700 Date: Wed, 6 Jul 2005 12:35:36 -0700 (PDT) From: Garrett Cooper To: Efren Bravo In-Reply-To: <42CC314D.1030306@dhl.co.cu> Message-ID: References: <42CC314D.1030306@dhl.co.cu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freeBSD Subject: Re: Start telnet server help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2005 19:36:03 -0000 Did you actually add the pkg for the telnet server? Also, realize that port 21 is the default listening port for telnet, so if you thought that the open ports displayed is out of the ordinary, it's not really unless you changed the listening port. Have you tried telnetting to yourself (ie telnet localhost)? -Garrett On Wed, 6 Jul 2005, 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? > Thanks... > > > _______________________________________________ > 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" >