"Outlook Anywhere" and problems with IPv6 in Windows Server 2008 |
|
Posted Wednesday, 02 July 2008 by Michael Khanin So, if you run Exchange 2007 on Windows Server 2008 and want to use Outlook Anywhere (aka RPC over HTTP) you probably get a problem. It would not work if the RPC-over-HTTP Proxy and the Exchange Mailbox installed on the same Windows 2008 Server. To make the long story short, simply unselect IPv6 from the properties of your NIC AND (it's very important) make a changes to the HOSTS file. Simply open up your hosts file and make the following changes:
<IPv4 address> <hostname of the computer>
<IPv4 address> <FQDN of the computer> This will resolve all queries for your computer’s name to its IPv4 address, effectively disabling the use of IPv6 for self-communication. You can confirm that this works by doing a “telnet localhost 6004″. |