linux:traceroute不允许远程服务器发送操作

前端之家收集整理的这篇文章主要介绍了linux:traceroute不允许远程服务器发送操作前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
当我尝试traceroute到远程ip时,我得到了
发送:不允许操作
当我停止iptables时,traceroute工作正常.所以,我假设我需要一些ip规则发送.这条规则是什么?

我确实找到了一个解决方http://forums.fedoraforum.org/showthread.php?t=112516,我把它添加到我的iptables,重启它,但过了一会儿CSF似乎再次阻止发送.有些事情会覆盖这条规则.

解决方法

Found解决方案:

Do you have CSF installed? If yes,open the config page for CSF and search the page for traceroute. There you’ll see this message:

# Allow outgoing UDP ports

# To allow outgoing traceroute add 33434:33523 to this list

猜你在找的Linux相关文章