This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Subdomain routing to diffrent servers

How should I configure Astaro to route diffrent subdomains to diffrent server? Lets say I have 3 diffrent servers, manage diffrent subdomains, www.mydomain.com, mail.mydomain.com and ftp.mydomain.com Can I route traffic based on subdomainname to right target thru NAT? I hope someone can tell if possible?

Tnx, Slackerboy  


This thread was automatically locked due to age.
Parents
  • No, but you can NAT port 21 to your ftpserver, NAT port 25 to your mailserver and NAT port 80 to your webserver...

    in case you have 3 official IPs you can route them of course, but with just one official IP you'll have to do it as described above...

    /marcel 
  • Hello Marcel,

    i have more IP's! How can i route this? Or another question: How can i realize a 1:1-NAT? My exchange-Server has an internal IP 10.0.1.149 and should be visible as external IP xxx.xxx.xxx.149   
  • add the ip's as aliases to your external interface (with 32 bit netmask), then e.g. dnat all incoming traffic for ip .149 to your internal IP .149 and snat vice versa.. 

    cheers
    marcel 
Reply Children
No Data