cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1161
Views
0
Helpful
2
Replies

whats the best way to go about load balancing Exchange 2010 CAS

My server guys want to LB the Exchange 2010 client access servers, this will be the 7th Context on my Ace 4710.

see table for ports that are used

  

PortUsage
25smtp
80http various
110POP3 clients
135RPC end point mapper
143imap4 clients
443SSL various
993secure imap 4 clients
995secure pop3 clients
6001rpc related outlook anywhere
6002rpc related outlook anywhere
6003rpc related outlook anywhere
60200rpc CAS
60201exchange address book service

whats the best way of going about this?

do I just LB the IP addresses of the Servers and ignore the ports?

do i have to do anything special for ports 993 and 995 secure imap and pop?

I am sure there are more questions I shold be asking!

2 Replies 2

parveesm123
Level 1
Level 1

If it is between CASnHUB and the TMG server  or CASn HUB to Exchange server communication , i used it any ports , since they have n number of ports required ( since this is internal communication , i didnt find it much complex in term of security) .

there is no special requirement for securer imap and secure pop. 

I have to different customer

1) required services to be specifically defined

2) doesnt require seperate services he just need a single serverfarm with all services running.

So in first case i have opened 993 and 995 also  and second with all protocols.

both customer's requirements running perfectly fine.

regards,

Parvees

OK

so If I have a single serverfarm with all services do I filter on  the virtual

address something like below?

class-map match-any EXCH_vip

match virtual-address 172.16.93.2 tcp eq 25

match virtual-address 172.16.93.2 tcp eq 80

match virtual-address 172.16.93.2 tcp eq 110

match virtual-address 172.16.93.2 tcp eq 135

match virtual-address 172.16.93.2 tcp eq 143

match virtual-address 172.16.93.2 tcp eq 443

match virtual-address 172.16.93.2 tcp eq 993

match virtual-address 172.16.93.2 tcp eq 995

match virtual-address 172.16.93.2 tcp eq 6001

match virtual-address 172.16.93.2 tcp eq 6002

match virtual-address 172.16.93.2 tcp eq 6003

match virtual-address 172.16.93.2 tcp eq 60200

match virtual-address 172.16.93.2 tcp eq 60201