SQL Server 2008 和 Windows 防火墙问题
我正在尝试连接到 Server 2008 上的 SQL 2008 Express 实例,但 Windows 防火墙出现问题。如果防火墙关闭,我就没有问题。
错误提供者是 SQL 网络接口。我已经按照网上的许多说明打开了 TCP 1433 和 UDP 1434,但无济于事。
有什么想法吗?谢谢
I'm trying to connect to a SQL 2008 Express instance on Server 2008 but am having problems with Windows Firewall. If the firewall is off, I have no issues.
The error provider is SQL Network Interfaces. I've opened TCP 1433 and UDP 1434 as per many instructions on the ney but to no avail.
Any ideas? Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您需要打开更多端口,而不仅仅是 1433 和 1434。 记录了完整列表在 MSDN 上。 IIS 可能只需要 1433 和 1434,因为它只需要访问数据库引擎,但 SQL Management studio 可能需要打开更多端口,因为它需要与各种其他 SQL 服务通信(例如,对于 sql server 代理、配置警报、日志、设置等)
I think you need to open more ports than just 1433 and 1434. The full list is documented on MSDN. IIS may only need 1433 and 1434 because all it will need is just access to the database engine, but SQL Management studio may need more ports open since it will want to talk to all sorts of other SQL services (e.g. for sql server agent, configuring alerts, logs, settings etc)