> For the complete documentation index, see [llms.txt](https://docs.threatdefence.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.threatdefence.com/siem-integrations/firewalls/barracuda.md).

# Barracuda

You can configure a **Barracuda Firewall** to forward logs to the **ThreatDefence Syslog Forwarder** for security monitoring.

***

## Requirements

* A deployed and activated **ThreatDefence Syslog Forwarder VM**
* Administrator access to the Barracuda Firewall (Full Configuration mode)

***

## Steps

### Step 1. Enable Syslog Service

1. Navigate to **CONFIGURATION > Full Configuration > Box > Infrastructure Services > Syslog Streaming**.
2. Click **Lock**.
3. Set **Enable Syslog Streaming** to **Yes**.
4. Click **Send Changes and Activate**.

***

### Step 2. Configure Logdata Filters

1. Go to **Syslog Streaming > Logdata Filters**.
2. Switch to **Advanced View** (Configuration Mode).
3. Click **Lock**.
4. Add a new filter entry (**+**).
5. Enter a descriptive name and click **OK**.
6. Under **Affected Box Logdata**, configure **Data Selection**:
   * Add a new group with a descriptive name.
   * Select the following items:
     * **Auth-All, Config-All, Control-All, Event-All, Firewall-Activity-Only, Firewall-Threat-Only, Network-All, Settings-All, SSH-All, System-All, Watchdog-All**
   * Under **Message Types**, select:
     * **Panic, Security, Fatal, Error, Warning, Notice**
7. Click **OK**, then **Send Changes and Activate**.

***

### Step 3. Configure Logstream Destination

1. Go to **Syslog Streaming > Logstream Destinations**.
2. Switch to **Advanced View**.
3. Click **Lock**.
4. Add a new destination entry (**+**).
5. Enter a descriptive name (e.g., `ThreatDefence Syslog`).
6. In the destination settings:
   * Select **Explicit IP**.
   * Set **Destination IP Address** to your **ThreatDefence Syslog Forwarder IP**.
   * Set **Port** to **60,000+** (as per the [Syslog Onboarding Guide](/appliances/syslog-forwarder/onboarding-syslog-data.md)).
   * Set **Transmission Mode** to **UDP**.
7. Click **OK**, then **Send Changes and Activate**.

***

### Step 4. Configure Logdata Streams

1. Go to **Syslog Streaming > Logdata Streams**.
2. Switch to **Advanced View**.
3. Click **Lock**.
4. Add a new stream entry (**+**).
5. Enter a descriptive name (e.g., `ThreatDefence Log Stream`).
6. Configure the stream:
   * **Active Streams** → Yes
   * **Log Destinations** → Select the destination created earlier
   * **Log Filters** → Select the filter created earlier
7. Click **Send Changes and Activate**.

***

### Step 5. Provide Details to ThreatDefence

Once configuration is complete, provide the following details to **ThreatDefence Support** at 📧 [**support@threatdefence.com**](mailto:support@threatdefence.com):

* Firewall make/model and OS version
* Source IP address and used port number


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.threatdefence.com/siem-integrations/firewalls/barracuda.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
