Top
ServerView Resource Orchestrator V3.4.0 Automatic Quarantining Function User's Guide
FUJITSU Software

2.2.3 Configuring the Windows Firewall

This section explains the procedure for configuring the Windows firewall.

Procedure
[Virtual Edition]

Configure the Windows firewall.

> netsh advfirewall firewall add rule name="ServerView Resource Orchestrator(TCP)" dir=in protocol=tcp localport=162,14974-14989,23461 action=allow

> netsh advfirewall firewall add rule name="ServerView Resource Orchestrator(UDP)" dir=in protocol=udp localport=67,69,162,4011,4972,14974-14989 action=allow

When using the email notification function, perform the following settings.

> netsh advfirewall firewall add rule name="ServerView Resource Orchestrator(SMTP)" dir=out protocol=tcp localport=25 action=allow

[Cloud Edition]
For the settings to use when using ROR CE, refer to "Appendix A Port List" in the "Design Guide CE", and perform the same procedure as for ROR VE.
Confirmation of Results

Confirm that the above settings are configured in the [Inbound Rules].

>netsh advfirewall firewall show rule name="ServerView Resource Orchestrator(TCP)"

>netsh advfirewall firewall show rule name="ServerView Resource Orchestrator(UDP)"

When using the function for sending email notifications, the following will also be configured in the [Inbound Rules].

>netsh advfirewall firewall show rule name="ServerView Resource Orchestrator(SMTP)"