Hi,
Can anyone help me out how to connect sql server 2014 from remote computer using internet. I can able to connect with in the same network(local network). But i need to connect from somewhere in the world. Please help me
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajkiran SwainPosted Sep 29, 2017, 9:58 AM
client location Router settings:
Start->run->type cmd then press Enter
then dos prompt will open.
1) Now you can see dos prompt then type ipconfig - press Enter
Now your system ip,subnet and gateway information will display on your command prompt.
take your gate way ip ( for example : 192.168.1.1)
2) goto your system browser
type your gateway ip in browser address bar
Now your system will ask router username and password.
then enter your correct user name and password. then ur router home page will open in your browser.
Now you can see exactly 6 or 7 links, in that link click management link then sub links will list out lik LAN,WAN,NAT and so on.
now click NAT link then give your System ip and Sql server port then click save& apply...
this information for Bsnl router only
then check in command prompt with below command:
telnet client <> public ip <> 1433
if this command give blank black screen its connected with remote system if not otherwise
My connection string format:
that's it!!!