|
|
同样的 BT 问件在XP下的 速度为100左右,在CentOS5下我用azureus的 下载速度只有10-20左右,很少能高过20。而且下在不了一会就显示NAT被防火墙阻挡。设置里下载速度是不限制的 。默认监听端口是6881-6999,我根据提示执行了以下命令:
[root@localhost rar]# iptables -I INPUT -p udp --dport 6881 -j ACCEPT
[root@localhost rar]# iptables -I INPUT -p udp --dport 6882 -j ACCEPT
[root@localhost rar]# iptables -I INPUT -p udp --dport 6883 -j ACCEPT
[root@localhost rar]# iptables -I INPUT -p udp --dport 6884 -j ACCEPT
[root@localhost rar]# iptables -I INPUT -p udp --dport 6885 -j ACCEPT
[root@localhost rar]# iptables -I INPUT -p udp --dport 6886 -j ACCEPT
[root@localhost rar]# iptables -I INPUT -p udp --dport 6887 -j ACCEPT
[root@localhost rar]# iptables -I INPUT -p udp --dport 6888 -j ACCEPT
[root@localhost rar]# iptables -I INPUT -p udp --dport 6889 -j ACCEPT
[root@localhost ~]# iptables -I INPUT -p tcp --dport 6881 -j ACCEPT
[root@localhost ~]# iptables -I INPUT -p tcp --dport 6882 -j ACCEPT
[root@localhost ~]# iptables -I INPUT -p tcp --dport 6883 -j ACCEPT
[root@localhost ~]# iptables -I INPUT -p tcp --dport 6884 -j ACCEPT
[root@localhost ~]# iptables -I INPUT -p tcp --dport 6885 -j ACCEPT
[root@localhost ~]# iptables -I INPUT -p tcp --dport 6886 -j ACCEPT
[root@localhost ~]# iptables -I INPUT -p tcp --dport 6887 -j ACCEPT
[root@localhost ~]# iptables -I INPUT -p tcp --dport 6888 -j ACCEPT
[root@localhost ~]# iptables -I INPUT -p tcp --dport 6889 -j ACCEPT
NAT正常了 ,可是下载速度还是只有20以下。这些命令是不是打开这些端口阿 ?为什么我的 速度这么慢,是不是在多打开些端口就会快点了 ?CentOS5下用BT下载文件问题? |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|