#1 2008-04-04 00:47:41
Linux BT速度之王-RTORRENT 安裝教學
前一陣子RTORRENT安裝後..速度真的是很驚人..是SCTCS和MLDONKEY無法比較的
使用資源也很低...廢話不多說..PO一下我安裝的過程
nano /opt/etc/ipkg.conf
在dest root /這行的上面 補上
src/gz optware http://ipkg.nslu2-linux.org/feeds/optware/oleg/cross/stable
存檔離開
ipkg update
ipkg install rtorrent
ipkg install dtach
ipkg install screen
ipkg install adduser
以上程式安裝完後是設定
nano /opt/etc/rtorrent.conf
進去設定檔以後把內容都刪了(太多註解和不需要的功能看了很亂)
換成以下的設定
min_peers = 40
max_peers = 250
max_uploads = 10
download_rate = 0
upload_rate = 20 #上傳速度請自行設定
directory = /opt/bt/download/
session = /opt/bt/cache
schedule = watch_directory,10,10,load_start=/opt/bt/torrent/*.torrent
schedule = tied_directory,10,10,start_tied=
schedule = untied_directory,10,10,close_untied=
schedule = ratio,60,60,"stop_on_ratio=500,200M,1500"
port_range = 6890-6900
use_udp_trackers = yes
send_buffer_size = 1M
receive_buffer_size = 2M
encoding_list = UTF-8
dht = auto
dht_port = 6890
encryption = allow_incoming,enable_retry,prefer_plaintext
nano /opt/etc/init.d/S99rtorrent
找到一行user="p2p"
把他改成user="admin" 如果你帳號有改的話 admin 請自行修改名稱
存檔後離開
設定防火牆
nano /usr/local/sbin/post-firewall
如果你進入以後設定檔不是空的請在最後一行之前加上
# Rtorrent
iptables -A INPUT -p tcp --dport 6890:6900 -j ACCEPT
iptables -A INPUT -p ucp --dport 6890 -j ACCEPT
如果是空的..請完整貼上以下
#!/bin/sh
iptables -D INPUT -j DROP
# Rtorrent
iptables -A INPUT -p tcp --dport 6890:6900 -j ACCEPT
iptables -A INPUT -p ucp --dport 6890 -j ACCEPT
iptables -A INPUT -j DROP
存檔後離開
flashfs save
flashfs commit
flashfs enable
reboot
建立資料夾
mkdir -p /opt/bt/download/
mkdir -p /opt/bt/torrent/
mkdir -p /opt/bt/cache/
最後看看RTORRENT是否能啟動
/opt/etc/init.d/./S99rtorrent start
啟動成功後輸入 screen -r 就能進入 rtorrent
退出幕後執行的快速鍵為ctrl+a然後按d
種子用FTP或是SAMBA丟到/opt/bt/torrent/這個資料夾裡面就會跑了
下載後的檔案或是資料夾在/opt/bt/download/ 裡面
rtorrent的更多使用方法在http://discuz.orz101.com/viewthread.php … a=page%3D1
臨時想到打的 大家試試看..有錯我在編輯
最後修改: ken1029 (2008-04-18 19:09:03)
離線
#8 2008-04-04 18:26:02
Re: Linux BT速度之王-RTORRENT 安裝教學
erickou 提到:
能給我防火牆有開TCP的6890跟UDP的6890的指令嗎??
nano /usr/local/sbin/post-firewall
如果你進入以後設定檔不是空的請在最後一行之前加上
# Rtorrent
iptables -A INPUT -p tcp --dport 6890 -j ACCEPT
iptables -A INPUT -p ucp --dport 6890 -j ACCEPT
如果是空的..請完整貼上以下
#!/bin/sh
iptables -D INPUT -j DROP
# Rtorrent
iptables -A INPUT -p tcp --dport 6890 -j ACCEPT
iptables -A INPUT -p ucp --dport 6890 -j ACCEPT
iptables -A INPUT -j DROP
存檔後離開
flashfs save
flashfs commit
flashfs enable
reboot
離線
相關討論主題
主題 | 回覆 | 點閱 | 最後發表 |
---|---|---|---|
0 | 8379 | 2013-04-28 21:51:47 作者 hippo | |
|
17 | 102267 | 2012-08-23 11:21:19 作者 jzmno1 |
[TonidoPlug2] Arch Linux ARM 測試 作者 hippo
|
1 | 13636 | 2012-08-07 22:15:59 作者 hippo |
|
38 | 159001 | 2011-06-07 21:01:08 作者 hippo |
Tomato 安裝教學 作者 game9910
|
1 | 25340 | 2010-12-13 09:17:22 作者 hippo |