<?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 Re: Block VPN Traffic by Country in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/245069#M47713</link>
    <description>&lt;P&gt;Speaking of geo blocking, did post I made last year that I posted in previous response help? Not sure if makes sense, but definitely worked when I tested it.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
    <pubDate>Fri, 28 Mar 2025 11:47:50 GMT</pubDate>
    <dc:creator>the_rock</dc:creator>
    <dc:date>2025-03-28T11:47:50Z</dc:date>
    <item>
      <title>Block VPN Traffic by Country</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/172695#M31396</link>
      <description>&lt;P&gt;VPN traffic (Site to Site or Remote Access) is currently accepted by Implied Rules, meaning you cannot use Access Policy or legacy GeoProtection to block VPN access from specific countries.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/160"&gt;@Aleksandr_Nosit&lt;/a&gt;&amp;nbsp;pointed out to me that DOS Rate Limiting rules can be set by country, which will block all matched traffic (including VPN) before implied rules.&lt;BR /&gt;Here are a couple examples (see &lt;A href="https://support.checkpoint.com/results/sk/sk112454" target="_blank" rel="noopener"&gt;sk112454&lt;/A&gt; for other possibilities)&lt;/P&gt;
&lt;H3&gt;Option 1: allow access from specific countries, block the rest&lt;/H3&gt;
&lt;P&gt;“X.X.X.X” – is gateway external interface IP address:&lt;BR /&gt;&lt;BR /&gt;Bypass rules:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;fwaccel dos rate add -a b source cc:EE&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;fwaccel dos rate add -a b source cc:LV&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;fwaccel dos rate add -a b source cc:FI&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;fwaccel dos rate add -a b source cc:SE&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;fwaccel dos rate add -a b source cc:DK&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Block “rest of the world” rule :&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;fwaccel dos rate add -a d -l a service any source any destination cidr:X.X.X.X/32 pkt-rate 0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;H3&gt;Option 2: block specific countries&lt;/H3&gt;
&lt;P&gt;This will block China while allowing other countries:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;fwaccel dos rate add -a d -l a service any source cc:CC destination cidr:X.X.X.X/32 pkt-rate 0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 15:35:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/172695#M31396</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-04-21T15:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Block VPN Traffic by Country</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/173220#M31487</link>
      <description>&lt;P&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Useful as some customers complain about implied rules&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 15:28:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/173220#M31487</guid>
      <dc:creator>Machine_Head</dc:creator>
      <dc:date>2023-03-01T15:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: Block VPN Traffic by Country</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/173251#M31489</link>
      <description>&lt;P&gt;I can see this method being useful for "overriding" certain implied rules, particularly if the dos rules are very targeted.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 18:42:42 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/173251#M31489</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-03-01T18:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Block VPN Traffic by Country</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/173257#M31492</link>
      <description>&lt;P&gt;Thanks phoneboy, thats super useful info, for sure.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2023 19:02:22 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/173257#M31492</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-03-01T19:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Block VPN Traffic by Country</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/178697#M32727</link>
      <description>&lt;P&gt;Hello PhoneBoy,&lt;/P&gt;
