11.Nas_1


새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사


u5pvr)토랜토 설치 방법 및 http://192.168.0.33:9091

♨ 카랜더 일정 :
  • 링크

  • 첨부

  • 컨텐츠 정보

    본문

    u5pvr)토랜토 설치 방법

    참조 사이트 

    http://cafe.naver.com/mk802/23361

    http://cafe.naver.com/mk802/20250

    1. 토렌트 서버에 접근하기


    웹 주소창에 아래의 주소를 입력합니다.


    http://U5PVR아이피주소:9091/

    http://192.168.0.33:9091

    http://192.168.0.33:9091/transmission/web/


    3232235521_1514719848.5596.png

    경로 지정

    3232235521_1514719897.5473.png

    winscp로경로 복사 변경 합니다

    /mnt/media_rw/sda5/11q/download/

    3232235521_1514720011.8131.png

    공유기 포트 포워딩 미설정시 업로드는 안되네요

    =============

    2차 환경 수정

    2. 토렌트 클라이언트 설정하기


    설정파일의 경우 /mnt/sdcard/config_linux/transmission-daemon/settings.json 파일을 직접 수정하시면 됩니다. 설정파일을 수정하는 동안 transmission-daemon 이 동작중이면 설정이 반영되지 않음으로 중지하고 수정하셔야 합니다.


    수정의 경우 쉘에서 직접적으로 nano 나 vi 에디터를 사용해도 되고 WinSCP 를 통해 SFTP 로 접근하여 수정하셔도 됩니다.


    저는 쉘로 작업해 보도록 하겠습니다.


    먼저 데몬을 중지한 다음, 설정파일을 수정하고 다시 실행시키면 됩니다.


    root@u5pvr-debian:~# service transmission-daemon stop

    [ ok ] Stopping bittorrent daemon: transmission-daemon.

    root@u5pvr-debian:~#


    root@u5pvr-debian:~# nano /etc/transmission-daemon/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/sda/sda1",
    # 다운로드 경로 수정
        "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": "",
        "incomplete-dir-enabled": false,
        "lpd-enabled": false,
        "max-peers-global": 200,
        "message-level": 2,
        "peer-congestion-algorithm": "",
        "peer-id-ttl-hours": 6,
        "peer-limit-global": 200,
        "peer-limit-per-torrent": 50,
        "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": false,
        "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": true,
        "rpc-bind-address": "0.0.0.0",
        "rpc-authentication-required": true,
        "rpc-bind-address": "0.0.0.0",
        "rpc-enabled": true,
        "rpc-password": "{93edd1db9aa903c1b898a29d3eac2a803b9c60faj.8BbWco",
    # 비밀 번호 설정
    # 입력을 하고 저장을 한 다음 다시 들어와 보면 위 처럼 암호화 되어 저장이 되어 있습니다.
        "rpc-port": 9091,
        "rpc-url": "/transmission/",
        "rpc-username": "u5pvr",
    # 아이디 설정
        "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": 14,
        "utp-enabled": true
    }


    root@u5pvr-debian:~# service transmission-daemon start
    [ ok ] Starting bittorrent daemon: transmission-daemon.
    root@u5pvr-debian:~#


    실질적으로 U5PVR 에서는 UUID 현재로써는 UUID 마운트를 지원하지 않고 있습니다. (차후에 대응 업데이트가 있을 수도 있습니다.)


    따라서, 연결되는 외부 장치에 따라서 sda sdb sdc 등 순서가 뒤바뀔 수 있습니다.

    ---------
    저의 서버
    service transmission-daemon stop
    nano /etc/transmission-daemon/settings.json
    1) 다운 로드 경로 수정 은 메뉴로 수정가능 하나 아래와 같이도 수정 가능
    "download-dir": "/mnt/sda/sda1",
    # 다운로드 경로 수정 /mnt/media_rw/sda5/11q/download/
    수정

      "download-dir": "/mnt/media_rw/sda5/11q/download",



    2) 다운로드만 지정업로드 중지

      "ratio-limit": 2,
        "ratio-limit-enabled": false,
    # 시딩 비율 설정
    "ratio-limit": 0.00000000001,
    "ratio-limit-enabled": true,


    3) user및 비빌번호 설정은 보안상문제 없으므로 수정 불필요함

     "rpc-password": "{93edd1db9aa903c1b898a29d3eac2a803b9c60faj.8BbWco",
    # 비밀 번호 설정
    # 입력을 하고 저장을 한 다음 다시 들어와 보면 위 처럼 암호화 되어 저장이 되어 있습니다.
        "rpc-port": 9091,
        "rpc-url": "/transmission/",
        "rpc-username": "u5pvr",
    # 아이디 설정


    >>> 수정 완료 토랜토 시작

    service transmission-daemon start

     설명 문구 #을 넣으니 에러 발생 모두 설명 문구 삭제합니다.

    저의 설정 저장값

    {

        "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/media_rw/sda5/11q/download",

        "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": "",

        "incomplete-dir-enabled": false,

        "lpd-enabled": false,

        "max-peers-global": 200,

        "message-level": 2,

        "peer-congestion-algorithm": "",

        "peer-id-ttl-hours": 6,

        "peer-limit-global": 200,

        "peer-limit-per-torrent": 50,

        "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": false,

        "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": "{bd0c5a1f500ee255578ff4e232157c6e4a7858a1dWhSfboS",

        "rpc-port": 9091,

        "rpc-url": "/transmission/",

        "rpc-username": "admin",

        "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": 14,

        "utp-enabled": true

    }

    ===========
    root@AOL-Debian:~# service transmission-daemon stop
    [ ok ] Stopping bittorrent daemon: transmission-daemon.
    root@AOL-Debian:~# nano /etc/transmission-daemon/settings.json
    root@AOL-Debian:~# service transmission-daemon start
    [ ok ] Starting bittorrent daemon: transmission-daemon.
    root@AOL-Debian:~#

    -------------------------------------- ♠ 출처는 링크 참조 바랍니다. https://11q.kr ♠

    [ 추가 정보 ... 더보기) ]
    뷰PDF 1,2



    office view

    관련자료

    댓글목록

    등록된 댓글이 없습니다.

    목록

    새창 작성 수정 목록 링크 Edit G카랜다 HDD HDD HDD 게시물 주소 복사




    Total 1,675 / 60 Page
    [ DTD버전에 제나플러스 빌더(복사) 설치 ] 댓글 1

    DTD버전에 제나플러스 빌더(복사) 설치1.베너 추가 되지 않음\r\n변경전 39~40번재bn_bimg_name = '$bn_bimg_name'…

    [ 아미나 스킨최신글 리스트 list 설명 ]

    최근글 추출방법 설정하기 - type, bo_list, ca_name, order, termAD한별아빠신고글주소01조회431최근글2013.04.…

    [ 아미나v3 테마 업데이트 정보 pc모드 홈피 auto menu.php 최신글index.php 하단 foo… ]

    아미나 테마 업데이트 정보 pc모드 홈피 auto menu.php 최신글index.php 하단 footer.php.내용 입니다관련 첨부 자료를 …

    [ 난 최신글만 우려 먹는다.(제나플러스 실패) ]

    난 최신글만 우려 먹는다.\r\n\r\n\r\n東問西答\r\n작성일시2012.09.06 10:51:56\r\n조회1,223\r\n댓글16첨부파일…

    [ [아미나 PC홈 수정] 중앙 움직이는 게시판 사진 겔러리 최신글 ] 댓글 1

    \r\n\r\n<!-- 사이트 로고w:\ami\thema\basic\head.php에서 아래를 삭제후 중앙 baner를 제거 합니다\r\n…

    [ Synology diskstation DS-712+ Mail 서버 만들기/Mail station 패캐지 설치… ] 댓글 3

    \r\n시놀로지 ds712 synology e-mail/email 설정/서버설정 (2012월3월9일up) 그누보드 이메일 설정하기 ,이메일의 모…

    [ 겔러리 썸네일 문제...^_^.. ] 댓글 1

    댓글이 달린지도 몰랐네요. 자기 댓글에 글달렸을때도 확인 가능하면 좋을거같아요! 3.2.4버전이랑 비교하니깐 common.lib.php에 //$…

    [ [해결]G4에서 모바일 접속시 폰트가 작아서 볼수가 없습니다 ]

    [해결]G4에서 모바일 접속시 폰트가 작아서 볼수가 없습니다 어디를 수정 해야 하는지요LV 5심봉사조회6기타2013.10.09 12:20안녕하세…

    [ Synology DiskStation 사용자 가이드 ]

    11q.kr 는 네이버/구글에서 검색 찾아오세요.Synology DiskStation 사용자 가이드\r\n\r\n\n[이 게시물은 관리자님에 의…

    [ 시놀로지 2개의 랜선을 연결 속도 증가 스키기 lan 2 port Synology NAS에서 Link Agg… ]

    제품 지원지식 기반호환성NAS 선택기NVR 선택기RAID Calculator 다운로드 센터다운로드 센터 기타 리소스베타 프로그램 개발자 타사 응…

    [ 사진 썸네일 가장 빠르게 생성하는 방법! | Photo Station ] 댓글 2

    링크에서 원본 출처 입니다.사진 썸네일 가장 빠르게 생성하는 방법!|Photo Station2012.03.20 10:49마르(amarese)정회…

    [ 림스모바일 ver 2.6.3 site map / auto menu 추가 ]

    상단 메뉴 만들기hea.php에 다음을 추가 합니다아래의 위치에 추가....data-transition="fade">Search</a…

    [ 림스/아미나 모바일 2.6.3 모바일 글쓰기 줄바꿈 안되는것 해결 ]

    <!-- 림스 모바일 글쓰기 줄바꿈 안되는것 /m/skin/view.basic.php #51 아미나 모바일 글쓰기 줄바꿈 안되는것 /m/s…

    [ iframe 사용법 ] 댓글 1

    \r\niframe 사용법\r\n \r\n\r\n사용법은 간단합니다. 위치하고 싶은 부분에 다음과 같이 삽입합니다. ===============…

    [ Netdrive 속도가 느릴때, 동영상이 끊길때 해결법 ]

    Netdrive 속도가 느릴때, 동영상이 끊길때 해결법컴퓨터 이야기~/소프트웨어 2012/02/20 09:02요즘 NAS 를 많이 사용하는데 N…

    [ 시놀리지 서버 로컬드라이브 설정 최신 NetDrive2_Setup_2_6_5_739.exe 사용 ]

    시놀리지 서버 로컬드라이브 설정 최신 NetDrive2_Setup_2_6_5_739.exe 사용기간 사용이 있지만 1개 연결 자동연결이 되지 않…

    [ XPEnology 5.1 Installation | VMWare Player 동영상자료 ]

    ♠ https://11q.kr는 정보를 찾아 공유 합니다..\r\n♠ 11q.kr은 정보를 찾아 공유 합니다. https://11q.kr htt…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-06-26 17:21:24

    오늘의 홈 현황


    • 현재 접속자♨ 833 명
    • 오늘 가입자※ 0 명
    • 어제 가입자※ 2 명
    • 주간 가입자※ 8 명
    • 오늘 방문자 2,039 명
    • 어제 방문자 2,051 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,396,646 명
    • 전체 게시물※ 8,655 개
    • 전체 댓글수※ 24,772 개
    • 전체 회원수 11,068 명

    QR코드


    ☞ QR코드 스캔은 kakao앱 자체 QR코드

    알림 0








    최신글↑