I am trying to access SQL Server, which is displayed through IP NAT mapping. All ports are open. I do not know the details of NAT, if appropriate, since it is somewhere else in the company hidden in a bunch of red tape.
Here is what I understood. When you try to access a named instance of SQL Server, the client asks which port the named instance is running on. If I am RDP in SQL Server, I can use netstatto find out the port of this instance and successfully connect through the firewall. However, connecting through the instance name does not work. I assume that the server at some point responds to the internal IP address, and the client uses this.
Does anyone know if this is true, and is there a way around it?
source
share