Binding ssh to a loopback address
From: CP Lim (chenplim_at_gmail.com)
Date: 05/06/05
- Previous message: weiser, olaf: "Re: Disconnecting: Corrupted MAC on input."
- Next in thread: Logu: "Re: Binding ssh to a loopback address"
- Reply: Logu: "Re: Binding ssh to a loopback address"
- Reply: Darren Tucker: "Re: Binding ssh to a loopback address"
- Maybe reply: Chen Peng Lim: "Re: Binding ssh to a loopback address"
- Maybe reply: Stephen Cooke (KN): "RE: Binding ssh to a loopback address"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 05 May 2005 23:29:33 -0700 To: secureshell@securityfocus.com
I was trying to forward a remote port to one at local (but not
127.0.0.1) by doing :
ssh -b 127.0.0.2 -L80:localhost:80 remotehost
but got :
ssh: connect to host d2 port 80: No route to host
everything works fine without the "-b 127.0.0.2" option, and I tried a
few 127.0.0.* addresses but all apart from 127.0.0.1 had the same error.
I am using
OpenSSH_4.0p1, OpenSSL 0.9.7g 11 Apr 2005
on Cygwin / Windows 2000
Did I miss anything (like setting up specific entries for the route
table or installing extra driver) before running the ssh client?
Thanks!
- Previous message: weiser, olaf: "Re: Disconnecting: Corrupted MAC on input."
- Next in thread: Logu: "Re: Binding ssh to a loopback address"
- Reply: Logu: "Re: Binding ssh to a loopback address"
- Reply: Darren Tucker: "Re: Binding ssh to a loopback address"
- Maybe reply: Chen Peng Lim: "Re: Binding ssh to a loopback address"
- Maybe reply: Stephen Cooke (KN): "RE: Binding ssh to a loopback address"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|