<?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: AWS ClusterXL High Availability in Cloud Firewall</title>
    <link>https://community.checkpoint.com/t5/Cloud-Firewall/AWS-ClusterXL-High-Availability/m-p/280276#M6293</link>
    <description>&lt;P&gt;I am talking about the entire environment. both GW's are just going out to the Cloud Infra and from there is takes the Cloud routes. So you need to check why you can't reach that IP.&lt;/P&gt;
&lt;P&gt;if it's routes or some kind of Security block (from GWs or Cloud NSG's).&lt;/P&gt;
&lt;P&gt;can the GW's access the Internet ?&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jul 2026 04:38:55 GMT</pubDate>
    <dc:creator>Nir_Shamir</dc:creator>
    <dc:date>2026-07-28T04:38:55Z</dc:date>
    <item>
      <title>AWS ClusterXL High Availability</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/AWS-ClusterXL-High-Availability/m-p/280178#M6287</link>
      <description>&lt;P&gt;We are facing an issue with our Check Point firewall cluster deployed in AWS and would appreciate your guidance.&lt;/P&gt;&lt;P&gt;Environment:&lt;/P&gt;&lt;P&gt;Check Point Version: R81.20&lt;BR /&gt;Deployment: AWS ClusterXL High Availability&lt;/P&gt;&lt;P&gt;Issue:&lt;/P&gt;&lt;P&gt;When Member A is Standby, Internet or ping to any host on internet working normally&lt;BR /&gt;As soon as Member A becomes Active (after failover or manual switch), Internet connectivity stops for users and even from firewall it stops.&lt;BR /&gt;The cluster status appears healthy, and tarrfic exiting from WAN interface but no return traffic observed.&lt;/P&gt;&lt;P&gt;Troubleshooting performed:&lt;/P&gt;&lt;P&gt;Verified ClusterXL status.&lt;BR /&gt;Verified firewall policy and NAT.&lt;BR /&gt;Same route table on both gateways.&lt;/P&gt;&lt;P&gt;Could anyone suggest what AWS or Check Point components should be checked? Specifically, are there any known issues related to:&lt;/P&gt;&lt;P&gt;AWS route tables&lt;BR /&gt;Source/Destination Check&lt;BR /&gt;Elastic IP failover&lt;BR /&gt;ENI attachment&lt;BR /&gt;ClusterXL synchronization&lt;BR /&gt;CloudGuard Controller or failover automation&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2026 13:25:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/AWS-ClusterXL-High-Availability/m-p/280178#M6287</guid>
      <dc:creator>Warren_T</dc:creator>
      <dc:date>2026-07-24T13:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: AWS ClusterXL High Availability</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/AWS-ClusterXL-High-Availability/m-p/280193#M6288</link>
      <description>&lt;P&gt;Everything good with your IAM roles, any errors with the HA script?&lt;/P&gt;
&lt;P&gt;The APIs do take some time to enact the fail over from memory, how soon after are you testing before failing back again?&lt;/P&gt;</description>
      <pubDate>Sat, 25 Jul 2026 08:12:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/AWS-ClusterXL-High-Availability/m-p/280193#M6288</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2026-07-25T08:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: AWS ClusterXL High Availability</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/AWS-ClusterXL-High-Availability/m-p/280205#M6289</link>
      <description>&lt;P&gt;Verify that your GW's can send API calls to AWS. run:&lt;/P&gt;
