This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Web content filtering breaks Hulu and Netflix.

There are numerous posts with an identical issue.  None have an actual solution, at least not one that Sophos has recommended.  Seems like there should be a checkbox or an easy policy to allow this sort of traffic.  The rules I've seen posted in here seem to be reporting mixed results.  Sophos, please provide DETAILED instructions for allowing Hulu, Netflix, iTunes, Amazon, and any other mainstream streaming services through your HTTP, HTTPS, Malware, Web Content Filters.

Thank you!!!



This thread was automatically locked due to age.
Parents
  • I got this working on Sophos XG with both the Netflix App on Android and in the browser with the following regex. It is basically using the same stuff that worked for Sophos UTM with the docco of Sophos XG here: https://community.sophos.com/kb/en-us/125061

    Basically once the http and https bits are removed, the error about an invalid web address goes away and it works fine.

    ^([A-Za-z0-9.-]*\.)?ne?t?fli?x(img|ext|video)?\.(com|net)/
    ^[A-Za-z0-9.-]*netflix.com/
    ^[A-Za-z0-9.-]*nflximg.com/
    ^([A-Za-z0-9.-]*\.)?nflximg\.com\.?/
    ^([A-Za-z0-9.-]*\.)?nflxvideo\.net\.?/
    ^([A-Za-z0-9.-]*\.)?netflix\.com/
    ^([A-Za-z0-9.-]*\.)?netflix-*.vo.llnwd.net/.*
    ^secure\.netflix\.com/*
    ^uiboot\.netflix\.com/*
    ^23.246.[0-63].*
    ^37.77.1(8[4-9])|(9[0-1])].*
    ^45.57.([0-1][0-1][0-9])|(12[0-7]).*
    ^64.120.(12[8-9])|(1[3-9][0-9])|(2[0-4][0-9])|(25[0-5]).*
    ^66.197.(12[8-9])|(1[3-9][0-9])|(2[0-4][0-9])|(25[0-5]).*
    ^108.175.(3[2-5,8,9])|(4[0-4,6,7]).*
    ^185.2.22[0-3].*
    ^185.9.(188)|(19[0-1]).*
    ^192.173.(6[4-9])|([7-9][0-9])|(10[0-9])|(11[0-7]).*
    ^198.38.(9[6-9])|(10[2-3,8-9])|(11[0-9])|(12[0-5]).*
    ^198.45.(4[8-9])|(5[2-8])|(6[1-3]).*

Reply
  • I got this working on Sophos XG with both the Netflix App on Android and in the browser with the following regex. It is basically using the same stuff that worked for Sophos UTM with the docco of Sophos XG here: https://community.sophos.com/kb/en-us/125061

    Basically once the http and https bits are removed, the error about an invalid web address goes away and it works fine.

    ^([A-Za-z0-9.-]*\.)?ne?t?fli?x(img|ext|video)?\.(com|net)/
    ^[A-Za-z0-9.-]*netflix.com/
    ^[A-Za-z0-9.-]*nflximg.com/
    ^([A-Za-z0-9.-]*\.)?nflximg\.com\.?/
    ^([A-Za-z0-9.-]*\.)?nflxvideo\.net\.?/
    ^([A-Za-z0-9.-]*\.)?netflix\.com/
    ^([A-Za-z0-9.-]*\.)?netflix-*.vo.llnwd.net/.*
    ^secure\.netflix\.com/*
    ^uiboot\.netflix\.com/*
    ^23.246.[0-63].*
    ^37.77.1(8[4-9])|(9[0-1])].*
    ^45.57.([0-1][0-1][0-9])|(12[0-7]).*
    ^64.120.(12[8-9])|(1[3-9][0-9])|(2[0-4][0-9])|(25[0-5]).*
    ^66.197.(12[8-9])|(1[3-9][0-9])|(2[0-4][0-9])|(25[0-5]).*
    ^108.175.(3[2-5,8,9])|(4[0-4,6,7]).*
    ^185.2.22[0-3].*
    ^185.9.(188)|(19[0-1]).*
    ^192.173.(6[4-9])|([7-9][0-9])|(10[0-9])|(11[0-7]).*
    ^198.38.(9[6-9])|(10[2-3,8-9])|(11[0-9])|(12[0-5]).*
    ^198.45.(4[8-9])|(5[2-8])|(6[1-3]).*

Children