Firstly I'm not sure if this was the right site to post this question, but it seemed appropriate, since this is a DNS/Server issue.
I have 3 different web services running on a single machine, and i though that i would make my life and my clients life easier if they could connect to the services via a domain.
Personally I am not very experienced in server/domain setup, but I though I would give it a shot. The intended result is this:
servicea.domain.com -> remoteIP:1000
serviceb.domain.com -> remoteIP:2000
servicec.domain.com -> removeIP:3000
I have been looking into a solution for about 2-3 hours now, and from what I can see, I need to setup a DNS SRV record like this: _service._tcp.servicea.domain.com
and a DNS A record that point to the IP address: servicea.domain.com -> remoteIP:1000
I have so far had some issues with the setup of the SRV record, I know the first value is the symbolic name of the service, but what does that mean? As far as I can see on this link List of symbolic names there is no match for what I need. Does the symbolic name need to be specific or can I make up my own name?
What I have tried so far is setup a SRV record like this: _sysconsole._tcp.sys.domain.com
and setting up an A record like this: sys.domain.com -> remoteIP:1000
Am I on the right track here, or am I no where near the correct solution?
If there is a lot of spelling errors and grammatical flaws in my question, please bear with me, as english is not my native language.