Mailinglist Archive: opensuse-security (520 mails)
| < Previous | Next > |
Re: [suse-security] ssh tunnel question
- From: Georg Reitschmidt <security@xxxxxxxxxx>
- Date: 26 Jul 2002 18:32:39 +0200
- Message-id: <1027701159.1318.16.camel@ricalo>
sorry has to be
ssh -R 3333:<DB-Server>:9876 <Tunel-Server>
this we 'rout' all traffic on <Tunnel-Server>:3333 to <DB-Server>:9876
Am Fre, 2002-07-26 um 18.15 schrieb Georg Reitschmidt:
> no problem
> ssh -L 3333:DB-Server:9876 DB-Server
> totaly right to set up the tunnel
> use tunnel-server:3333
> and you'll be redirekted to db-server
> Am Fre, 2002-07-26 um 15.36 schrieb Thorsten Marquardt:
> > hi,
> >
> > I like to use somthing like this via ssh:
> >
> > +-----------+ +---------------+ +-----------+
> > | DB-Client |---------| Tunnel-Server |==========| DB-Server |
> > | | | Port 3333 | | Port 9876 |
> > +-----------+ +---------------+ +-----------+
> >
> > A tunnel between Tunnel-Sever and DB Server is installed with:
> >
> > ssh -L 3333:DB-Server:9876 DB-Server
> >
> > Is it possible to have DB-Client use Port 3333 on Tunnel-Server
> > to access Port 9876 (my database daemon) on DB-Server?
> >
> > Clues are welcome.
> >
> > Thanks
> >
> > Thom
ssh -R 3333:<DB-Server>:9876 <Tunel-Server>
this we 'rout' all traffic on <Tunnel-Server>:3333 to <DB-Server>:9876
Am Fre, 2002-07-26 um 18.15 schrieb Georg Reitschmidt:
> no problem
> ssh -L 3333:DB-Server:9876 DB-Server
> totaly right to set up the tunnel
> use tunnel-server:3333
> and you'll be redirekted to db-server
> Am Fre, 2002-07-26 um 15.36 schrieb Thorsten Marquardt:
> > hi,
> >
> > I like to use somthing like this via ssh:
> >
> > +-----------+ +---------------+ +-----------+
> > | DB-Client |---------| Tunnel-Server |==========| DB-Server |
> > | | | Port 3333 | | Port 9876 |
> > +-----------+ +---------------+ +-----------+
> >
> > A tunnel between Tunnel-Sever and DB Server is installed with:
> >
> > ssh -L 3333:DB-Server:9876 DB-Server
> >
> > Is it possible to have DB-Client use Port 3333 on Tunnel-Server
> > to access Port 9876 (my database daemon) on DB-Server?
> >
> > Clues are welcome.
> >
> > Thanks
> >
> > Thom
| < Previous | Next > |