Host-based backup of VMware vSphere VMs.
Post Reply
Backup.Operator
Enthusiast
Posts: 66
Liked: 2 times
Joined: Oct 31, 2022 11:39 pm
Full Name: Backup Administrator
Contact:

Veeam Firewall rule for Windows Server

Post by Backup.Operator » 1 person likes this post

Before enabling the Windows Server firewall on all of my Veeam Backup servers, what are the ports or the rule I must manually add under:

Code: Select all

Control Panel\System and Security\Windows Defender Firewall\Allowed apps
It would be good if there is any script or profile settings I can import as I must do this in multiple servers.

Thank you in advance.
:arrow: :mrgreen:
david.domask
Veeam Software
Posts: 1425
Liked: 365 times
Joined: Jun 28, 2016 12:12 pm
Contact:

Re: Veeam Firewall rule for Windows Server

Post by david.domask »

Hi Backup Administrator

https://helpcenter.veeam.com/docs/backu ... ll&ver=120

Please check our User Guide here for the ports required between infrastructure components (e.g. Backup Server, Proxies, Repositories, etc). By default for backup infrastructure components when adding, Veeam will try to open the necessary ports on its own, but if you have further adjusted it, you can use the above link as a reference for which ports are required.
David Domask | Product Management: Principal Analyst
albertwt
Veteran
Posts: 892
Liked: 49 times
Joined: Nov 05, 2009 12:24 pm
Location: Sydney, NSW
Contact:

Re: Veeam Firewall rule for Windows Server

Post by albertwt » 1 person likes this post

Backup.Operator wrote: May 23, 2024 6:36 am Before enabling the Windows Server firewall on all of my Veeam Backup servers, what are the ports or the rule I must manually add under:

Code: Select all

Control Panel\System and Security\Windows Defender Firewall\Allowed apps
It would be good if there is any script or profile settings I can import as I must do this in multiple servers.

Thank you in advance.
OK, Assuming you can have access to the PowerShell console on the Veeam server, you can view it using:

Code: Select all

Get-NetFirewallrule | 
Where-Object { $_.DisplayName -like '*Veeam*' } | 
Out-GridView
The command will show you the result of all Windows Firewall rule that contains *Veeam* in the display name.
make sure you see the column name Enabled showing the entry as True to ensure the firewall rule is enabled.

By default, Veeam will be adding the Windows Defender with Advanced Security rule, so you don't need to modify anything, unless you have a very special circumstances.

Hope this helps.
--
/* Veeam software enthusiast user & supporter ! */
FrancWest
Veteran
Posts: 497
Liked: 98 times
Joined: Sep 17, 2017 3:20 am
Full Name: Franc
Contact:

Re: Veeam Firewall rule for Windows Server

Post by FrancWest »

You can also copy/paste firewall rules between different rdp sessions.
Post Reply

Who is online

Users browsing this forum: No registered users and 20 guests