Route multiple subdomains on one external ip to multiple internal ips
- by Abenil
i have several subdomains(git.example.org, build.example.org, etc.), i have a router with an external ip and i have several virtual machines on a host computer with internal ips.
Now i want to route git.example.org to internal ip 10.0.2.1 and build.example.org to internal ip 10.0.2.2.
How can I do this?
I setup in the Router that all traffic on…