&lt;P&gt;about the statement:&lt;/P&gt;
&lt;P&gt;Block “rest of the world” rule :&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;fwaccel dos rate add -a d -l a service any source destination cidr:X.X.X.X./32 pkt-rate 0&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Did you miss "any" after "source" ? or maybe you can avoid to specify "source" word for "any" because of it is default&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;another question, did this configuration survives to JHF/major upgrade installations ?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 09:47:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/178697#M32727</guid>
      <dc:creator>CheckPointerXL</dc:creator>
      <dc:date>2023-04-21T09:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Block VPN Traffic by Country</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/178744#M32732</link>
      <description>&lt;P&gt;You are correct, I was missing an "any" there and have fixed it in the original post.&lt;BR /&gt;If I remember correctly, fwaccel dos rules are persistent across reboots/upgrades.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Apr 2023 15:34:11 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/178744#M32732</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-04-21T15:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Block VPN Traffic by Country</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/188100#M34675</link>
      <description>&lt;P&gt;sk180527 &amp;amp; sk126172 will be helpful for anyone attempting similar using VSX.&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jul 2023 13:15:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/188100#M34675</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2023-07-31T13:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Block VPN Traffic by Country</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/202336#M38077</link>
      <description>&lt;P&gt;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/7"&gt;@PhoneBoy&lt;/a&gt;&amp;nbsp;So sorry to reply to this almost a year later, but just need to confirm something. Is there any limitation for this when you create VMSS CP fw on Azure? My colleague and I tested it with public IP assisnged and we blocked CA (country code for Canada) from your 2nd example to external IP of the fw, but we could still create and connect to VPN site.&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 17:45:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/202336#M38077</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-01-05T17:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Block VPN Traffic by Country</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/202373#M38082</link>
      <description>&lt;P&gt;In Public Cloud, it's entirely possible we're not seeing the real source IP (depending on the exact configuration).&lt;BR /&gt;You should confirm precisely what IP the gateway is seeing with tcpdump or similar.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2024 20:53:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/202373#M38082</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2024-01-05T20:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Block VPN Traffic by Country</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/202389#M38089</link>
      <description>&lt;P&gt;I really have gut feeling its because even though ifconfig shows public IP, BUT, when I look at fw topology in smart console object, that IP is NOT listed there...I will talk to one of my colleagues next week who is way better with Azure than myself, but logically, thats what stands out to me.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;eth0 Link encap:Ethernet HWaddr 00:0D:3A:F4:98:C4&lt;BR /&gt;inet addr:10.2.0.4 Bcast:0.0.0.0 Mask:255.255.255.0&lt;BR /&gt;inet6 addr: fe80::20d:3aff:fef4:98c4/64 Scope:Link&lt;BR /&gt;UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1&lt;BR /&gt;RX packets:604471 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;TX packets:598227 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;collisions:0 txqueuelen:1000&lt;BR /&gt;RX bytes:466812315 (445.1 MiB) TX bytes:142959965 (136.3 MiB)&lt;/P&gt;
&lt;P&gt;eth0:1 Link encap:Ethernet HWaddr 00:0D:3A:F4:98:C4&lt;BR /&gt;inet addr:52.229.98.249 Bcast:52.229.98.249 Mask:255.255.255.255&lt;BR /&gt;UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1&lt;/P&gt;
&lt;P&gt;eth1 Link encap:Ethernet HWaddr 00:0D:3A:F4:9E:31&lt;BR /&gt;inet addr:10.2.1.4 Bcast:0.0.0.0 Mask:255.255.255.0&lt;BR /&gt;inet6 addr: fe80::20d:3aff:fef4:9e31/64 Scope:Link&lt;BR /&gt;UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1&lt;BR /&gt;RX packets:0 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;TX packets:14 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;collisions:0 txqueuelen:1000&lt;BR /&gt;RX bytes:0 (0.0 b) TX bytes:2424 (2.3 KiB)&lt;/P&gt;</description>
      <pubDate>Sat, 06 Jan 2024 02:24:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/202389#M38089</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-01-06T02:24:00Z</dc:date>
    </item>
    <item>
      <title>Re: Block VPN Traffic by Country</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/244974#M47690</link>
      <description>&lt;P&gt;Wouldn't there be an Option 3, which we're doing currently: Disable the Implied Rule and manually build out your accept rules/block rules?&amp;nbsp; Might not be preferred by most but it gives us more granular control and able to do everything within the access layer instead of CLI.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 11:51:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/244974#M47690</guid>
      <dc:creator>VikingsFan</dc:creator>
      <dc:date>2025-03-27T11:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Block VPN Traffic by Country</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/244977#M47692</link>
      <description>&lt;P&gt;See if this post I made last year helps. I definitely validated it works 100%, but you know how it goes with Azure subscription, even when devices are powered off, they still charge you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.checkpoint.com/t5/Remote-Access-VPN/Geo-VPN-blocking/m-p/214040#M10593" target="_blank"&gt;https://community.checkpoint.com/t5/Remote-Access-VPN/Geo-VPN-blocking/m-p/214040#M10593&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 12:02:48 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/244977#M47692</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-03-27T12:02:48Z</dc:date>
    </item>
    <item>
      <title>Re: Block VPN Traffic by Country</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/244978#M47693</link>
      <description>&lt;P&gt;FWIW, just my PERSONAL opinion, I would NOT be disabling implied rules. I had seen people do this before and more often than not, down the road, it can lead to more issues.&lt;/P&gt;
