hello all,

I have a question of using IP tables. The machine connected directly to the internet has iptables running on it. Actually it is Firestarter which is a front end to iptables. This machine also has an apache webserver with myfirstnamelastname.com domain pointed to it. I would like to have subdomain.myfirstnamelastname.com pointed to another machine on my network that is not directly connected to the internet. How would I do this? If I forward port 80 to the ip address of the machine that has subdomain.myfirstnamelastname.com than I would not be able to connect to the webserver on the machine connected to the internet. Is there a way to forward the request based on the domain?

Thanks

emptyknow