What I want to do is create a PAT / NAT based
router with multiple external address.
When a Client Machine creates a connection, the PAT
/ NAT router would round robin rotate outbound connections via multiple external
ip Address.
------------
---------------------
=client
= -----------> -
server -
= 10.10.1.5 =
- 10.10.1.254
-
------------
-
external 55.22.32.12 - connection 1 -----------> real world
- external 55.22.32.13
- connection 2 -----------> real world
- external 55.22.32.14
- connection 3 -----------> real world
----------------------------------
Anyone have any thoughts on how to do
this?
Thanks, Michael
|