It seems like your browser didn't download the required fonts. Please revise your security settings and try again.
Barracuda XDR

Integrating Ubiquiti

  • Last updated on

To integrate Ubiquiti, perform the following procedures:

  1. Enable the Ubiquiti Collector
  2. Install the XDR Collector.
  3. Configure the Firewall.
  4. Open the port on the XDR Collector Host.
Enable Ibiquiti
  1. In Barracuda XDR Dashboard, navigate to Administration >  Integrations.
    On the Ubiquiti card, click Setup.
    1.png
  2. Select the Enable check box.
  3. Click Save.

Install the XDR Collector

If you haven't already, install the XDR on Prem collector.

  1. In Barracuda XDR Dashboard, click Infrastructure > Collectors.
  2. In the Policies table, next to the on-prem policy, click Action > Install.
Configure the Firewall
  1. Navigate to Network > Settings > System.
  2. Expand Support and specify the settings.
    2.png

    Your syslog server must use the port 9209. Be sure to type 9209 in the Port field. Also, specify the logs you want to send to the syslog server.

  3. Click Save.
Open the port on the XDR Collector Host

Identify the firewall software running on your system and run the necessary command:

  • Linux
    Iptables: sudo iptables -A INPUT -p udp --dport 9209-j ACCEPT
    firewalld: sudo firewall-cmd --add-port=9209/udp
  • Windows
    netsh advfirewall firewall add rule name=“Ubiquiti Firewall Events
    dir=in action=allow protocol=UDP localport=9209