This Howtos posted under: Exchange Server | Total Visitors Till Now: 65

How To configure the RPC proxy server to use specified ports for RPC over HTTP

  1. On the RPC proxy server, start Registry Editor (Regedit).
  2. In the console tree, locate the following registry key:

    HKEY_LOCAL_MACHINE\Software\Microsoft\Rpc\RpcProxy

  3. In the details pane, right-click the ValidPorts subkey, and then click Modify.
  4. In Edit String, in the Value data box, type the following information:

    ExchangeServer :6001-6002; ExchangeServerFQDN :6001-6002; ExchangeServer :6004; ExchangeServerFQDN :6004

    • ExchangeServer is the NetBIOS name of your Exchange server.
    • ExchangeServerFQDN is the fully qualified domain name (FQDN) of your Exchange server. If the FQDN that is used to access the server from the Internet differs from the internal FQDN, you must use the internal FQDN.

    To determine the NetBIOS name and the fully qualified domain name of your server, start a command prompt, type ipconfig /all, and then pressENTER. Under Windows IP Configuration, information that is similar to the following appears:

    Host Name .................: mycomputer Primary DNS Suffix ........: contoso.com

    The host name is the NetBIOS name of your computer. The host name together with the primary DNS suffix is the fully qualified domain name of your computer. In this example, the fully qualified domain name is mycomputer.contoso.com.


Editor  Posted by Editor on April 18, 2009 at 12:10 am

Be the first to comment - What do you think?  Tags: , ,

Coolsearchinfo - A free Social Bookmarking Site

Liked this article? To continue getting our latest free Howtos and Tutorials,
you can also grab the RSS feed or Subscribe to Techgurulive by Email

Not Getting



Related posts
  • How to Configure PPTP Ports under Windows Server
    Once you have installed and enabled VPN server, The next step is to configure the PPTP ports, which will enable your vpn session. Confirm the number of PPTP ports that...