Forum Discussion
Srini_Vaiyapuri
Nimbostratus
Mar 29, 2016Need help with Microsoft Lync 2010 server implementation in F5-LTM(v11.2)
We are in process of migrating applications from Microsoft UAG servers (to retire) to Lync 2010. I am in process of configuring the VIP for this ( front end 443 and backend 4443) and figured that I n...
Snl
Cirrostratus
Apr 06, 2016below is the sample irule for lync reverse proxy in ltm
ltm rule /REVERSE_PROXY/IRULE4443 {
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::host]] {
lync.abc.com* { pool PL_LYNC_4443 }
autodiscover.abc.com* { pool PL_LYNC_4443 }
lyncpool.abc.com* { pool PL_LYNC_4443 }
lyncweb.abc.com* { pool PL_LYNC_4443 }
lyncdiscover.abc.com* { pool PL_LYNC_4443 }
}
ltm rule /REVERSE_PROXY/IRULE8080 {
&when HTTP_REQUEST {
switch -glob [string tolower [HTTP::host]] {
lync.abc.com* { pool PL_LYNC_WEB_REVERSE }
autodiscover.abc.com* { pool PL_LYNC_WEB_REVERSE }
lyncpool.abc.com* { pool PL_LYNC_WEB_REVERSE }
lyncweb.abc.com* { pool PL_LYNC_WEB_REVERSE }
lyncdiscover.abc.com* { pool PL_LYNC_WEB_REVERSE }
Good Luck
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