I have read up on SRV records, and thinking I understand what they are meant for, I want to achieve the following:
In short: Bind a hostname to another hostname, but changing the port.
I.e. Take into account, I have a hostname of aaa.bbb.com.
On aaa.bbb.com, I have an RDP service port forwarded on port 5000.
So, using RDP, I need to connect to aaa.bbb.com:5000.
I wish to create newhostname.bbb.com IN SRV 1 0 5000 aaa.bbb.com
, so that I may connect to newhostname.bbb.com
, without specifying the 5000 port.
I wish to create custom mappings like this for all my services on multiple domains.
I have created SRV records with Dyn.com, but they don;t seem to be working. From what I understand, the protocol itself must "support/look for" SRV records? Is that correct?
Questions:
- Can the above be achieved?
- Am I missing the point of SRV?
- If it can be achieved, is it only available to certain protocols?