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,672 / 15 Page
    [ ● 최적의 Esxi 7.0.2 서버에서 redpill tinycore boot loader 생성 설치 방법 … ] 댓글 1

    ● 최적의 Esxi 7.0.2 서버에서 redpill tinycore boot loader 생성 방법 정리 기존 사용주인 서버에 Test 서버 …

    [ ● 정보)docker를 이용한 cloudflare 도메인 에서 certbot 인증서 생성 작업 포기 ]

    ● 정보)docker를 이용한cloudflare도메인 에서certbot인증서 생성 작업 포기내용정보만 참조주) 도커사용는 필요성??? ....&…

    [ ● DSM 7.1.1-42962 Update 3 (릴리스 노트) ]

    ●DSM 7.1.1-42962 Update 3 (릴리스 노트)버전: 7.1.1-42962 업데이트 3(2022-12-08)중요 사항Synolo…

    [ ● 무료 인증서 Let's Encrypt는 동일 ip당 주당 5개의 중복 생성시 인증서 제한이 적용 사… ]

    ● 무료 인증서Let's Encrypt는 동일 ip당주당 5개의 중복 생성시 인증서 제한이 적용 사용못하는 조건이 될 수 있습니다 . 중복 인증…

    [ ● 작업) ESXi VM 이미지 백업 내보내기 작업) 호스트 또는 vSphere 클라이언트에서 VM을 내보… ]

    ● 작업) ESXi VM 이미지 백업 내보내기 작업) 호스트 또는 vSphere 클라이언트에서 VM을 내보내고 가져오는 간단한 방법은 무엇입니까…

    [ Cut & Paste Login and password script II ]

    ◎ 네이버에서 [https://11q.kr 홈피] 검색 찾아오세요 ◎\r\nDescription: This is a variation of th…

    [ .[zenaplus] 이메일 재인증 확인 메일입니다. 메세지 에러 발생 해결 ] 댓글 6

    각 파일명에_update_mail3.php_update_mail3_0.php이렇게 사용하는데요...이 둘의 파일 내용은 같은 내용이나 발송시에 …

    [ 하이라이트 기능만 추가 ]

    \r\ngnu 4.34.02 기본스킨\r\n\r\n\r\n- view.skin.php 에 하이라이트 기능만 추가됨\r\n- 현재 SyntaxHi…

    [ 레이어 상단 무조건고정 ]

    \r\n목록 \r\n글쓰기\r\n요즘 유행이네요 레이어 상단 무조건고정 \r\n\r\n\r\nyuts \r\n작성일시 2012.05.16 11:…

    [ 배추빌더 라이트의 메뉴 구성 ] 댓글 2

    \r\n\r\n\r\n 슬프다 (58.♡.1.95) 2012-12-07 (금) 22:50 \r\n\r\n\r\n\r\n\r\n1. 상단 메뉴바와…

    [ 아이프레임 안 되는것 해제와 스트립트 안돠는것 해제 ]

    \r\n아이프레임 해제와 스트립트해제 상단에 동영상이 나오면 \r\n아이프레임이 안됩니다,\r\nq/a/lib/common.lib.php을수정하…

    [ AMINA 아미나V3 얼굴사진 변경 ]

    AMINA 아미나V3 얼굴사진 변경\r\n\r\nw:\ami\amina\thema\basic\css\bg\img\basic.jpg 에서\r\n이…

    [ 고정 퀵메뉴바 ]

    .\r\n.\r\nShims HomePage\r\n[https://11q.kr 홈피] \r\n.\n\n[이 게시물은 관리자님에 의해 2013-0…

    [ 포토샵 움직이는 사진 만들기 - Gif 만들기[주인장 홈페이지 설치기] ] 댓글 3

    포토샵 움직이는사진만들기-Gif 만들기\r\n\r\n사용프로그램 : Adobe Photoshop\r\nCS5 – Korean\r\n\r\nㅁ움직…

    [ g4m mobile 최신글 메인 index.pgp에 include 하고 링크 연결 bbs 빠짐 문제 해결 ]

    g4m mobile 최신글 메인 index.pgp에 include 하고 링크 연결 bbs 빠짐 문제 해결 내용 참조는 \r\nhttps://11…


    ♥간단_메모글♥


    최근글


    새댓글



    PHP 안에 HTML ☞ 홈페이지 화면갱신 시간은 ♨
    ▶ 2024-06-02 22:57:24

    오늘의 홈 현황


    • 현재 접속자♨ 664 명
    • 오늘 가입자※ 4 명
    • 어제 가입자※ 4 명
    • 주간 가입자※ 7 명
    • 오늘 방문자 2,247 명
    • 어제 방문자 2,099 명
    • 최대 방문자 13,042 명
    • 전체 방문자 4,355,492 명
    • 전체 게시물※ 8,615 개
    • 전체 댓글수※ 24,679 개
    • 전체 회원수 11,008 명

    QR코드


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

    알림 0








    최신글↑