Activate: Firewall configuration
It is important to allow to port 8012
in the firewall configuration:
Add a firewall rule manually
Create a rule for the TCP port:
- Open the Windows Defender Firewall application (Windows Key + “Firewall”)
- Click on “Advanced Settings”
- Click on Inbound Rules
- Create a new Inbound Rule
- Select Port
- Click Next
- Select TCP and set Specific local ports:
8012
- Click Next
- Select Allow the connection
- Click Next
- Give a name to the rule, for example
Sym3 Activate Service (TCP)
Create a rule for the UDp ports:
- Open the Windows Defender Firewall application (Windows Key + “Firewall”)
- Click on “Advanced Settings”
- Click on Inbound Rules
- Create a new Inbound Rule
- Select Port
- Click Next
- Select UDP and set Specific local ports:
20001,20002,3000
- Click Next
- Select Allow the connection
- Click Next
- Give a name to the rule, for example
Sym3 Activate Service (UDP)
Add a firewall rule by CLI
netsh advfirewall firewall add rule name="Sym3 Activate Service (TCP)" dir=in action=allow protocol=TCP localport=8012
netsh advfirewall firewall add rule name="Sym3 Activate Service (UDP)" dir=in action=allow protocol=UPP localport=20001,20002,3000