简体   繁体   English

无法远程连接到SQL Server

[英]Cannot connect to SQL Server remotely

I'm Installing SQL Server 2008 Enterprise on my server, then I applied all of the remote rules to connect to this from my system. 我在服务器上安装SQL Server 2008 Enterprise,然后应用了所有远程规则从系统连接到该服务器。

But when I tried to connect to the SQL Server, I got errors. 但是,当我尝试连接到SQL Server时,出现了错误。 I created an account and did all of the steps in this link . 我创建了一个帐户,并完成了此链接中的所有步骤。

TODO: when I want to remotely connect to my server, I'm using PORT: 3390 - it means, I use xxxx:3390 to remotely connect. 待办事项:当我想远程连接到服务器时,我使用的是PORT:3390-这意味着,我使用xxxx:3390进行了远程连接。 And when I want to remotely my SQL Server, I just use xxxx 当我想远程访问SQL Server时,我只使用xxxx

When I N-map my server IP, I got these results: 当我对服务器IP进行N映射时,得到了以下结果:

  • 1723 open, 1723打开,
  • 1900 filtered, 1900过滤,
  • 2000 open, 2000年开放
  • 8080 open, also i don't see port 1433 is open. 8080打开,我也看不到端口1433打开。

Can anyone help me with this? 谁能帮我这个?

can you connect to sql server on remote host locally? 您可以本地连接到远程主机上的sql server吗? if you can, check your firewall configuration. 如果可以,请检查防火墙配置。 you need to open ports 你需要打开端口

  • 1433 TCP (for remote connect) 1433 TCP(用于远程连接)
  • 1434 UDP (for discovery) 1434 UDP(用于发现)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM