For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

ks_211707's avatar
ks_211707
Icon for Nimbostratus rankNimbostratus
Aug 07, 2015

F5 LTM with Lync 2013 Reverse proxy not working

Hi Team-

 

we configured F5 LTM for the lync 2013 reverse proxy not working

 

we configured

 

Meet.domain.com----> PUblic IP1

 

Dialin.domain.com----> public IP1

 

Lyncdisocver.domain.com---> same public IP1

 

In the F5 LTM DMZ configured public cert for the client SSL and internal cert for the server SSL

 

traffic flow dialin/meet/lyncdiscover.domail.com hits on port 443 and F5 LTM does reverse proxy to port 4443 to the internal pool servers.

 

---------------------------Irule------------------ when HTTP_REQUEST { switch -glob [string tolower [HTTP::host]] { lyncextweb.domain.com* { pool Lync_External_Access_reverse_proxy_pool } { pool Lync_External_Access_reverse_proxy_pool } meet.domain.com* { pool Lync_External_Access_reverse_proxy_pool } dialin.domain.com* { pool Lync_External_Access_reverse_proxy_pool } lyncdiscover.domain.com* { pool Lync_External_Access_reverse_proxy_pool } }

 

}

 

Guys - any suggestion will be appreciated ?

 

No RepliesBe the first to reply