Windows Firewall SQL Ports
- 3 sene önce, Burak Çalışkan tarafından yazılmıştır.
- Windows Firewall SQL Ports için yorumlar kapalı
- MSSQL,Windows,Windows Server
PowerShell Komutları
1 |
New-NetFirewallRule -DisplayName "SQLServer default instance" -Direction Inbound -LocalPort 1433 -Protocol TCP -Action Allow |
1 |
New-NetFirewallRule -DisplayName "SQLServer Browser service" -Direction Inbound -LocalPort 1434 -Protocol UDP -Action Allow |
CMD
1 2 |
netsh firewall set portopening protocol = TCP port = 1433 name = SQLPort mode = ENABLE scope = SUBNET profile = CURRENT |
MSSQL Bağlantı Portları;
TCP 1433, 4022, 135, 1434, UDP 1434.
# wf.msc (Windows Firewall) > Gelen KurallarC:\Program Files\Microsoft SQL Server\MSSQL15.<InstanceName>\MSSQL\Binn\sqlservr.exe