This is old news, and everyone should know this, but I have never found a site using it yet, so maybe someone wasn't paying attention in class, so here is how.
You must install a valid server certificate on the StoreFront before you start. Also the full chain to the root certificate must be valid.
- Create a DNS Service Location (SRV) record
- In DNS, Right-click your Forward Lookup Zone
- Click on Other New Records, Create a Service Location (SRV)
- Click in the Service box and enter the host value _citrixreceiver
- Click in the Protocol box and enter the value _tcp
- In the Host offering this service box, put the fully qualified domain name (FQDN) and port for your StoreFront
You can use nslookup to test this:
- Open command prompt, type nslookup
- Type “set type=srv”
- Type “_citrixreceiver._tcp.MyADdomain.com.au”
- The response should be :
_citrixreceiver._tcp.MyADdomain.com.au SRV service location:
priority = 0
weight = 100
port = 443
svr hostname = StoreFront.MyADdomain.com.au
No comments:
Post a Comment