[omniORB] Re: omniORB over SSH tunnel

Kun Lu klu at cse.unl.edu
Fri Jul 16 02:37:07 BST 2004


I'm a novice in using omniORB and ssh tunnel. I want to connect a corba
client to a server through ssh tunnel, but don't know how. Here's the
situation.

   Server runs on host s, port 3000
   Clinet runs on host c,

   I setup the ssh tunnel as follow
   ssh -L 6000:s:3000 s -N

then make the client to talk to localhost:6000 using a IOR string in
which localhost ip and prot 6000 are embedded. However this doesn't work,
the client can't send message to the Server on the remost host.
Has anyone happened to try similar thing before? Thanks







More information about the omniORB-list mailing list