From owner-freebsd-questions@FreeBSD.ORG Sat Mar 18 12:13:44 2006 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 04CFE16A401 for ; Sat, 18 Mar 2006 12:13:44 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A40643D45 for ; Sat, 18 Mar 2006 12:13:43 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 333575D64; Sat, 18 Mar 2006 07:13:43 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 40635-09; Sat, 18 Mar 2006 07:13:42 -0500 (EST) Received: from [192.168.1.3] (pool-68-160-194-11.ny325.east.verizon.net [68.160.194.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 7423F5CF5; Sat, 18 Mar 2006 07:13:42 -0500 (EST) Message-ID: <441BF976.8040400@mac.com> Date: Sat, 18 Mar 2006 07:13:42 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Frank References: <000201c64a84$102904e0$f042e9dc@kingscourt> In-Reply-To: <000201c64a84$102904e0$f042e9dc@kingscourt> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: freebsd mailing list Subject: Re: Can't telnet to freebsd box 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: Sat, 18 Mar 2006 12:13:44 -0000 Frank wrote: > I have installed freebsd 6 on the pc and connect to the LAN. from freebsd > box, > I can ping other pcs on the LAN and other PCs(Windows XP) can ping freebsd box > as well. But I can't telnet to freebsd from other PCs (Windows XP). Also I have > tried telnet from freebsd box to itself and also couldn't make connection. > Anyone know what problem could be? Sure, FreeBSD doesn't enable telnet by default, although you could turn it on by changing /etc/inetd.conf and restarting or HUP'ing inetd. However, a better solution to the problem of remote logins involves SSH. -- -Chuck