Forum Discussion
Dan_Wiltshire_2
Nimbostratus
May 29, 2013MS Lync 2013 Reverse Proxy rules
Hi All
Firstly apologies that this post is so long! We have recently rolled out Lync 2013 and are using the BigIP LTM to load balance the web traffic from the reverse proxy server (TMG) to the f...
Dan_Wiltshire_2
Nimbostratus
May 31, 2013So, if I have understood you correctly, would the following config meet the requirements?
profile clientssl lync.xxxxxx-srv_profile {
defaults from clientssl
key "xxxxxxx_wildcard.key"
cert "xxxxxx.com.crt"
chain "IntermediateCA_xxxxxxx.crt"
ciphers "DEFAULT:!ADH:!EXPORT40:!EXP:!LOW"
}
profile serverssl lync.xxxxx-ssl_profile {
defaults from serverssl
}
pool lync_frontend_server_dmz {
lb method member least conn
monitor all tcp
members {
172.X.X.X:4443 {}
172.X.X.X:4443 {}
172.X.X.X:4443 {}
}
}
pool lync_frontend_server_int {
lb method member least conn
monitor all tcp
members {
172.X.X.X:443 {}
172.X.X.X:443 {}
172.X.X.X:443 {}
}
}
virtual lync_dmz_https_vip {
snatpool xxxxxxx_http_1_snatpool
pool lync_frontend_server_dmz
destination 172.x.x.x:4443
ip protocol 6
profiles {
lync.xxxxxx-srv_profile {
clientside
}
lync.xxxxxxx-ssl_profile {
serverside
}
tcp{}
}
}
virtual lync_int_https_vip {
snatpool xxxxxx_http_2_snatpool
pool lync_frontend_server_int
destination 172.x.x.x:443
ip protocol 6
}
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
