bittorrent端口

BitTorrent is a distributed file-sharing protocol. There is a lot of different type of applications using the BitTorrent protocol. There is a lot of advantages to using BitTorrent from different points. It saves and balances global download traffic. Accelerates client-side download speed. But some times there are port-related problems that blocks or slow down the BitTorrent client. BitTorrent uses TCP ports 6881 to 6999. In this situation, we will define some port range for our Linux firewall

BitTorrent是一种分布式文件共享协议。 使用BitTorrent协议的应用程序种类繁多。 从不同角度使用BitTorrent有很多优点。 它可以节省和平衡全局下载流量。 加快客户端下载速度。 但是有时候,与端口相关的问题会阻塞或减慢BitTorrent客户端的速度。 BitTorrent使用TCP端口6881至6999。在这种情况下,我们将为Linux防火墙定义一些端口范围

启用防火墙的输入端口(Enable Input Ports For Firewall)

We will enable coming connection to our ports.

我们将启用到端口的连接。

$ iptables -A INPUT -p tcp --destination-port 6881:6999 -j ACCEPT

启用防火墙的输出通信 (Enable Output Communication For Firewall)

As we use same ports to connect other BitTorrent clients we will provide a rule for the remote going connections.

当我们使用相同的端口连接其他BitTorrent客户端时,我们将为远程连接提供规则。

$ iptables -A OUTPUT -p tcp --source-port 6881:6999 -j ACCEPT

列出与BitTorrent相关的防火墙规则 (List BitTorrent Related Firewall Rules)

We will check if our rules are put into iptables rules pack.

我们将检查我们的规则是否放入iptables规则包中。

$ iptables -L | grep 68

