안녕하세요. 도정진입니다.
이번엔은 클린 데비안에 토렌트 서버를 설치해 보겠습니다.
이번글은 매우 간단하기 때문에 하기의 글을 추가적으로 참조하시면 좋습니다.
http://blog.djjproject.com/220
1. 설치 진행하기
아래의 명령으로 설치를 진행합니다.
root@MyCloud:~# apt-get install transmission-daemon
Reading package lists... Done
Building dependency tree
Reading state information... Done
2. 설정 진행하기
설정을 하기 위해서는 서버를 중단해야 합니다.
root@MyCloud:~# service transmission-daemon stop
[ ok ] Stopping bittorrent daemon: transmission-daemon.
root@MyCloud:~#
설정값 전체를 올려드립니다.
root@MyCloud:~# nano /etc/transmission-daemon/settings.json
{
"alt-speed-down": 2048,
"alt-speed-enabled": false,
"alt-speed-time-begin": 540,
"alt-speed-time-day": 127,
"alt-speed-time-enabled": false,
"alt-speed-time-end": 1020,
"alt-speed-up": 50,
"bind-address-ipv4": "0.0.0.0",
"bind-address-ipv6": "::",
"blocklist-enabled": false,
"blocklist-url": "http://www.example.com/blocklist",
"cache-size-mb": 4,
"dht-enabled": true,
"download-dir": "/media/volume/downloads",
"download-limit": 100,
"download-limit-enabled": 0,
"download-queue-enabled": true,
"download-queue-size": 5,
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/root/Downloads",
"incomplete-dir-enabled": false,
"lpd-enabled": false,
"max-peers-global": 200,
"message-level": 2,
"peer-congestion-algorithm": "",
"peer-limit-global": 240,
"peer-limit-per-torrent": 60,
"peer-port": 51413,
"peer-port-random-high": 65535,
"peer-port-random-low": 49152,
"peer-port-random-on-start": false,
"peer-socket-tos": "default",
"pex-enabled": true,
"port-forwarding-enabled": true,
"preallocation": 1,
"prefetch-enabled": 1,
"queue-stalled-enabled": true,
"queue-stalled-minutes": 30,
"ratio-limit": 0,
"ratio-limit-enabled": true,
"rename-partial-files": true,
"rpc-authentication-required": true,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "{312e25953c300f1861e1954ee8bc4a4e6b136d5fbsB3mkIC",
"rpc-port": 9091,
"rpc-url": "/transmission/",
"rpc-username": "djj9405",
"rpc-whitelist": "127.0.0.1",
"rpc-whitelist-enabled": false,
"scrape-paused-torrents-enabled": true,
"script-torrent-done-enabled": false,
"script-torrent-done-filename": "",
"seed-queue-enabled": false,
"seed-queue-size": 10,
"speed-limit-down": 100,
"speed-limit-down-enabled": false,
"speed-limit-up": 100,
"speed-limit-up-enabled": false,
"start-added-torrents": true,
"trash-original-torrent-files": false,
"umask": 0,
"upload-limit": 100,
"upload-limit-enabled": 0,
"upload-slots-per-torrent": 1,
"utp-enabled": true
}
찐하게 된 부분만 설정하시면 되고 비밀번호는 입력하신 다음에 트랜스미션을 시작하시면 상기와 같이 암호화 되어 저장됩니다.
설정이 끝나셨으면 트랜스미션 서비스를 재시작합니다.
root@MyCloud:~# service transmission-daemon start
[ ok ] Starting bittorrent daemon: transmission-daemon.
root@MyCloud:~#
3. 연동
웹UI 로 연동이 가능합니다.
http://mycloud:9091/
혹은 아래의 앱으로 연동이 가능합니다.
https://sourceforge.net/projects/transgui/
안드로이드의 경우 아래의 앱을 사용하시면 됩니다.
https://play.google.com/store/apps/details?id=com.neogb.rtac
감사합니다.
'서버 > 리눅스 서버' 카테고리의 다른 글
오드로이드 HC2 간단 리뷰 (0) | 2018.05.01 |
---|---|
WD MyCloud GEN1 클린 데비안 , UPNP 포트포워딩 - 4편 (0) | 2018.04.19 |
WD Mycloud Gen1 debian 7 설치하기 및 최적화 - 2편 (1) | 2018.04.18 |
WD MyCloud 초기 세팅하기 및 구조 살펴보기 - 1편 (0) | 2018.04.18 |
아파치 서버 사용시, 유저에이전트에 따라 접근 제한하기 (0) | 2018.04.14 |
댓글