Search:     Advanced search
Browse by category:
Glossary | Ask question



Configure SLB for Exchange with OWA and Native Protocol
Add comment
Views: 496
Votes: 0
Comments: 0

Mail server backend IP address: 10.3.0.110
Virtual service IP address assigned to the Array box for client to communicate: 10.3.47.250

**********************************
Configure SLB for OWA service:
**********************************
slb real http "exchange_owa1" 10.3.0.110 80 1000 tcp 3 3
slb real http "exchange_owa2" 10.3.0.111 80 1000 tcp 3 3

slb group method "owa_group" ic "nfmohbgjx" 1 rr
slb group member "owa_group" "exchange_owa1" 1
slb group member "owa_group" "exchange_owa2" 1

slb virtual http "owa_virtual" 10.3.47.250 80 arp 0
slb policy icookie "owa_ic_policy" "owa_virtual" "owa_group" 1
slb policy default "owa_virtual" "owa_group"

http owa on
http rewrite response https owa_virtual

ssl host virtual mail.company.com owa_virtual
ssl start mail.company.com

**************************************************
Configure SLB with Exchange Native Protocol:
**************************************************
slb real tcp "exchage_pop1" 10.3.0.110 110 1000 tcp 3 3
slb real tcp "exchage_pop2" 10.3.0.111 110 1000 tcp 3 3

slb real tcp "exchage_smtp1" 10.3.0.110 25 1000 tcp 3 3
slb real tcp "exchage_smtp2" 10.3.0.111 25 1000 tcp 3 3

slb real tcp “exchange_rpc1” 10.2.0.110 135 1000 tcp 3 3
slb real tcp “exchange_rpc2” 10.2.0.111 135 1000 tcp 3 3

slb group method “pop_group” rr
slb group member "pop_group" "exchage_pop1" 1
slb group member "pop_group" "exchage_pop2" 1

slb group method "smtp_group" rr
slb group member "smtp_group" "exchage_smtp1" 1
slb group member "smtp_group" "exchage_smtp2" 1

slb group method “rpc_group” pi 32 rr
slb group member "rpc_group" "exchange_rpc1" 1
slb group member "rpc_group" "exchange_rpc2" 1

slb virtual tcp "pop_virtual" 10.3.47.250 110 arp 0
slb virtual tcp "smtp_virtual" 10.3.47.250 25 arp 0
slb virtual tcp "rpc_virtual" 10.3.47.250 135 arp 0

slb policy default "smtp_virtual" "smtp_group"
slb policy default "pop_virtual" "pop_group"
slb policy default "rpc_virtual" "rpc_group"



Other questions in this category
SLB Method with Round Robin (rr)
SLB Method with Least Connections (lc)
SLB Method with Shortest Response Time (sr)
SLB Method with Persistent IP (pi)
SLB Method with Hash IP (hi)
SLB Method with Consistent Hash IP (chi)
SLB Method with Persistent Hostname (ph)
SLB Method with Persistent URL (pu)
SLB Method with Persistent Cookie (pc)
SLB Method with Insert Cookie (ic)
SLB Method with Rewrite Cookie (rc)
SLB Method with Embed Cookie (ec)
SLB Method with Hash Cookie (hc)
SLB Method with Hash Header (hh)
SLB Method with Consistent Hash Header (chh)
SLB Method with Persistent SSL SID (sslsid)
SLB Method with SNMP (snmp)
SLB Method with SIP CallID (sipcid)
SLB Method with SIP UserID (sipuid)
SLB Method with Filetype Policy (filetype) ???
SLB Method with Redirect Policy (redirect)
SLB Method with Regular Expression Policy (regex)
SLB Method with Static Policy (static)
SLB Method with QoS Clientport Policy (clientport)
SLB Method with QoS Cookie Policy (cookie)
SLB Method with QoS Hostname Policy (hostname)
SLB Method with QoS Network Policy (network)
SLB Method with OoS URL Policy (url)
SLB Method for Hash URL (hashurl) ???
SLB Backup Policy
How to configure HTTP to HTTPS rewrite on HTTP Response Body Content?