Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: Port forwarding confusion |
|---|---|
| Date: | Fri, 24 Aug 2007 13:06:30 -0700 (PDT) |
--- Johannes Graumann <johannes.graumann@googlemail.com> wrote:
Thanks for your input. Excuse my naiveness, but assuming I want to do the same for ldap/sieve and co: can I do that through the same 2022 tunnel or do I need a new one for each protocol? Thanks, JohAssuming OUTSIDEBOX can connect to your OUTSIDEMAILSERVER, you should be able to connectusingthe tunnel in #1, then another tunnel: 2a) ssh OutsideboxUser@localhost -L 9993:OUTSIDEMAILSERVER:993 -p 2022 Then point your email client at localhost:9993
You can forward anything TCP. You just need to 'chain
them along'. For example:
ssh OutsideboxUser@localhost -L 9993:OUTSIDEMAIL:993
-L 3389:OUTSIDELDAP:389 -L 2000:OUTSIDESIEVE:2000 -p
2022
Then use your client to:
ldap localhost (port 3389)
sieve localhost (port 2000)
etc..
____________________________________________________________________________________
Got a little couch potato?
Check out fun summer activities for kids.
http://search.yahoo.com/search?fr=oni_on_mail&p=summer+activities+for+kids&cs=bz
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Port forwarding confusion, Joseph Spenner |
|---|---|
| Previous by Thread: | Re: Port forwarding confusion, Johannes Graumann |
| Next by Thread: | Fwd: Re: Port forwarding confusion, Johannes Graumann |
| Indexes: | [Date] [Thread] [Top] [All Lists] |