Scenario:
- LIVE Server: 210.210.210.210
- External IP of Office: 111.111.111.111
- SQL server on a server machine in office, machine name: MyMachine
- Another SQL server on another server machine in office, machine name: MyMachine2
- Name of instance on MYMachine: SQL2005
- Name of instance on MYMachine2: SQL2005
- Port on SQL Server on MyMachine: 1446
- Port on SQL Server on MyMachine2: 1443
I can successfully connect from live server to MyMachine2 using following credential
ServerName: 111.111.111.111
user: sa
pass: sa
But I am unable to connect on instance on MYMachine2 using following, using port.
ServerName: 111.111.111.111,1446
user: sa
pass: sa
Error:
TITLE: Connect to Server
------------------------------
Cannot connect to 111.111.111.111,1446
------------------------------
ADDITIONAL INFORMATION:
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 0 - A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.) (Microsoft SQL Server, Error: 10060)
- TCP/IP port is enable on MyMachine
- Browser service is running
Any help?
All IPs and machine names are fake.