&lt;P&gt;Thats just my experience...&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Thu, 27 Mar 2025 12:07:42 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/244978#M47693</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-03-27T12:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Block VPN Traffic by Country</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/245068#M47712</link>
      <description>&lt;P&gt;Agree.&amp;nbsp; We did have some bumps from disabling a handful of the implied rules but now have the ruleset pretty solid with no issues (to my knowledge). &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp; Could always manually build out the rules from this list too, which is what I used for checking some of mine:&amp;nbsp;&lt;A href="https://support.checkpoint.com/results/sk/sk119497" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk119497&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The change to the Geo Blocking and removing it from Smart Console and not working with access rules was one of the driving factors to look at removing implied rules.&amp;nbsp; Can't remember exactly but even with setting that configuration you referenced we were seeing countries getting through for VPN activity.&amp;nbsp; I didn't disable ALL the rules but focused on the remote access ones and also some of the SMB ones which we don't service on this gateway.&lt;/P&gt;
&lt;P&gt;The ones we disabled are attached if interested.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2025 11:37:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/245068#M47712</guid>
      <dc:creator>VikingsFan</dc:creator>
      <dc:date>2025-03-28T11:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Block VPN Traffic by Country</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/245069#M47713</link>
      <description>&lt;P&gt;Speaking of geo blocking, did post I made last year that I posted in previous response help? Not sure if makes sense, but definitely worked when I tested it.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2025 11:47:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/245069#M47713</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-03-28T11:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Block VPN Traffic by Country</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/245070#M47714</link>
      <description>&lt;P&gt;It makes sense and unfortunately I did not find that during my testing last year when implementing the cluster.&amp;nbsp; Looked at my notes and I had found this SK:&amp;nbsp;&lt;A href="https://support.checkpoint.com/results/sk/sk180808" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk180808&lt;/A&gt;&amp;nbsp;but don't believe it worked as expected which is why I started unchecking implied rules.&amp;nbsp; Things are stable now and don't think we'll revert anything but would have been great if I had seen your post.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2025 12:07:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/245070#M47714</guid>
      <dc:creator>VikingsFan</dc:creator>
      <dc:date>2025-03-28T12:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Block VPN Traffic by Country</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/245071#M47715</link>
      <description>&lt;P&gt;i was able to control access by country into access policy after following&amp;nbsp;&lt;A href="https://support.checkpoint.com/results/sk/sk105740" target="_blank" rel="noopener"&gt;https://support.checkpoint.com/results/sk/sk105740&lt;/A&gt;&lt;/P&gt;
&lt;DIV id="gtx-trans" style="position: absolute; left: 65px; top: 24.7674px;"&gt;
&lt;DIV class="gtx-trans-icon"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 28 Mar 2025 12:11:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/245071#M47715</guid>
      <dc:creator>CheckPointerXL</dc:creator>
      <dc:date>2025-03-28T12:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Block VPN Traffic by Country</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/245072#M47716</link>
      <description>&lt;P&gt;Hey, no worries, all good, as long as things are stable.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Fri, 28 Mar 2025 12:13:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/245072#M47716</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2025-03-28T12:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Block VPN Traffic by Country</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/250408#M48964</link>
      <description>&lt;P&gt;Much needed.&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jun 2025 05:02:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/250408#M48964</guid>
      <dc:creator>chethan_m</dc:creator>
      <dc:date>2025-06-03T05:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Block VPN Traffic by Country</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/257318#M50429</link>
      <description>&lt;P&gt;The country code for China is CN, not CC in your Option 2 command.&amp;nbsp; The inhabitants of the Coco/Keeling Islands took offense.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Sep 2025 21:25:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Block-VPN-Traffic-by-Country/m-p/257318#M50429</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2025-09-15T21:25:16Z</dc:date>
    </item>
  </channel>
</rss>

