All inbound port 80 traffic through a NAT router is sent to a private IP
on a machine with IIS6. I can then use host-header discrimination to
send requests to (let's say) any one of four sites on that server.
But is it possible to host two of those four sites on another IIS6
server? That is, if the first server is 192.168.0.10 (forwarded all
port 80 traffic from the router) and the second is 192.168.0.11, I'd
like IIS on .10 to direct host-header-a and host-header-b traffic to
sites hosted on .10 and host-header-c and host-header-d traffic to sites
hosted on .11.
I don't want to use non-standard ports for these sites so that's not an
option. Can I get close?
Michael Roper