Question : Exchange Setup RPC over https (following amset.info guide)

Hi,
Over the next few weeks I will be configuring a new internal network which will include an exchange server. My other colleague is installing the domain controllers and I am focusing on the exchange server.
Ok so I want to make exchange accessible to users from anywhere in the world (providing they have internet connection) I have done this on a SBS before. In this scenario the exchange was running on a DC. Which I think is the case for all SBS's . So my scenario now is  2 domain controllers 1 primary 1 secondary and I want exchange to be added as a member server.
I have been reading this article :
http://www.amset.info/exchange/rpc-http-server.asp

It seems pretty clear but I just wanted to confirm the registry changes. Please see below the changes I plan to make.

Also I plan to port forward ports 443 and 25 to the exchange.
Could someone please confirm these steps are accurate? I always like to have second opinion.
Code Snippet:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
**Domain Controller Changes**
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NTDS\Parameters]
"NSPI Interface protocol sequences"=hex(7):6e,00,63,00,61,00,63,00,6e,00,5f,00,\
  68,00,74,00,74,00,70,00,3a,00,36,00,30,00,30,00,34,00,00,00,00,00
Save as rpc-http-dc.reg...
**Domain Controller Changes**
 
**Exchange Server Changes**
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Rpc\RpcProxy]
"ValidPorts"="
exchange-server:100-5000;
exchange-server:6001-6002;
exchange-server.domain.local:6001-6002;
dc:6001-6002;
dc.domain.local:6001-6002;
exchange-server:6004;
exchange-server.domain.local:6004;
dc:6004;
dc.domain.local:6004;
mail.external.com:6001-6002;
mail.external.com:6004;
dc:593;
dc.domain.local:593;
exchange-server:593;
exchange-server.domain.local:593;
mail.external.com:593;"
**Exchange Server Changes**
Open in New Window Select All

Answer : Exchange Setup RPC over https (following amset.info guide)


Hey Dan560,

The registry changes you describe look correct to me. Just remember you will need to make the Domain Controller changes on both DCs, and that both DCs should be Global Catalog servers.

-Matt
Random Solutions  
 
programming4us programming4us