Speedtouch st780i 正在阻止 ICMP
我正在 VB 中开发一个工具来进行 ping 测试,但某些 speedtouch 780i 路由器正在阻止 ICMP。
我自己在 speedtouch 路由器上尝试了一下。我远程登录并禁用防火墙和入侵检测,但 ICMP 仍然被阻止。
我的实际问题不是如何修复以允许 ICMP 在 Speedtouch 路由器配置上运行。我更感兴趣的是如何在不接触路由器的情况下解决这个问题。
我注意到,如果我使用浏览器对 Web 应用程序进行 ping 测试,一切都会正常。如果通过 cmd 进行 ping 操作,则无法正常工作。我认为这可能是端口问题,但我真的不确定。
I'm working on a tool in VB to make ping tests, but some speedtouch 780i routers are blocking ICMP.
I try it out myself on a speedtouch router. I telnet and disable the firewall and intrusion detection, but still the ICMP is blocked.
The actual question I have is not how to fix to allow the ICMP running over the Speedtouch router configuration. I'm more interested how to work around this problem without touching the router.
I noticed that if I make a ping test over a web application using my browser, everything works fine. If the ping is made over the cmd, it's not working. I'm thinkin it might be a port problem but I'm really not sure about it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
大多数网站都会有意阻止 ICMP,以防止对其网站进行拒绝服务攻击和 SQL 注入攻击。
Most websites are intentionally blocking ICMP to prevent Denial of Service attacks and SQL injection attacks to their sites.