@echo off
netsh advfirewall firewall add rule name=”Veritas Netbackup” protocol=TCP dir=in localport=1556,13724 action=allow
netsh advfirewall firewall add rule name=”Veritas Netbackup” protocol=TCP dir=out localport=1556,13724 action=allow
pause
W for Windows :-)
@echo off
netsh advfirewall firewall add rule name=”Veritas Netbackup” protocol=TCP dir=in localport=1556,13724 action=allow
netsh advfirewall firewall add rule name=”Veritas Netbackup” protocol=TCP dir=out localport=1556,13724 action=allow
pause