List BitTorrent Related Firewall Rules
列出与BitTorrent相关的防火墙规则
.ueda2f88548842ce7d09ef43794446e20 , .ueda2f88548842ce7d09ef43794446e20 .postImageUrl , .ueda2f88548842ce7d09ef43794446e20 .centered-text-area { min-height: 80px; position: relative; } .ueda2f88548842ce7d09ef43794446e20 , .ueda2f88548842ce7d09ef43794446e20:hover , .ueda2f88548842ce7d09ef43794446e20:visited , .ueda2f88548842ce7d09ef43794446e20:active { border:0!important; } .ueda2f88548842ce7d09ef43794446e20 .clearfix:after { content: ""; display: table; clear: both; } .ueda2f88548842ce7d09ef43794446e20 { display: block; transition: background-color 250ms; webkit-transition: background-color 250ms; width: 100%; opacity: 1; transition: opacity 250ms; webkit-transition: opacity 250ms; background-color: #ECF0F1; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); } .ueda2f88548842ce7d09ef43794446e20:active , .ueda2f88548842ce7d09ef43794446e20:hover { opacity: 1; transition: opacity 250ms; webkit-transition: opacity 250ms; background-color: #D35400; } .ueda2f88548842ce7d09ef43794446e20 .centered-text-area { width: 100%; position: relative; } .ueda2f88548842ce7d09ef43794446e20 .ctaText { border-bottom: 0 solid #fff; color: #3498DB; font-size: 16px; font-weight: bold; margin: 0; padding: 0; text-decoration: underline; } .ueda2f88548842ce7d09ef43794446e20 .postTitle { color: #27AE60; font-size: 16px; font-weight: 600; margin: 0; padding: 0; width: 100%; } .ueda2f88548842ce7d09ef43794446e20 .ctaButton { background-color: #e6e6e6!important; color: #3498DB; border: none; border-radius: 3px; box-shadow: none; font-size: 14px; font-weight: bold; line-height: 26px; moz-border-radius: 3px; text-align: center; text-decoration: none; text-shadow: none; width: 80px; min-height: 80px; background: url(https://www.poftut.com/wp-content/plugins/intelly-related-posts/assets/images/simple-arrow.png)no-repeat; position: absolute; right: 0; top: 0; } .ueda2f88548842ce7d09ef43794446e20:hover .ctaButton { background-color: #E67E22!important; } .ueda2f88548842ce7d09ef43794446e20 .centered-text { display: table; height: 80px; padding-left: 18px; top: 0; } .ueda2f88548842ce7d09ef43794446e20 .ueda2f88548842ce7d09ef43794446e20-content { display: table-cell; margin: 0; padding: 0; padding-right: 108px; position: relative; vertical-align: middle; width: 100%; } .ueda2f88548842ce7d09ef43794446e20:after { content: ""; display: block; clear: both; }

LEARN MORE  Linux Avahi Daemon Tutorial With Examples

.ueda2f88548842ce7d09ef43794446e20 , .ueda2f88548842ce7d09ef43794446e20 .postImageUrl , .ueda2f88548842ce7d09ef43794446e20 .centered-text-area { min-height: 80px; position: relative; } .ueda2f88548842ce7d09ef43794446e20 , .ueda2f88548842ce7d09ef43794446e20:hover , .ueda2f88548842ce7d09ef43794446e20:visited , .ueda2f88548842ce7d09ef43794446e20:active { border:0!important; } .ueda2f88548842ce7d09ef43794446e20 .clearfix:after { content: ""; display: table; clear: both; } .ueda2f88548842ce7d09ef43794446e20 { display: block; transition: background-color 250ms; webkit-transition: background-color 250ms; width: 100%; opacity: 1; transition: opacity 250ms; webkit-transition: opacity 250ms; background-color: #ECF0F1; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17); } .ueda2f88548842ce7d09ef43794446e20:active , .ueda2f88548842ce7d09ef43794446e20:hover { opacity: 1; transition: opacity 250ms; webkit-transition: opacity 250ms; background-color: #D35400; } .ueda2f88548842ce7d09ef43794446e20 .centered-text-area { width: 100%; position: relative; } .ueda2f88548842ce7d09ef43794446e20 .ctaText { border-bottom: 0 solid #fff; color: #3498DB; font-size: 16px; font-weight: bold; margin: 0; padding: 0; text-decoration: underline; } .ueda2f88548842ce7d09ef43794446e20 .postTitle { color: #27AE60; font-size: 16px; font-weight: 600; margin: 0; padding: 0; width: 100%; } .ueda2f88548842ce7d09ef43794446e20 .ctaButton { background-color: #e6e6e6!important; color: #3498DB; border: none; border-radius: 3px; box-shadow: none; font-size: 14px; font-weight: bold; line-height: 26px; moz-border-radius: 3px; text-align: center; text-decoration: none; text-shadow: none; width: 80px; min-height: 80px; background: url(https://www.poftut.com/wp-content/plugins/intelly-related-posts/assets/images/simple-arrow.png)no-repeat; position: absolute; right: 0; top: 0; } .ueda2f88548842ce7d09ef43794446e20:hover .ctaButton { background-color: #E67E22!important; } .ueda2f88548842ce7d09ef43794446e20 .centered-text { display: table; height: 80px; padding-left: 18px; top: 0; } .ueda2f88548842ce7d09ef43794446e20 .ueda2f88548842ce7d09ef43794446e20-content { display: table-cell; margin: 0; padding: 0; padding-right: 108px; position: relative; vertical-align: middle; width: 100%; } .ueda2f88548842ce7d09ef43794446e20:after { content: ""; display: block; clear: both; }

了解更多带有示例Linux Avahi守护程序教程

翻译自: https://www.poftut.com/enable-bittorrent-ports-linux-firewall/

bittorrent端口

bittorrent端口_如何在Linux防火墙中启用BitTorrent端口?相关推荐

  1. centos sftp客户端 c 源码_如何在 Linux 系统中如何更改 SFTP 端口

    如何在 Linux 系统中如何更改 SFTP 端口 SFTP(SSH文件传输协议)是一种安全文件协议,用于通过加密连接在两个主机之间传输文件.它还允许您对远程文件执行各种文件操作并恢复文件传输. SF ...

  2. 2008 mysql 本地安全_如何在Linux系统中建立mysql的本地安全机制?

    如何在Linux系统中对MySQL进行本地的安全机制?今天我们将给大家介绍下具体的操作方法. local-infile=0#关闭远程连接,即3306端口.这是LinuxMySQL的默认监听端口.由于此 ...

  3. linux python开发环境_如何在Linux系统中搭建Python编程环境

    1 在大多数的Linux系统中,基本上都默认安装了Python,也就是说,在Linux的系统中基本上是不需要安装什么软件,就可以使用Python. 下面以ubuntu操作系统为例,看看如何在Linux ...

  4. linux mint 图标主题_如何在 Linux Mint 中更换主题

    一直以来,使用 Cinnamon 桌面环境的 Linux Mint 都是一种卓越的体验.这也是为何我喜爱 Linux Mint的主要原因之一. -- It's Foss(作者) 一直以来,使用 Cin ...

  5. linux查端口被占用情况,Linux系统中如何查询端口被占用情况

    今天小编要跟大家分享的文章是关于Linux系统中如何查询端口被占用情况.正在从事Linux运维工作的小伙伴来和小编来和小编一起看一看吧,希望能够对大家有所帮助. Linux如何查看端口 1.lsof ...

  6. linux 查看开放的端口_如何在 Linux 中查看正在使用的端口

    在对网络连接或特定于应用程序的问题进行故障排除时,首先要检查的是应该在系统上实际使用哪些端口以及哪个应用程序正在侦听特定端口.本文会介绍如何使用 netstat , ss 和 lsof 命令找出哪些服 ...

  7. linux 更改ssh端口_如何在Linux中更改SSH端口-简易指南

    linux 更改ssh端口 The default port on SSH is 22. But for security reasons, it's a good idea to change SS ...

  8. windows防火墙规则_如何在Windows防火墙中创建高级防火墙规则

    windows防火墙规则 Windows' built-in firewall hides the ability to create powerful firewall rules. Block p ...

  9. linux防火墙关闭启用增减端口号命令

    查看防火墙信息 firewall-cmd --list-all 查看防火墙状态 firewall-cmd --state systemctl status firewalld 添加端口号到防火墙中,永 ...

最新文章

  1. TensorRT Samples: MNIST
  2. Android 应用内存优化 之 onLowMemory onTrimMemory
  3. Runnable和Thread的区别
  4. 对软件工程课程的期望
  5. 开源的python机器学习模块
  6. 第16课 “远程 Git文档库” 的基础操作
  7. 论文笔记:语音情感识别(二)声谱图+CRNN
  8. 英寸和厘米的交互python_Python / PyQt4:如何找到显示器的尺寸(以英寸为单位)?...
  9. 计算机word表格怎么求和,【Word文档怎么求和】- 虎课网
  10. 《情书》——岩井俊二
  11. 【JavaWeb】Servlet系列——HttpServletRequest接口详解
  12. 《如果梵高生在中国》笔记
  13. 实用工具网站(搜索/PPT/图片操作...)
  14. ARCore⭐四、图片识别
  15. DORIS单节点部署
  16. 第1章 KRKR游戏系统汉化说明
  17. 我的世界整合包内自带服务器,我的世界服务器整合包怎么用
  18. 华硕笔记本扇热声音大
  19. NOI / 1.6编程基础之一维数组01:与指定数字相同的数的个数
  20. JAVA怎么替换html标签呢???

热门文章

  1. 运放电路的工作原理_一文教你巧识滤波、稳压、比较、运放电路
  2. intellij idea快速切换大小写
  3. p2p网贷系统的架构设计
  4. 计算机组成原理静态存储器实验报告,静态随机存储器实验报告计算机组成原理...
  5. linux配置163镜像,修改yum使用163开源镜像升级CentOS
  6. 海湾crt调试_海湾设备调试步骤
  7. 关于图的广度优先搜索—————洛谷1332
  8. AtCoder Beginner Contest 285解题报告
  9. Druid连接池加密处理
  10. 计算机毕业论文致谢信范文,论文致谢信10篇