Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
tech_1
Posting Yak Master
129 Posts |
Posted - 2013-01-03 : 15:10:22
|
Hi,I need some help on configuring this setup:Host PC: IP Address: 20.168.1.2host PC has VMWare. This VMWare image has SQL Server 2008 R2 with remote connections and everything enabled.The VMWare image has the following IP Addresses:192.168.106.216192.168.106.218The VMWare image can obviously connect to itself in terms of the database (instance name: SQL2008)however when trying to connect FROM the host to the VMWare image, I cannot connect. it just says that it could not find the network instance/resource etc...I can ping successfully from the host to the VMWare image (192.168.106.216) and RDP to it no problem.any ideas what I am doing wrong? how can I connect my host SSMS to the remote/VMWare SQL Server instance? |
|
ovc
Starting Member
35 Posts |
Posted - 2013-01-03 : 19:59:03
|
check the firewall and test if the issue persists if you deactivate it on the vmware image.If it works you should unblock the port for the sql server instance.If the sql server instance is a named instance you have also to unblock the port for the sql server browser. |
|
|
|
|
|