Block ping in Windows Server 2008 R2

核能气质少年 提交于 2019-12-21 17:32:13

问题


I have deployed my Asp.Net web application on Windows Server 2008 R2 , and I want to block all ping requests to this server without effecting my application .

Thanks in advance


回答1:


Go to StartAdministrative ToolsWindows Firewall with Advanced SecurityInbound RulesFile and Printer Sharing (Echo Request – ICMPv4-IN) → right click and select Enable Rule.

My application now works fine and when I try to ping my server I do not receive any response.




回答2:


Using the solution provided by Satinder, you should further refine the scope of which computer/server and/or IP range(s) can Ping your server.

That way, the public can't ping your server but maybe you or certain computer on your network can get to it in case you need a quick check on connectivity.



来源:https://stackoverflow.com/questions/10260897/block-ping-in-windows-server-2008-r2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!