Posts

Showing posts from August 15, 2010

Issue: Exchange 2010 CAS NLB configuration - netsh

Image
    Balancing Act: Dual-NIC Configuration with Windows Server 2008 NLB Clusters Configuring NLB for Exchange 2010 CAS Load Balancing Next Steps Before you start using your new NLB cluster for CAS functionality, you should complete two final tasks.  First, IP forwarding should be enabled on each cluster member’s NLB LAN NIC.  By default, Windows 2008 disables IP forwarding, which causes problems with NLB.  IP forwarding enabled allows, from an NLB perspective, requests sent from one NIC to be sent out the other.  IP forwarding can be enabled on your NLB LAN NIC by running netsh interface ipv4 set int “NLB LAN” forwarding=enabled from a command prompt.     netsh interface show int That will show you the interfaces in the server.  Find the name of the cluster NIC and put it in quotes in the following command: ne tsh interface ipv4 set interface "Cluster NIC" forwarding=enabled

Ticket: Exchange 2010 mailbox account self permission

Image
    Correct self permission incorrect self permission

LAB: Exchange 2007 OWA http redirect to https

Image