Results 1 to 4 of 4
Hi!
I create a tunnel in this way:
ssh root@local_host
to enter in my local host and from here
ssh -L 10123:localhost:389 root@remote_host
In this way when I open a ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-22-2007 #1Just Joined!
- Join Date
- Nov 2007
- Posts
- 2
problem with tunneling
Hi!
I create a tunnel in this way:
ssh root@local_host
to enter in my local host and from here
ssh -L 10123:localhost:389 root@remote_host
In this way when I open a new ssh root@local_host session, with
telnet localhost 10123
I would be connect to remote host on 389 port. (this because I want to see ldap user in remote machine)
This seems ok I think.
the problem is that if I open an ldap browser (JXplorer ldap browser) and I try to connect to localhost 10123 connection is refused:
javax.naming.ComunicationException:[server]:[porta][Root exception is java.net.ConnectException:Connection refused]
The problem is link to tunnel that is not right?
- 11-22-2007 #2
- 11-22-2007 #3Just Joined!
- Join Date
- Nov 2007
- Posts
- 2
Nothing seems to change..
- 11-22-2007 #4


Reply With Quote

