|
|||||||||||
|
port forwarding from linux to linux
From: Nick Blievers <nickb(at)bigpond.net.au>
Date: Sat Nov 16 2002 - 23:09:51 EST
I have a frustrating situation where I can forward in one direction only. I have two boxes (lets call em A and B)... if I try this:
A # ssh2 -L1080:localhost:80 B
B # ssh2 -R1080:localhost:80 A
However
A # ssh2 -R1080:localhost:80 B
B # ssh2 -L1080:localhost:80 A On 'B', I get "debug: Creating remote listener for *** SSH_IPADDR_ANY ***:1080 failed." in syslog. Both these boxes are running Linux 2.2.17, and ssh 3.2 (non-commercial). Any suggestions? I am not gettting any other failure messages (I was getting a modprobe error relating to not been able to find net-pf-10, but I alias'd that to off, as I am not using IPv6). Thanks Nick Received on Tue Nov 19 02:27:58 2002 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:02:51 EDT |
||||||||||
|
|||||||||||