Forum Discussion

VinceBlack's avatar
VinceBlack
Icon for Altocumulus rankAltocumulus
Feb 19, 2023
Solved

Help with Local Traffic Policy with streaming app. and basic understanding.

This is a homelab to have a better understanding of F5 BIG-IP and appercaite any help. For testing purpose I have setup a PLEX server for streaming service and will be setting up a Horizon View UAGs...
  • VinceBlack's avatar
    VinceBlack
    Feb 21, 2023

    Hey, Paulius, thank you again for the tcpdump switches.  That helped me find the reset message.  I started looking into how to debug this more, which has been a great learning experience.  I noticed in the log that when trying from the mobile device, the HTTP_Request for the Host has :443, but accessing from a web GUI or macOS app, it did not.  Both policy and iRule had equal to abc.domain.com.  I updated the iRule and policy to include or and now it works.  See below for iRule.  I like the policy features, but it was great to work with iRules too.  

    if { [HTTP::host] equals "abc.domain.com" or [HTTP::host] equals "abc.domain.com:443" }