Forum Discussion

DushyantSingh_1's avatar
DushyantSingh_1
Icon for Nimbostratus rankNimbostratus
Nov 30, 2015

Need to add more URL for Lync Meeting in iApp.

I have configure iApp for lync 2013 for on my clients. As per requirement I need to have multiple URLs for meetings, phone access and Lync Mobility services. Application service allows only one URL. Please help.

 

6 Replies

  • mikeshimkus_111's avatar
    mikeshimkus_111
    Historic F5 Account

    Hi, you are saying that you have multiple URLs for each service? For now you will need to disable strictness on the iApp application service object, then edit the _secure_reverse_proxy iRule and add your additional hostnames to it:

    when HTTP_REQUEST {
     switch -glob [string tolower [HTTP::host]] {
          chat.lync2013.local* { pool lync_2013_reverse_proxy_front_end_4443_pool }
          dir.lync2013.local* { pool lync_2013_reverse_proxy_director_4443_pool }
          meet.lync2013.local*   { pool lync_2013_reverse_proxy_director_4443_pool  }
          dialin.lync2013.local* { pool lync_2013_reverse_proxy_director_4443_pool  }
          lyncdiscover.lync2013.local* { pool lync_2013_reverse_proxy_director_4443_pool }
     }
    }
    

    In a future version, we plan on adding the ability to use an arbitrary number of URLs to the iApp.

    • DushyantSingh_1's avatar
      DushyantSingh_1
      Icon for Nimbostratus rankNimbostratus
      Just noticed that my VIP is in DMZ that's routing domain 1 and Pool members are in trusted domain e.i. route domain 2. Is there a way to make them communicate, all traffic coming on to this VIP is being reset. Can we achieve inter-route domain.
    • mikeshimkus_111's avatar
      mikeshimkus_111
      Historic F5 Account
      Check the section about traffic forwarding between route domains here: https://support.f5.com/kb/en-us/products/big-ip_ltm/manuals/product/tmos-ip-routing-administration-11-2-0/2.html