It will create a srv entry for the server.
Test this configuration, can be done as follow:
Code: Select all
C:\nslookup -type=all _vlmcs._tcp
Server: dns.example.com
Address: 192.168.1.1
_vlmcs._tcp.example.com SRV service location:
priority = 0
weight = 0
port = 1688
svr hostname = server.example.com
server.example.com internet address = 192.168.1.2
It should show a similar output.
D