I installed SQL 2012 on a new Server 2022 vm and restored a database on the new server from a SQL generated backup. The new SQLserver/instance is not showing up in the Odbc client on a windows client. I have verified that the port 1433 is outbound and inbound rules are set to allow. I have also tried disabling the firewall although disabling for "Domains" is not allowed as it for some reason is an administrator setting. I have tried SQL Server client and SQl Native Client Server 11.00. When I did the initial SQL server install there was a warning that there may be a port issue but did not elaborate.
Do I need to allow other port besides 1433? What steps do I need to do trouble shoot this?
What steps do I need to do
check the port that your SQL Server service is listening on. You can use SQL Config manager andnetstat -ano