I have an R80.10 installation and I'm attempting to allow access to opendns. Given that at times there is a name pre-pended to the url of opendns I created the following Regex: [\w:\/\/][\w][-]opendns\.com
When I have this regex defined, used in policy or not, I cannot install policy (error below):
Gateway:
Policy: Standard
Status: Failed
- Policy installation failed on gateway. If the problem persists contact Check Point support (Error code: 0-2000178).
--------------------------------------------------------------------------------
I remove the regex and things function as expected.
Is there a strict regex format necessary for constructing these??