I've been trying to figure out how to route web requests to several servers in my house (separate computers, not virtual roots). Say I have 3 computers mercury, venus and mars. I would like to present them to the outside world as mercury.mydomain.com, venus.mydomain.com, mars.mydomain.com. Two other things I have already done are:
1. Configure NAT on my router to use port numbers to point to different machines, as in
www.mydomain.com:8001. I don't like this because it's confusing to ordinary users.
2. Route all port 80 requests to one machine, and in httpd.conf redirect to another machine by internal IP address. I don't like this because then the user sees a URL containing the internal IP address, so they cannot bookmark it.
The next thing on my list is to try setting up DNS, but based on the DNS docs I've skimmed it seems kind of complicated, and frankly I'm tired of dead ends. Is DNS the right direction, or is there some simpler answer that I have missed?
Recent comments
4 hours 44 min ago
5 hours 43 min ago
9 hours 30 min ago
10 hours 44 min ago
14 hours 21 min ago
21 hours 36 min ago
1 day 6 hours ago
1 day 8 hours ago
1 day 23 hours ago
2 days 1 hour ago