On 9/14/06, Josh <[EMAIL PROTECTED]> wrote:
Gidday...

Here is a rangi network topology:



   __INTERNET__
  |     |     |
<GW1> <GW2> <GW3>
  |     |     |
  |___SWITCH__|
        |
        |
     <SERVER>


Ok, so GW2 is SERVERS default gateway. I need to port forward incoming
port 80 internet traffic to SERVER an ALL gateways, eg, from 3 seperate
network connections.

How do I make it so that SERVER knows how to route back to the correct
gateway? ( Note: the is no more room for any more network cards ).

You didn't mention whether SERVER is an OBSD box so I'll assume it's
mix of other things as well.

So, I'd probably look at doing this on the gateway boxes themselves.
Basically you'd have to make the GW mask the original source somehow.
Such as nat the entire internet, or by using a proxy or some such
thing. That way SERVER thinks it's just responding to GW.

I think I read somewhere that 4.0 is going to have better support for
this kind of thing.....or maybe I just dreamed it?

--Bryan

Reply via email to