Difference between revisions of "Windows Firewall rules"

(Standard ports)
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
When using a miniSim on a public network, it is recommended to scope network connections to a few different executables in Windows Firewall.
+
When using a miniSim on a public network, it is recommended to scope network connections for a few different ports in Windows Firewall. To do this, you'll need to itemize the IPs (or ranges of IP addresses) that you want to allow access.
 +
 
 +
For tips on how to create a custom Windows Firewall rule, [https://www.howtogeek.com/112564/how-to-create-advanced-firewall-rules-in-the-windows-firewall/ visit this link] and scroll down to the '''Example Rule: Restricting Access''' heading.
 +
 
  
 
== miniSim ==
 
== miniSim ==
*Simop Server
+
=== Standard ports ===
*Visual Server
+
{| class="wikitable"
*Publish/Subscribe Dictionary
+
! style="background-color:#efefef;" | Port
*Publish/Subscribe Manager
+
! style="background-color:#efefef;" | Type
 +
! style="background-color:#efefef;" | Description
 +
|-
 +
| 2554
 +
| style="background-color:#32cb00;" | TCP
 +
| PSManager (all data is received)
 +
|-
 +
| 2555
 +
| style="background-color:#32cb00;" | TCP
 +
| PSDict (talking to the dictionary)
 +
|-
 +
| 2556
 +
| style="background-color:#32cb00;" | TCP
 +
| PSManager (subscribers talk to PSManager)
 +
|-
 +
| 9000
 +
| style="background-color:#32cb00;" | TCP
 +
| SimopServer
 +
|-
 +
| 10123
 +
| style="background-color:#32cb00;" | TCP
 +
| FTP from Simop to LocalCoordinator
 +
|}
 +
 
 +
== Vidcap ==
 +
=== Standard ports ===
 +
{| class="wikitable"
 +
! style="background-color:#efefef;" | Port
 +
! style="background-color:#efefef;" | Type
 +
! style="background-color:#efefef;" | Description
 +
|-
 +
| 2554
 +
| style="background-color:#32cb00;" | TCP
 +
| PSManager (all data is received)
 +
|-
 +
| 2555
 +
| style="background-color:#32cb00;" | TCP
 +
| PSDict (talking to the dictionary)
 +
|-
 +
| 2556
 +
| style="background-color:#32cb00;" | TCP
 +
| PSManager (subscribers talk to PSManager)
 +
|-
 +
| 9000
 +
| style="background-color:#32cb00;" | TCP
 +
| SimopServer
 +
|-
 +
| 10123
 +
| style="background-color:#32cb00;" | TCP
 +
| FTP from Simop to LocalCoordinator
 +
|-
 +
| 64009
 +
| style="background-color:#7bd8ff;" | UDP
 +
| PSManager (UDP)
 +
|}

Latest revision as of 09:11, 24 July 2019

When using a miniSim on a public network, it is recommended to scope network connections for a few different ports in Windows Firewall. To do this, you'll need to itemize the IPs (or ranges of IP addresses) that you want to allow access.

For tips on how to create a custom Windows Firewall rule, visit this link and scroll down to the Example Rule: Restricting Access heading.


miniSim

Standard ports

Port Type Description
2554 TCP PSManager (all data is received)
2555 TCP PSDict (talking to the dictionary)
2556 TCP PSManager (subscribers talk to PSManager)
9000 TCP SimopServer
10123 TCP FTP from Simop to LocalCoordinator

Vidcap

Standard ports

Port Type Description
2554 TCP PSManager (all data is received)
2555 TCP PSDict (talking to the dictionary)
2556 TCP PSManager (subscribers talk to PSManager)
9000 TCP SimopServer
10123 TCP FTP from Simop to LocalCoordinator
64009 UDP PSManager (UDP)