Hi Philip,
> Here's my problem...since the cable router forwards ALL port 80 traffic to only
> one IP address, how can I make Apache on my web server forward the request for
> a certain domain name to a different server?
You can't. Since you only have one IP on the outside you can only setup one
(virtual) webserver on port 80. Either use different ports as you suggested,
or use a different URL for the webmail interface, eg www.mydomain.com/mail. In
that case you setup the mail webinterface on 192.168.1.50, but the mail server
can still run on 192.168.1.51.
You could portforward traffic to the mailserver with ipmasqadm, eg
ipmasqadm portfw -a -P tcp -L 192.168.1.50 25 -R 192.168.1.51 25
ipmasqadm portfw -a -P tcp -L 192.168.1.50 110 -R 192.168.1.51 110
Bye,
Leonard.
_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list