Hardening Backup Repository - Windows - Veeam Backup ...
bp.veeam.com › vbr › SecurityOption 1 - Windows Firewall On and add three new firewall rules From a command prompt run the following three commands to add three new rules to the Windows Firewall: netsh advfirewall firewall add rule name="Veeam (DCOM-in)" dir=in action=allow protocol=TCP LocalPort=135 enable=yes program="%systemroot%\system32\svchost.exe" service=RPCSS remoteip=<VBR Server IP-address>
KB2696: How to enable the Firewall rules required by Veeam ...
www.veeam.com › kb2696Jul 30, 2018 · To enable these rules via the command line, launch the command prompt console with elevated permissions (as Administrator) and execute the command below: netsh advfirewall firewall set rule name="Remote Event Log Management (NP-In)" new enable= Yes netsh advfirewall firewall set rule name="Remote Event Log Management (RPC)" new enable= Yes netsh advfirewall firewall set rule name="Remote Event Log Management (RPC-EPMAP)" new enable= Yes netsh advfirewall firewall set rule name="COM+ Network ...