This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 6 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
当然听起来像防火墙问题。 尝试停止 iptables,然后再次运行。 此外,RALUS 可以转储日志文件 - 这可能会提供更多信息。
我自己使用较旧的 UNIX 代理,它使用端口 6101 IIRC - 但我相信较新的客户端使用 tcp/10000 进行控制,使用 1024-65535 进行传输。
最后的手段是启动网络嗅探器。 ;)
Sure sounds like firewall issues. Try stopping iptables, and running again. Also, RALUS can dump a log file - which may give some more to go on.
I use the older UNIX agent myself, which uses port 6101 IIRC - but I believe that the newer client uses tcp/10000 for control and 1024-65535 for transfer.
Last resort is to fire up a network sniffer. ;)
为了澄清答案,解决方案是开放 1024-65535 之间的 TCP 端口。
iptables 看起来像这样:
我执行了这个命令来添加新规则:
然后它们看起来像这样:
当您验证它有效时保存 iptables:
To clarify the answer, the solution was to open up the tcp ports from 1024-65535.
The iptables looked liked this:
I executed this command to add the new rule:
Then they looked like this:
Save the iptables when you've verified that it works: