有两台 msr2600路由器,上网正常,也可以远程桌面。问题:1. telnet 登录后,不能 ping ,无论在哪个路由器上,都不能 ping 通对方2. 在 cmd 中,也不能ping通但两个路由器上网是正常的,这个是什么原因呢
有两台 msr2600路由器,上网正常,也可以远程桌面。问题:1. telnet 登录后,不能 ping ,无论在哪个路由器上,都不能 ping 通对方2. 在 cmd 中,也不能ping通但两个路由器上网是正常的,这个是什么原因呢
(0)
最佳答案
首先看看看是不是路由器上开启禁ping功能了,通常命令为接口下配置packet-filter,禁止ICMP类型报文
如果是ping电脑的话,电脑防火墙默认是禁止ping的,需要关掉防火墙测试
第三个就是要看下ping的地址是不是正确,主要是看ping的目的地址和对面接口地址是不是一样的~
(0)
我去掉了 nat outbound static 就可以ping 通了,谢谢
您好,请知:
可能在路由器上使用了安全策略禁PING了。可尝试给路由器配置个管理地址,通过路由发布出来看下是否能PING通。
以下是MSR2600的用户手册连接,请参考:
https://www.h3c.com/cn/Service/Document_Software/Document_Center/Routers/Catalog/MSR/MSR_2600/
(1)
port link-mode route firewall packet-filter 3500 inbound nat outbound static 去掉这个就行了,感谢回答 nat outbound 3001 nat server 2 protocol tcp global current-interface 45656 inside 192.168.10.24 45656 nat server 3 protocol tcp global current-interface 45897 inside 192.168.10.24 3389 nat server 1 protocol tcp global current-interface 5666 inside 192.168.10.46 1666 nat server 4 protocol tcp global current-interface 45899 inside 192.168.10.46 3389 mtu 1300
我去掉了 nat outbound static 就可以ping 通了,谢谢
原来做了地址转换,转换后的内网地址是不能被PING通的。 望采纳,感谢支持!
port link-mode route firewall packet-filter 3500 inbound nat outbound static 去掉这个就行了,感谢回答 nat outbound 3001 nat server 2 protocol tcp global current-interface 45656 inside 192.168.10.24 45656 nat server 3 protocol tcp global current-interface 45897 inside 192.168.10.24 3389 nat server 1 protocol tcp global current-interface 5666 inside 192.168.10.46 1666 nat server 4 protocol tcp global current-interface 45899 inside 192.168.10.46 3389 mtu 1300
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作
举报
×
侵犯我的权益
×
侵犯了我企业的权益
×
抄袭了我的内容
×
原文链接或出处
诽谤我
×
对根叔社区有害的内容
×
不规范转载
×
举报说明
我去掉了 nat outbound static 就可以ping 通了,谢谢