Sql-server – Open firewall ports on MSSQL for SCOM

scomsql serverwindows-server-2012-r2

I'm trying to figure out which ports I have to open on my MSSQL-Server to let the SCOM (System center operations manager) connect successfully.

I've tried:

disable the domain network firewall -> SCOM successfully connect.

new rule allow TCP inbound ports 1-65535 -> SCOM successfully connect.

If I just enable port 1433,1434 no connection can be established (from Technet.microsoft)

Which ports do I have to open?

I'm using SCOM 2012 with MSSQL 2014 on win Server 2012R2

Best Answer

Since 2008, SQL Server answers on dynamic ports by default. You can set static ports in SQL Server Configuration Manager.

To turn Dynamic Ports off, erase the 0 that appears on the right side, above the port number (in this case, 1433).

Once you have static ports, you'll need to enable access to 1433 TCP and 1434 UDP.

enter image description here