&lt;P&gt;$FWDIR/scripts/aws_ha_test.py&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and see if there are any errors.&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jul 2026 04:22:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/AWS-ClusterXL-High-Availability/m-p/280205#M6289</guid>
      <dc:creator>Nir_Shamir</dc:creator>
      <dc:date>2026-07-26T04:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: AWS ClusterXL High Availability</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/AWS-ClusterXL-High-Availability/m-p/280220#M6290</link>
      <description>&lt;P&gt;Here is output of the below command&amp;nbsp;python3 $FWDIR/scripts/aws_ha_test.py&lt;/P&gt;&lt;P&gt;Testing if DNS is configured...&lt;BR /&gt;Primary DNS server is: 10.11.0.2&lt;/P&gt;&lt;P&gt;Testing if DNS is working...&lt;BR /&gt;DNS resolving test was successful&lt;/P&gt;&lt;P&gt;Testing metadata connectivity...&lt;BR /&gt;% Total % Received % Xferd Average Speed Time Time Time Current&lt;BR /&gt;Dload Upload Total Spent Left Speed&lt;BR /&gt;0 0 0 0 0 0 0 0 --:--:-- 0:00:14 --:--:-- 0curl: (7) Failed to connect to 169.254.169.254 port 80: Connection timed out&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;File "/opt/CPsuite-R81.10/fw1/scripts/aws_ha_test.py", line 97, in test&lt;BR /&gt;region = get(META_DATA + '/placement/availability-zone')[:-1]&lt;BR /&gt;File "/opt/CPsuite-R81.10/fw1/scripts/aws_ha_test.py", line 58, in get&lt;BR /&gt;token = subprocess.check_output(cmd)&lt;BR /&gt;File "/opt/CPsuite-R81.10/fw1/Python/lib/python3.7/subprocess.py", line 411, in check_output&lt;BR /&gt;**kwargs).stdout&lt;BR /&gt;File "/opt/CPsuite-R81.10/fw1/Python/lib/python3.7/subprocess.py", line 512, in run&lt;BR /&gt;output=stdout, stderr=stderr)&lt;BR /&gt;subprocess.CalledProcessError: Command '['curl_cli', '--request', 'PUT', '&lt;A href="http://169.254.169.254/latest/api/token" target="_blank"&gt;http://169.254.169.254/latest/api/token&lt;/A&gt;', '--header', 'X-aws-ec2-metadata-token-ttl-seconds: 60']' returned non-zero exit status 7.&lt;BR /&gt;Error:&lt;BR /&gt;Failed in metadata connectivity test&lt;BR /&gt;Verify that outgoing connections over TCP port 80 (HTTP) to 169.254.169.254 are&lt;BR /&gt;allowed by the firewall security policy.&lt;BR /&gt;See:&lt;BR /&gt;&lt;A href="http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html" target="_blank"&gt;http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2026 05:43:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/AWS-ClusterXL-High-Availability/m-p/280220#M6290</guid>
      <dc:creator>Warren_T</dc:creator>
      <dc:date>2026-07-27T05:43:16Z</dc:date>
    </item>
    <item>
      <title>Re: AWS ClusterXL High Availability</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/AWS-ClusterXL-High-Availability/m-p/280222#M6291</link>
      <description>&lt;P&gt;so you have API access issue , can't connect to 169.254.169.254.&lt;/P&gt;
&lt;P&gt;check routes, internet access , NSG etc.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2026 06:53:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/AWS-ClusterXL-High-Availability/m-p/280222#M6291</guid>
      <dc:creator>Nir_Shamir</dc:creator>
      <dc:date>2026-07-27T06:53:57Z</dc:date>
    </item>
    <item>
      <title>Re: AWS ClusterXL High Availability</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/AWS-ClusterXL-High-Availability/m-p/280231#M6292</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Both gateways have identical routes.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2026 11:32:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/AWS-ClusterXL-High-Availability/m-p/280231#M6292</guid>
      <dc:creator>Warren_T</dc:creator>
      <dc:date>2026-07-27T11:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: AWS ClusterXL High Availability</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/AWS-ClusterXL-High-Availability/m-p/280276#M6293</link>
      <description>&lt;P&gt;I am talking about the entire environment. both GW's are just going out to the Cloud Infra and from there is takes the Cloud routes. So you need to check why you can't reach that IP.&lt;/P&gt;
&lt;P&gt;if it's routes or some kind of Security block (from GWs or Cloud NSG's).&lt;/P&gt;
&lt;P&gt;can the GW's access the Internet ?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2026 04:38:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/AWS-ClusterXL-High-Availability/m-p/280276#M6293</guid>
      <dc:creator>Nir_Shamir</dc:creator>
      <dc:date>2026-07-28T04:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: AWS ClusterXL High Availability</title>
      <link>https://community.checkpoint.com/t5/Cloud-Firewall/AWS-ClusterXL-High-Availability/m-p/280277#M6294</link>
      <description>&lt;P&gt;As of now the gateway which is having the issue is standby and having the internet access. As we only manages firewall we don't have visibility to NSG and need to check that with different teams.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2026 05:53:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Cloud-Firewall/AWS-ClusterXL-High-Availability/m-p/280277#M6294</guid>
      <dc:creator>Warren_T</dc:creator>
      <dc:date>2026-07-28T05:53:59Z</dc:date>
    </item>
  </channel>
</rss>

