I have several http servers: (mail, web) in my DMZ. I want to forward incoming traffic to the respective servers based on url, f ex:
www.mydomain.tld -> mywebserver
mail.mydomain.tld -> mymailserver
How can this be done? I understand that NAT is not an option, because NAT forwarding is established before the url is received, but it could maybe be done by using Web Proxy.
Can anybody please tell me how to configure the router to achieve this?
thank you
Knut