Hello, > Von: Ralf Schneider[SMTP:[EMAIL PROTECTED]] > > I did that, but unfortunately, I have some problems with the described > commands. > > I tried: > ssh -C -l root -L7210:<remote-host>:7210 <remote-host> > > With that command I get the error: > bind: Address already in use > channel_request_forwarding: cannot listen to port: 7210 > Could not request local forwarding. > > Is the problem that a local instance of SAP DB is running? > yes.
> Is there a way to > solve this conflict? > i dont know if one can change the ports on dbm_gui & sqlstudio. i didnt find anything in the two apps. But i just tried (i have NO sapdb running on localhost) ssh -N -L 7210:yyy.dyndns.org:7210 [EMAIL PROTECTED] to connect at home ... and this didnt work. ssh -N -L 22:yyy.dyndns.org:22 [EMAIL PROTECTED] forwards a second ssh-connection perfect and tunnels it through a https-Proxyserver ;) Are there some other ports needed or is 7210 enough ? Regards, Mathias _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
