Configuring Windows Firewall
This article describes how you can configure the Windows firewall to allow the clients' connection to Octa GST Server.
Open Start menu and type cmd
Right click Command Prompt and click on Run as administrator
Run below commands
netsh advfirewall firewall add rule name=Octa dir=in action=allow profile=any localport=6282 protocol=tcp
netsh advfirewall firewall add rule name=Octa dir=in action=allow profile=any localport=6282 protocol=udp