On Mon, 5 Jan 2004 11:15:26 -0800, "Sherwin"
<(E-Mail Removed)> wrote:
>Let me explain a little farther.
>
>We have one public IP address. I need to map
>that single IP address to three internal IP
>address. i.e.
>
>68.106.158.69:80 -----> 10.1.1.17:80
>68.106.158.69:80 -----> 10.1.1.21:80
>68.106.158.69:80 -----> 10.1.1.100:80
>
>NAT is a one to one IP mapping. Is there a way
>around this within NAT or with some third part
>software?
This is outside of NAT's ability, since there's no way for the system
to tell the difference in requests at the network level. It's kind of
like asking the doorman to send any girls to room 220, but if girls
come in send them to room 214 and if they happen to be girls, they
should go to room 218. No matter how big a tip you give him, he's
still going to realize you've hadd too many Margaritas already.
Best you can do is NAT all of port 80 on the external address to a
specific web server internally, and use host headers to separate the
requests and pull content off other servers.
Perhaps if you explained even further, as to why you think you wnat it
this way.
Jeff