FreeBSD 带宽分配

发布于 2024-09-13 08:56:49 字数 373 浏览 5 评论 0原文

我们有一个 FreeBSD 服务器。主要 IP 为 11.11.11.11。还有两个额外的 IP 22.22.22.22 和 33.33.33.33。

需要在此服务器上设置防火墙,执行以下操作:

  1. 如果用户从 11.11.11.11 下载,则授予他 5Mbit 保证带宽。

  2. 如果用户从 22.22.22.22 下载,每个传入 ip 的下载带宽限制为 320Kbit,因此,如果一个 ip 使用 10 个连接/线程下载,带宽将为 32Kbit。

  3. 如果用户从33.33.33.33下载,则下载带宽不受限制。此外,如果全部使用 95Mbit,则需要占用从 22.22.22.22 下载的用户的带宽。

We have a FreeBSD server. Primary IP is 11.11.11.11. Also there are two additional IPs 22.22.22.22 and 33.33.33.33.

Need to set up a firewall on this server doing the following:

  1. If user downloads from 11.11.11.11, grant him 5Mbit guaranteed bandwidth.

  2. If user downloads from 22.22.22.22 limit download bandwidth to 320Kbit per incoming ip so if one ip is downloading using 10 connections/threads, bandwidth will be 32Kbit.

  3. If user downloads from 33.33.33.33 download bandwidth is not limited. Moreover if all 95Mbit is used it should take bandwidth from users downloading from 22.22.22.22.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

因为看清所以看轻 2024-09-20 08:56:49

您将需要 ALTQ,它是数据包过滤器 (PF) 的一部分。请查看以下示例:

/usr/share/examples/pf/

以及来自 OpenBSD 网站的精美文档:

http:// www.openbsd.org/faq/pf/queueing.html

您可能会发现示例配置与您的配置非常相似。

You will need ALTQ, which is a part of Packet Filter (PF). Please take a look at the examples in:

/usr/share/examples/pf/

and nice documentation from OpenBSD website:

http://www.openbsd.org/faq/pf/queueing.html

You will probably find in the examples configuration very similar to your.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文