Hallo,
Ik ben een boek aan het lezen over exchange 2013. Daar wordt beschreven dat je best voor je intern en externe hostname een aparte neemt. Wij hebben een aparte dns bij een isp en een interne bij ons. Kunnen wij niet gewoon dan dezelfde naam gebruiken voor intern en externe hostnames ?
External names for Outlook Anywhere
Choosing an external name for Outlook Anywhere is slightly trickier. The name you choose has to be externally resolvable; for that reason, the consensus seems to be that you should choose a name different from the internal hostname. A common design pattern is to use “outlook” as the internal hostname and “mail” as the external hostname, so you’d see something like this when performing a Get-OutlookAnywhere:
Get-OutlookAnywhere | select identity, *hostname
In Exchange 2010, if the internal and external hostnames are both externally resolvable, but the internal hostname isn’t actually reachable from the Internet, Outlook clients can try to connect to the internal hostname first. They’ll fail, of course, but this adds an unwanted startup delay. Exchange 2013 doesn’t have that problem, but many still consider it a best practice to have the internal hostname both unreachable and unresolvable from the external world. However, you cannot do this if you’re using a single namespace with split DNS as described in the “Using a single namespace” section earlier in this chapter.
Ik ben een boek aan het lezen over exchange 2013. Daar wordt beschreven dat je best voor je intern en externe hostname een aparte neemt. Wij hebben een aparte dns bij een isp en een interne bij ons. Kunnen wij niet gewoon dan dezelfde naam gebruiken voor intern en externe hostnames ?
External names for Outlook Anywhere
Choosing an external name for Outlook Anywhere is slightly trickier. The name you choose has to be externally resolvable; for that reason, the consensus seems to be that you should choose a name different from the internal hostname. A common design pattern is to use “outlook” as the internal hostname and “mail” as the external hostname, so you’d see something like this when performing a Get-OutlookAnywhere:
Get-OutlookAnywhere | select identity, *hostname
In Exchange 2010, if the internal and external hostnames are both externally resolvable, but the internal hostname isn’t actually reachable from the Internet, Outlook clients can try to connect to the internal hostname first. They’ll fail, of course, but this adds an unwanted startup delay. Exchange 2013 doesn’t have that problem, but many still consider it a best practice to have the internal hostname both unreachable and unresolvable from the external world. However, you cannot do this if you’re using a single namespace with split DNS as described in the “Using a single namespace” section earlier in this chapter.