Results 1 to 3 of 3

Thread: Transmission Remote GUI - whitelist problem

  1. #1
    Join Date
    Nov 2007
    Beans
    215
    Distro
    Ubuntu 10.04 Lucid Lynx

    Transmission Remote GUI - whitelist problem

    Hi

    1. I am getting a whitelist error message when I try to connect to my server. I have added my ip, and tried disabling the whitelist to no avail.

    2. My settings.json file is in home/jez/.config/transmission-daemon There were some conflicting accounts of where to put it... Is that the right place?

    Code:
     "blocklist-enabled": 0,
            "download-dir": "\/home\/jez",
            "download-limit": 600,
            "download-limit-enabled": 0,
            "encryption": 1,
            "max-peers-global": 200,
            "peer-port": 16868,
            "pex-enabled": 1,
            "port-forwarding-enabled": 0,
            "rpc-authentication-required": 0,
            "rpc-password": "",
            "rpc-port": 9091,
            "rpc-username": "jez",
            "rpc-whitelist": "127.0.0.1,192.168.*.*,192.168.1.65,192.168.1.73"
            "rpc-whitelist-enabled": 0
            "upload-limit": 5,
            "upload-limit-enabled": 0
    I edited settings.json while the daemon was stopped. Please help, this is driving me barmy!
    Last edited by Jeztastic; December 30th, 2008 at 01:48 PM.
    Media Server: Intel Atom D410PT fileserver running Ubuntu Server 10.04 with occasional light desktop duties.
    Laptop: Toshiba Satellite A210 running Ubuntu 10.04 Desktop.

  2. #2
    Join Date
    Feb 2009
    Beans
    5

    Re: Transmission Remote GUI - whitelist problem

    Hi,
    Been troubleshooting a similar problem myself and just found the solution - allowing port 9091 in the firewalls of both server and client(s).
    Using ufw this is easy:
    Code:
    sudo ufw allow 9091
    Hope this fixes your problem too.

  3. #3
    Join Date
    Nov 2007
    Beans
    215
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Transmission Remote GUI - whitelist problem

    Thanks! I already found out it was me being dense - I left out a comma in the script. Doh!

    This should help someone else though...
    Media Server: Intel Atom D410PT fileserver running Ubuntu Server 10.04 with occasional light desktop duties.
    Laptop: Toshiba Satellite A210 running Ubuntu 10.04 Desktop.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •