From owner-freebsd-questions@FreeBSD.ORG Sun Mar 19 00:40:20 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 3EA1E16A401 for ; Sun, 19 Mar 2006 00:40:20 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4BC643D46 for ; Sun, 19 Mar 2006 00:40:19 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.13.3/8.13.3) with ESMTP id k2J0eIlu010669; Sat, 18 Mar 2006 17:40:18 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.13.3/8.13.3/Submit) with ESMTP id k2J0eIPK010666; Sat, 18 Mar 2006 17:40:18 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sat, 18 Mar 2006 17:40:18 -0700 (MST) From: Warren Block To: Frank In-Reply-To: <000201c64a84$102904e0$f042e9dc@kingscourt> Message-ID: <20060318173401.U10647@wonkity.com> References: <000201c64a84$102904e0$f042e9dc@kingscourt> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (wonkity.com [127.0.0.1]); Sat, 18 Mar 2006 17:40:18 -0700 (MST) 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: Sun, 19 Mar 2006 00:40:20 -0000 On Fri, 3 Mar 2006, 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? Because telnetd has some serious security concerns, FreeBSD has it disabled by default. Use ssh instead by putting sshd_enable="YES" in your /etc/rc.conf and downloading PuTTY for your Windows systems: http://www.chiark.greenend.org.uk/~sgtatham/putty/ -Warren Block * Rapid City, South Dakota USA