<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Regex Policy Installation Issue in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Regex-Policy-Installation-Issue/m-p/6153#M100716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an R80.10 installation and I'm attempting to allow access to opendns. &amp;nbsp;Given that at times there is a name pre-pended to the url of opendns I created the following Regex:&amp;nbsp;[\w:\/\/][\w][-]opendns\.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I have this regex defined, used in policy or not, I cannot install policy (error below):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gateway:&amp;nbsp;&lt;BR /&gt;Policy: Standard&lt;BR /&gt;Status: Failed&lt;BR /&gt; - Policy installation failed on gateway. If the problem persists contact Check Point support (Error code: 0-2000178).&lt;BR /&gt;--------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I remove the regex and things function as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a strict regex format necessary for constructing these??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Sep 2017 21:07:36 GMT</pubDate>
    <dc:creator>Juan_Concepcion</dc:creator>
    <dc:date>2017-09-08T21:07:36Z</dc:date>
    <item>
      <title>Regex Policy Installation Issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Regex-Policy-Installation-Issue/m-p/6153#M100716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an R80.10 installation and I'm attempting to allow access to opendns. &amp;nbsp;Given that at times there is a name pre-pended to the url of opendns I created the following Regex:&amp;nbsp;[\w:\/\/][\w][-]opendns\.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I have this regex defined, used in policy or not, I cannot install policy (error below):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gateway:&amp;nbsp;&lt;BR /&gt;Policy: Standard&lt;BR /&gt;Status: Failed&lt;BR /&gt; - Policy installation failed on gateway. If the problem persists contact Check Point support (Error code: 0-2000178).&lt;BR /&gt;--------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I remove the regex and things function as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a strict regex format necessary for constructing these??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 21:07:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Regex-Policy-Installation-Issue/m-p/6153#M100716</guid>
      <dc:creator>Juan_Concepcion</dc:creator>
      <dc:date>2017-09-08T21:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: Regex Policy Installation Issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Regex-Policy-Installation-Issue/m-p/6154#M100717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Either try this regex: .*opendns\.com.*&lt;/P&gt;&lt;P&gt;or this without regex: *opendns.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 22:19:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Regex-Policy-Installation-Issue/m-p/6154#M100717</guid>
      <dc:creator>Danny</dc:creator>
      <dc:date>2017-09-08T22:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Regex Policy Installation Issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Regex-Policy-Installation-Issue/m-p/6155#M100718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tried both those and doesn't match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from my iPhone&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 22:23:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Regex-Policy-Installation-Issue/m-p/6155#M100718</guid>
      <dc:creator>Juan_Concepcion</dc:creator>
      <dc:date>2017-09-08T22:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Regex Policy Installation Issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Regex-Policy-Installation-Issue/m-p/6156#M100719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this format:&lt;/P&gt;&lt;P&gt;(.*\.|)opendns.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This allows matching of any text in the third, fourth, fifth etc&amp;nbsp;level of the name like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.opendns.com"&gt;www.opendns.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.us.opendns.com"&gt;www.us.opendns.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 17:49:52 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Regex-Policy-Installation-Issue/m-p/6156#M100719</guid>
      <dc:creator>Jason_Dance</dc:creator>
      <dc:date>2017-09-11T17:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Regex Policy Installation Issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Regex-Policy-Installation-Issue/m-p/6157#M100720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kudos to you Jason - that worked like a charm!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Sep 2017 18:02:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Regex-Policy-Installation-Issue/m-p/6157#M100720</guid>
      <dc:creator>Juan_Concepcion</dc:creator>
      <dc:date>2017-09-11T18:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Regex Policy Installation Issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Regex-Policy-Installation-Issue/m-p/6158#M100721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can refer the sk121802, you may have to change the url "&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;[\w:\/\/][\w][-]opendns\.com" and use&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;&lt;SPAN&gt;"[\w:\/\/][\w][&lt;STRONG&gt;\&lt;/STRONG&gt;-]opendns\.com" for this to work.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; background-color: #ffffff;"&gt;&lt;SPAN&gt;@Jason, Thanks for the format.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2018 07:46:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Regex-Policy-Installation-Issue/m-p/6158#M100721</guid>
      <dc:creator>Kiran_Naidu1</dc:creator>
      <dc:date>2018-10-17T07:46:53Z</dc:date>
    </item>
  </channel>
</rss>

