Integrating Check Point Firewall-1

Integrating Check Point Firewall-1

If you are using a physical or virtual sensor, refer to Working with Syslog Servers, from Check Point.

To set up Check Point Firewall-1, do the following steps, below:

  • Enable Check Point Firewall

  • Install the XDR Collector

  • Configure the Firewall

  • Open the port on the XDR Collector Host

Enable Check Point Firewall

  1. In Barracuda XDR Dashboard, navigate to Integrations Integrations.png.

  2. On the Check Point Firewall card, click Setup.

    Check Point Firewall integration card
  3. Select the Enable check box.

    Check box enabled
  4. If the default UDP port set in the Integration can't be forwarded because it is already in use, type a different UDP port number.

  5. Click Save.

Install the XDR Collector

When collecting logs from one or more integrated data sources, always set up the XDR Collector on a dedicated host server. Don't use an existing server because the amount of data produced by logs can impact critical infrastructure.

Configuring the Firewall

In Check Point, the Logs & Monitoring > Log Servers page lets you configure external log servers for security and system logs for additional logging storage.

External Syslog Server Configuration

You can configure a gateway to send logs to multiple external syslog servers.

To configure an external syslog server
  1. In Check Point, under Syslog Servers, click Configure.
    The External Syslog Server window opens.

  2. Enter a Name and IP address.

  3. Enter a Port (9201).

  4. Select Enable log server.

  5. Optionally, select Show Obfuscated Fields.
    Obfuscated packets are shown as plain text.

  6. Select logs to forward:

    • System logs

    • Security logs

    • Both system and security logs

  7. Click Apply.

    Documentation Link

Open the Port on the XDR Collector Host

Ensure incoming traffic is allowed on UDP port 9201.

Linux

To open the port, run one of the following, depending on your OS:

  • Iptables: sudo iptables -A INPUT -p udp --dport 9201 -j ACCEPT

  • firewalld: sudo firewall-cmd --add-port=9201/udp

Windows

netsh advfirewall firewall add rule name="Check Point Firewall Events" dir=in action=allow protocol=UDP localport=9201


We value your feedback.
If you have questions, suggestions, or feedback on our documentation, contact the Campus Product Documentation team.
For general product inquiries or technical support, please contact the global Barracuda Support team.