You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Mark-Nathaniel Weisman <ma...@outlander.us> on 2002/09/02 10:33:01 UTC

[users@httpd] NATD

Hello all,
  Does anyone know if you can route a singular port through a firewall
into two separate internal IP addresses? For example;
	redirect_port tcp 192.168.1.2:http 80
	redirect_port tcp 192.168.1.3:http 80

Any insights?

His humble servant,
Mark-Nathaniel Weisman
President
Outland Domain Group Consulting
Anchorage,AK USA
http://www.outlander.us

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


Re: [users@httpd] NATD

Posted by Dirk-Willem van Gulik <di...@webweaving.org>.

You need a 'rule' to say when the traffic should go to one inside address,
and when to the other.

This can be based on the outside address, simply round robin, based on
load of the server, based on where the connection is coming from, purely
random, and so on. What exactly depens on your NAT software and the OS of
the NAT machine/router/firewall/loadbalacner.

Dw

On Mon, 2 Sep 2002, Mark-Nathaniel Weisman wrote:

> Hello all,
>   Does anyone know if you can route a singular port through a firewall
> into two separate internal IP addresses? For example;
> 	redirect_port tcp 192.168.1.2:http 80
> 	redirect_port tcp 192.168.1.3:http 80
>
> Any insights?
>
> His humble servant,
> Mark-Nathaniel Weisman
> President
> Outland Domain Group Consulting
> Anchorage,AK USA
> http://www.outlander.us
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>
>


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org