Open the Windows Firewall ports on each system so that the two nodes
(WebSpace/Operations Hub) can communicate properly.
Before you begin
Open Windows Powershell as an administrator to run the
commands.
Procedure
-
On the Operations Hub system, run the following commands to open the firewall
ports.
-
Open Operations Hub port 443 (Operations Hub reverse proxy port):
New-NetFirewallRule -DisplayName "my_port_443" -Direction Inbound
-Action Allow -Protocol TCP -LocalPort 443
-
On the CIMPLICITY/WebSpace system, run the following commands to open the firewall
ports.
-
Open CIMPLICITY port 9443 (Public external REST port for NGINX):
New-NetFirewallRule -DisplayName "my_port_9443" -Direction
Inbound -Action Allow -Protocol TCP -LocalPort 9443
-
Open CIMPLICITY port 443 (the WebSpace/IIS port):
New-NetFirewallRule -DisplayName "my_port_443" -Direction Inbound
-Action Allow -Protocol TCP -LocalPort 443
-
Open CIMPLICITY port 491 (the WebSpace server port):
New-NetFirewallRule -DisplayName "my_port_491" -Direction Inbound
-Action Allow -Protocol TCP -LocalPort 491