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: | Tunneling through unfriendly firewalls |
|---|---|
| Date: | Fri, 15 Dec 2006 18:45:18 -0800 (PST) |
I just posted a description of some tunneling I'm doing in http://www.nabble.com/forum/ViewPost.jtp?post=7902748&framed=y this thread . I'm basically getting port 80 traffic through an encrypted tunnel so I can use a web server that's behind a firewall. The problem is, all port 80 traffic on the web server side of the firewall is not encrypted. I tried being clever: ssh -L 2345:firewall:3456 bforbes@firewall ssh -L 3456:webserver:80 bforbes@webserver But I think the firewall has some restrictions on users creating listening ports, because I get this: channel 3: open failed: connect failed: Connection refused whenever I try to forward packets through my port 2345. Is there another way to achieve this? Surely if I have an encrypted tunnel all the way through to the webserver, there is someway to send port 80 traffic through it, regardless of the firewall's restrictions? -- View this message in context: http://www.nabble.com/Tunneling-through-unfriendly-firewalls-tf2830640.html#a7902799 Sent from the SSH (Secure Shell) mailing list archive at Nabble.com.
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: tunnelling through 2 servers, bforbes |
|---|---|
| Next by Date: | tunnelling through 2 servers, kevinj |
| Previous by Thread: | FW: Help with SSH from Server 2003 to Linux, Leon Vanderploeg |
| Next by Thread: | Re: Tunneling through unfriendly firewalls, bforbes |
| Indexes: | [Date] [Thread] [Top] [All Lists] |