k2hyun
dd-wrt transmission 사용하기 본문
dd-wrt transmission 사용하기
## 외장하드에 "jffs" 폴더생성
## dd wrt 펌웨어에서 새로만든 폴더 mount 설정
관리-> 명령 -> 아래 스크립트 추가
mount /mnt/sda1/jffs /jffs ==== mount "경로" /jffs
서비스 -> NAS -> 비트토렌트 -> Transmission 데몬 사용함 체크
NAT -> Upnp -> UPnP 서비스 사용함
ssh로 접속해보면 다음경로에 (ftp나 외장하드 접속 해도됨)
/tmp/mnt/sda1/jffs/transmission
settings.json 파일 수정
{
"alt-speed-down": 50,
"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": "/mnt/sda1/dlna/down(다운로드폴더)",
"download-queue-enabled": true,
"download-queue-size": 1(동시 다운로드갯수),
"encryption": 1,
"idle-seeding-limit": 30,
"idle-seeding-limit-enabled": false,
"incomplete-dir": "/mnt/sda1/dlna/down(임시다운로드폴더)",
"incomplete-dir-enabled": false,
"lpd-enabled": false,
"message-level": 2,
"peer-congestion-algorithm": "",
"peer-id-ttl-hours": 6,
"peer-limit-global": 200,
"peer-limit-per-torrent": 50,
"peer-port": 63175(UPnP 활성화된 포트),
"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": 2,
"ratio-limit-enabled": false,
"rename-partial-files": true,
"rpc-authentication-required": false,
"rpc-bind-address": "0.0.0.0",
"rpc-enabled": true,
"rpc-password": "암호",
"rpc-port": 9091,
"rpc-url": "/transmission/",
"rpc-username": "아이디",
"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": 5000(다운속도),
"speed-limit-down-enabled": true(사용여부),
"speed-limit-up": 10(업속도),
"speed-limit-up-enabled": true(사용여부),
"start-added-torrents": true,
"trash-original-torrent-files": false,
"umask": 18,
"upload-slots-per-torrent": 14,
"utp-enabled": true,
"watch-dir": "/mnt/sda1/dlna/down/torrent(토렌트파일 다운로드 자동인식폴더)",
"watch-dir-enabled": true(자동다운로드 시작여부)
}
ex) http://192.168.0.1:9091/transmission/web
설정저장하고 나서
서비스 -> NAS -> 비트토렌트 -> Transmission 데몬 사용안함 체크 -> 저장 -> 설정적용 -> 데몬 사용함 체크 ->
저장 설정적용 하면 끝