I have a web server running a few different services on different ports and would like to be able to specify different URLs for each one that ultimately points back to the same IP but with a different port. For Example:
Content Filter: filter.contoso.com
Syslog: log.contoso.com
Spiceworks: help.contoso.com
DNS resolves them to:
Content Filter: 192.168.1.2:5000
Syslog: 192.168.1.2:5100
Spiceworks: 192.168.1.2:53000
Is there something in DNS that can accomplish that?