This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
firewall [2017/09/06 20:57] kristof |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | **Poorten gebruikt in Club Planner:** | ||
| - | |||
| - | Voor UDP pakketten te ontvangen: | ||
| - | (oa na CheckIn op andere locatie in het netwerk of bancontact request) | ||
| - | |||
| - | * 11000 UDP = ClubCheckIn.exe + ClubCheckInApp (IOT) | ||
| - | * 11001 UDP = Club Planner.exe (UdpListenerPort: | ||
| - | * 11002 UDP = ClubBartender.exe | ||
| - | |||
| - | Voor de .exe app's ook via INI file instelbaar (vb): | ||
| - | [IO] | ||
| - | udplistener_port=11000 | ||
| - | |||
| - | Voor UDP pakketten te versturen (broadcast naar alle IP's in het netwerk) is de poort niet aanpasbaar in de .exe: | ||
| - | * 11000 UDP = Club Planner.exe naar bvb ClubCheckIn | ||
| - | * 11001 UDP = ClubCheckIn.exe + ClubBartender.exe | ||
| - | * 11002 UDP = Club Planner.exe naar BarTender | ||
| - | |||
| - | Wel aanpasbaar via JSON config: | ||
| - | * 11001 UDP = ClubCheckInApp (IOT) | ||
| - | |||
| - | |||
| - | **Standaard poort SQL Server:** | ||
| - | * 1433 TCP | ||
| - | |||
| - | |||
| - | **Remote Desktop:** | ||
| - | * 3389 TCP | ||
| - | |||