Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions content/product/cluster_configuration/backup_system/veeam.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,20 @@ To ensure a compatible integration between OpenNebula and Veeam Backup, the foll

{{< image path="/images/veeam/interactive_backup_veeam_architecture.svg" alt="Architecture of the OpenNebula-Veeam Backup Integration" align="center" width="90%" mb="20px" border="false" >}}

### Firewall Configuration

| Source | Destination | Port | Service / Purpose |
|---------------|----------------------|---------------|----------------------------------------------------|
| Veeam Server | OpenNebula Front-end | TCP/443 | oVirtAPI (HTTPS) |
| Veeam Workers | OpenNebula Front-end | TCP/443 | oVirtAPI (HTTPS) |
| Veeam Server | OpenNebula Hosts | TCP/13014 | OneBEX image transfers |
| Veeam Workers | OpenNebula Hosts | TCP/13014 | OneBEX backup and restore transfers |
| Veeam Server | OpenNebula Hosts | TCP/13015 | OneBEX SSL image transfers (optional) |
| Veeam Workers | OpenNebula Hosts | TCP/13015 | OneBEX SSL backup and restore transfers (optional) |
| Veeam Workers | OpenNebula Hosts | TCP/3500–4500 | Interactive restore transfers |

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@MarioRobres I believe the interactive restore ports are only accessed from ovirtapi to the frontend, so no need for the workers to reach those ports directly right? Since they will be communicating with ovirtapi and then ovirtapi forwards the body.


The required connections are initiated by the Veeam components. Therefore, the firewall must allow traffic from the Veeam Server and Veeam Workers to the corresponding destination ports on the OpenNebula Front-end and Hosts.

## Installation and Configuration

### 1. Configure OneBEX
Expand Down
Loading