This is just planning for a future.
How do we configure DNS records? Right now we have Lync Online and we are going to add Lync Enterprise Pool on Premises.
Now our DNS records are:
Internally:
A -> sip.domain.com -> CNAME -> sipdir.online.lync.com
SRV -> _sipfederationtls._tcp.domain.com -> [100][1][5061]sipfed.online.lync.com
SRV -> _sipinternaltls._tcp.domain.com -> [100][1][5061]sipdir.online.lync.com
SRV -> _sip._tls.domain.com -> [100][1][443]sipdir.online.lync.com
Externally:
SRV -> _sipfederationtls._tcp.domain.com -> [100][1][5061]sipfed.online.lync.com
SRV -> _sip._tls.domain.com -> [100][1][443]sipdir.online.lync.com
We will have Edge server with ONE public IP address. How should I change this configuration? I think it will be like this:
Internally:
A -> sip.domain.com -> A -> IP address of Lync Pool
SRV -> _sipfederationtls._tcp.domain.com -> [100][1][443]sip.domain.com
SRV -> _sipinternaltls._tcp.domain.com -> [100][1][443]sip.domain.com
SRV -> _sip._tls.domain.com -> [100][1][443]sip.domain.com
Externally:
A -> sip.domain.com -> A -> Public IP address of Edge Server
SRV -> _sipfederationtls._tcp.domain.com -> [100][1][5061]sip.domain.com
SRV -> _sip._tls.domain.com -> [100][1][5061]sip.domain.com
Is this correct? Can you please confirm?
Thank you.
Thank you. Eric.