简体   繁体   English

如何避免MSSQL数据库服务器上的意外点击

[英]How to avoid unwanted hits on MSSQL Database Server

i have MSSQL Database server, Daily am getting more than 50,000 unwanted login attempts for sa user. 我有MSSQL数据库服务器,每天为一个用户获得50,000多个不需要的登录尝试。 because this server got low performance. 因为该服务器性能低下。 how to avoid this 如何避免这种情况

i have disabled sa user instead of that i have create new sql admin user. 我禁用了一个sa用户,而不是我创建了一个新的sql admin用户。 but when i have check sql log same issue invalid user & password login attempts. 但是当我检查sql日志时,同样的问题导致无效的用户名和密码登录尝试。

please help me anyone to resolve this issue. 请帮助我解决此问题的任何人。

1/ Switch from using "mixed mode" authentication to windows accounts. 1 /从使用“混合模式”身份验证切换到Windows帐户。

2/ If (and only if) an external service requires access to the SQL Server, permit access to the specific IP addresses required at the firewall. 2 /如果(且仅当)外部服务需要访问SQL Server时,允许访问防火墙处所需的特定IP地址

3/ Put in place a VPN Network between the office and the data center. 3 /在办公室和数据中心之间建立一个VPN网络。

4/ Persist IPs where those request comes from than ignore any request coming from those IPs. 4 /坚持那些请求来自的IP,而不是忽略那些IP发出的任何请求。 Check with your hosting provider if they offer any "IP deny" feature. 请咨询您的托管服务提供商是否提供“ IP拒绝”功能。

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

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