From owner-freebsd-questions Tue Dec 17 11:18:17 2002 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 6CC1637B401 for ; Tue, 17 Dec 2002 11:18:15 -0800 (PST) Received: from gatekeeper.microcell.ca (gatekeeper.microcell.ca [205.151.8.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39C2143EC2 for ; Tue, 17 Dec 2002 11:18:14 -0800 (PST) (envelope-from SoHo@admin.fido.ca) Received: from mailserv.microcell.ca (mailserv.microcell.ca [10.2.0.87]) by gatekeeper.microcell.ca (Postfix) with ESMTP id E0DC016C04; Tue, 17 Dec 2002 14:18:08 -0500 (EST) Received: from 127.0.0.1 (localhost [127.0.0.1]) by mailserv.microcell.ca (Postfix) with SMTP id 91D7816BC3; Tue, 17 Dec 2002 14:18:08 -0500 (EST) Received: from lenard.admin.fido.ca (lamus.fido.ca [10.0.1.45]) by mailserv.microcell.ca (Postfix) with ESMTP id 60C0D16BC3; Tue, 17 Dec 2002 14:18:07 -0500 (EST) Received: from magni.microcell.ca (magni.microcell.ca [10.6.22.102]) by lenard.admin.fido.ca (SMTP_Gateway) with ESMTP id 1C8F047F97; Tue, 17 Dec 2002 14:18:07 -0500 (EST) Received: from magni.microcell.ca (localhost.microcell.ca [127.0.0.1]) by magni.microcell.ca (8.12.6/8.12.6) with ESMTP id gBHJKcqY037886; Tue, 17 Dec 2002 14:20:38 -0500 (EST) (envelope-from SoHo@admin.fido.ca) Received: (from ebaroud@localhost) by magni.microcell.ca (8.12.6/8.12.6/Submit) id gBHJKcjS037885; Tue, 17 Dec 2002 14:20:38 -0500 (EST) X-Authentication-Warning: magni.microcell.ca: ebaroud set sender to SoHo@admin.fido.ca using -f Date: Tue, 17 Dec 2002 14:20:38 -0500 From: Edmond Baroud To: Brian Henning Cc: freebsd Subject: Re: ICMP(ping) ssh problems Message-ID: <20021217192038.GA37844@admin.fido.ca> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Organization: Microcell X-URL: http://www.fido.ca/ X-Sanitizer: This message has been sanitized! X-Sanitizer-Rev: $Id: Sanitizer.pm,v 1.25 2001/09/04 15:49:11 bre Exp $ Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG hi, pkg_info |grep -i sshd ( if sshd is installed :)) ps -aux|grep sshd ( to see if ssh is running ) netstat -an|grep -i listen|grep .22 ( if its listening on port 22) which sshd (where's ur binary?) or whereis sshd if you have all these, try to run it manually by typing sshd on ur shell and add this to ur /etc/rc.conf sshd_enable="YES" sshd_program="/path/to/sshd" usually /usr/sbin or /usr/local/sbin sshd_flags="" Ed. Quoting Brian Henning (b1henning@hotmail.com): > Hello- > i am having problems connecting to my laptop. I just installed 4.7 the other > day with mostly a default configuration. I am having problems with SSH and > ICMP (ping). I think that the deamon that starts these servers is not > running. what can i do to make assure the items i need running are running. > > thanks, > brian > > > result from ssh > --------------- > OpenSSH_3.4p1 FreeBSD-20020702, SSH protocols 1.5/2.0, OpenSSL 0x0090607f > debug1: Reading configuration data /etc/ssh/ssh_config > debug1: Rhosts Authentication disabled, originating port will not be > trusted. > debug1: ssh_connect: needpriv 0 > debug1: Connecting to 192.168.1.44 [192.168.1.44] port 22. > > > > telnet > ------ > [/root]> telnet 192.168.1.44 22 > Trying 192.168.1.44... > > > > [/root]> ping 192.168.1.44 > PING 192.168.1.44 (192.168.1.44): 56 data bytes > ^C > --- 192.168.1.44 ping statistics --- > 3 packets transmitted, 0 packets received, 100% packet loss > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message -- Edmond Baroud UNIX Systems Admin mailto:SoHo@admin.fido.ca Fingerprint 140F 5FD5 3FDD 45D9 226D 9602 8C3D EAFB 4E19 BEF9 "UNIX is very user friendly, it's just picky about who its friends are." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message