Re: Help with reverse proxy for all TCP ports/protocols



Am Sat, 15 Nov 2008 07:44:17 -0800 schrieb j.g.tooley:

Hey all,

I am attempting to do (I think this is the right term) a reverse proxy
for any TCP port/protocol, not just HTTP.

Essentially, I want:
ssh/telnet/ftp/etc internet.server1.com ==> WANIP_ADDRESS ==>
10.10.10.1
ssh/telnet/ftp/etc internet.server2.com ==> WANIP_ADDRESS ==>
10.10.10.2

So all ports that come in from internet.server1.com go to my WAN IP
ADDRESS, and redirects it to 10.10.10.1 and all ports from
internet.server2.com go to my WAN IP ADDRESS, and redirects it to
10.10.10.2.

Anyone know the best solution and have a quick tutorial on how to set
this up? I have used a reverse proxy for just HTTP host headers
(using pound), but I am looking for something a bit more robust in
which protocols are accepted and forwarded.

iptables SNAT?
.



Relevant Pages

  • Help with reverse proxy for all TCP ports/protocols
    ... I am attempting to do a reverse proxy ... So all ports that come in from internet.server1.com go to my WAN IP ... and redirects it to 10.10.10.1 and all ports from ... I have used a reverse proxy for just HTTP host headers ...
    (comp.os.linux.networking)
  • Re: How can I follow a trail of 302 redirects with MSXML2.XMLHTTP?
    ... Dim sNextLocation, sMsg, iCount ... You won't get any content back as a part of the response, and the HTTP ... I shouldn't have to change settings in IE to control ... Redirects: 10 ...
    (microsoft.public.scripting.vbscript)
  • Re: How to secure a webserver in a DMZ
    ... If your webserver gets comprised, your DB is open as well. ... How easy would it be for an "advanced agressor" to load evil code (for ssh-over-https-tunneling i.e.) from the internet, if the only connection to the webserver is encrypted http inbound and outbound traffic is not allowed? ... If anybody was able to compromise the Reverse proxy over https, than he could even go further and compromise the backand webserver through tricky-http stuff also? ...
    (Security-Basics)
  • RE: A Good Reverse Proxy Product
    ... a simple HTTP reverse proxy offers very little protection against ... a simple reverse proxy protects your web server (the OWA ... against attacks targeting HTTP or the web application itself. ...
    (Security-Basics)
  • Re: Forms Authentication with http/https
    ... If you still want to switch to http (althought I would not recomend you ... > FormsAuthentication.RedirectFromLoginPage methods redirects to original ... > protocol is still SSL and not just http as expected. ... Site B - An application which does authentication which is https based ...
    (microsoft.public.dotnet.framework.aspnet.security)

Loading