202509191423

This commit is contained in:
2025-09-19 14:23:56 +08:00
parent cba9e1ff7d
commit 3d477e38e7
3 changed files with 15 additions and 2 deletions

12
text.txt Normal file
View File

@@ -0,0 +1,12 @@
New-NetFirewallRule -DisplayName "Galera TCP 3306" -Direction Inbound -LocalPort 3306 -Protocol TCP -Action Allow
# TCP
New-NetFirewallRule -DisplayName "Galera TCP 4567" -Direction Inbound -LocalPort 4567 -Protocol TCP -Action Allow
New-NetFirewallRule -DisplayName "Galera TCP 4568" -Direction Inbound -LocalPort 4568 -Protocol TCP -Action Allow
New-NetFirewallRule -DisplayName "Galera TCP 4444" -Direction Inbound -LocalPort 4444 -Protocol TCP -Action Allow
# UDP
New-NetFirewallRule -DisplayName "Galera UDP 4567" -Direction Inbound -LocalPort 4567 -Protocol UDP -Action Allow