From owner-freebsd-questions Wed Apr 19 12:51:41 2000 Delivered-To: freebsd-questions@freebsd.org Received: from rsrosenbaum.com (rsrosenbaum.com [38.166.212.250]) by hub.freebsd.org (Postfix) with ESMTP id B521337BD4E for ; Wed, 19 Apr 2000 12:51:33 -0700 (PDT) (envelope-from aallenson@rsrosenbaum.com) Received: from Workgroup (38.166.212.63) by rsrosenbaum.com with SMTP (Eudora Internet Mail Server 2.2.2); Wed, 19 Apr 2000 14:58:33 -0500 From: "Aron Allenson" To: Subject: SSH Date: Wed, 19 Apr 2000 15:41:38 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am trying to set up a secure tunnel to another host. The first line bellow is my command line and I have been assured that the syntax is correct. I have also been assured that the remote host is set up correctly. I have a good point-to-point connection and am able to ping them. When I issue the command line with the -v for verbose messaging on, I get this feedback. Can anyone help me diagnose my problem? Aron Allenson R.S. Rosenbaum & Co., Inc. 435 Hudson Street New York, NY 10014 (212) 741-7444 - voice (212) 229-8664 - fax Command line followed by feedback: bash$ ssh -l user8 -L 6005:162.138.232.101:20087 -p 6207 162.138.232.101 -v SSH Version 1.2.20 [i386-unknown-freebsd2.2.8], protocol version 1.5. Standard version. Does not use RSAREF. 38.166.212.43: Reading configuration data /etc/ssh_config 38.166.212.43: ssh_connect: getuid 1000 geteuid 0 anon 0 38.166.212.43: Connecting to 162.138.232.101 port 6207. 38.166.212.43: Allocated local port 1023. 38.166.212.43: connect: No route to host 38.166.212.43: Trying again... 38.166.212.43: Connecting to 162.138.232.101 port 6207. 38.166.212.43: Allocated local port 1023. 38.166.212.43: connect: No route to host 38.166.212.43: Trying again... 38.166.212.43: Connecting to 162.138.232.101 port 6207. 38.166.212.43: Allocated local port 1023. 38.166.212.43: connect: No route to host 38.166.212.43: Trying again... 38.166.212.43: Connecting to 162.138.232.101 port 6207. 38.166.212.43: Allocated local port 1023. 38.166.212.43: connect: No route to host Secure connection to 162.138.232.101 on port 6207 refused; reverting to insecur. Using rsh. WARNING: Connection will not be encrypted. /usr/bin/rsh 162.138.232.101 -l user8 rlogin: connect(162.138.232.101): No route to host 162.138.232.101: No route to host bash$ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message