본문 바로가기

작업일지/Linux

transmission-daemon

[참고]
설치
http://hobbycoder.tistory.com/31
http://www.jakeworld.net/213
http://redeyesofangel.tistory.com/391
http://ubuntuforums.org/showthread.php?t=1175803
http://www.webupd8.org/2009/12/setting-up-transmission-remote-gui-in.html(transmission-daemon의 실행 방법이 나와있다.)

다운로드
http://packages.ubuntu.com/lucid/transmission-daemon

컴파일
http://buffalo.nas-central.org/wiki/Transmission_BitTorrent_Client





stable에는 없음으로 sources.list에 testing을 추가
# vi /etc/apt/sources.list
deb http://ftp.kr.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.kr.debian.org/debian/ testing main contrib non-free


# apt-get install transmission-daemon

# vi /etc/transmission-daemon/settings.json
{
    "blocklist-enabled": 0,
    "download-dir": "\/mnt\/hdd\/torrent", <-- 디렉토리 구분자는 \/ 두글자로 쓰네요.
    .... 중간생략
    "rpc-authentication-required": 1,
    "rpc-enabled": 1,
    "rpc-password": "login-password",
    "rpc-port": 9091,
    "rpc-username": "login-id",
    "rpc-whitelist": "127.0.0.1",
    "rpc-whitelist-enabled": 0,
    ....
}

환경파일 변환후엔 재시작을 해줘야 client에 반영된다.
/etc/init.d/transmission-daemon restart


client프로그램 설치


# /etc/init.d/transmission-daemon start로는 정상 접속이 안됨.
아래처럼 함.
# transmission-daemon -p 9091 -f -T -a 192.168.1.6

이후 client접속시 접속이됨.
web을 이용해서 접속 하려면 다음처럼 함.
http://192.168.1.200:9091/