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 |
grc1uk
Starting Member
4 Posts |
Posted - 2007-03-21 : 05:51:28
|
HiI have been trying to connect to my SQL server from a remote server which is connected via a VPN. The problem is that when i TELNET to the SQL server i get a server does not exist error.I think i have come accross the issue in hand. The server that we are trying to connect to is in a cluster, that is not the issue. The issue is that the server has 3 network cards. NIC one - 10.0.0.13NIC two - 192.168.0.98NIC three - 172.16.0.42SQL is currecntly listening on NIC two 192.168.0.98 but we are connecting on the other network card which is on the 10.0.0.13 range. How, within SQL can i change which NIC SQL is associted with?can someone shed some light on this one for methanksGareth CollinsThanks Gareth Collins |
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2007-03-21 : 06:00:05
|
Configure your client network utility (for TCP/IP library) to listen to desired IP address.Harsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
 |
|
grc1uk
Starting Member
4 Posts |
Posted - 2007-03-21 : 09:25:37
|
Hithanks for the replycan you let me know how this is done, when i go in to the Cleint Network Utility, i can not see where i edit the TCP/IP LibrarythanksGareth CollinsThanks Gareth Collins |
 |
|
grc1uk
Starting Member
4 Posts |
Posted - 2007-03-22 : 04:46:54
|
Just to let you know that this has been resolved.Needed to re-run the SQL server setup and then put the additional IP address in the settings.This has been done and tested and works finethanks for you helpThanks Gareth Collins |
 |
|
|
|
|