Doug McCaughan wrote:
> I am using Charlie Brady's e-smith-ipportfw script for ip
> forwarding on an ADSL line. I am using
www.dyndns.org to
> manage the dynamic dns. I have 2 addresses coming in (1)
> this.dyndns.org and (2) that.dyndns.org. I want
> this.dyndns.org:80 to go to webserver A and I want
> that.dyndns.org:80 to go to webserver B. Just to be ultra
> clear, these are 2 physically different machines
> (incidentally running Windows2000Server) behind the e-smith
> gateway.
>
> Can this be done?
No.
It can't be done using port forwarding, but it might be possible using virtual domains and the ProxyPass module of apache. See the apache ProxyPass documentation for details.
Regards
Charlie