Search code examples
windows-server-2016windows-firewall

Opened Port on Windows Server 2016 still not listening


I cannot figure out what I am doing wrong. I have a home server that I host SQL Server on. I am trying to connect my app to the DB server (MS Sql Server).

I have opened ports 1433 and 1434 on the server through the Windows Firewall (inbound).

When I attempt to telnet in; it does not connect.

On the server - if I run netstat -a ---> I don't see 1433/1434 showing up in the list on listening ports.

What else do I need to do?


Solution

  • Can you try adding port number 1433 or 1434 via SQL Server Configuration Manager ?

    enter image description here

    addl info :

    https://devjef.wordpress.com/2015/04/15/on-which-port-is-sql-server-running/