Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
您的 iptables 中已启用速率限制。我没有分析它们,但如果你在没有这些规则的情况下重试,它可能会起作用。
像这样,5 分钟内只有 10 个连接:
REJECT tcp -- Anywhere Anywhere tcp dpt:ssh state NEW 最近:UPDATE 秒:300 hit_count:10 name:DEFAULT side:源拒绝-with icmp-port-unreachable
You have rate-limiting active in your iptables. I didn't analyze them, but if you retry without those rules, it will probably work.
Like this, only 10 connections in 5 minutes:
REJECT tcp -- anywhere anywhere tcp dpt:ssh state NEW recent: UPDATE seconds: 300 hit_count: 10 name: DEFAULT side: source reject-with icmp-port-unreachable
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(1)
您的 iptables 中已启用速率限制。我没有分析它们,但如果你在没有这些规则的情况下重试,它可能会起作用。
像这样,5 分钟内只有 10 个连接:
REJECT tcp -- Anywhere Anywhere tcp dpt:ssh state NEW 最近:UPDATE 秒:300 hit_count:10 name:DEFAULT side:源拒绝-with icmp-port-unreachable
You have rate-limiting active in your iptables. I didn't analyze them, but if you retry without those rules, it will probably work.
Like this, only 10 connections in 5 minutes:
REJECT tcp -- anywhere anywhere tcp dpt:ssh state NEW recent: UPDATE seconds: 300 hit_count: 10 name: DEFAULT side: source reject-with icmp-port-unreachable