haugene / docker-transmission-openvpn

Docker container running Transmission torrent client with WebUI over an OpenVPN tunnel
GNU General Public License v3.0
4.12k stars 1.21k forks source link

Cannot connect to tracker - IPVanish and PIA #113

Closed ghost closed 8 years ago

ghost commented 8 years ago

After installing the docker container with the IPVanish configuration. Everything works to the point where when i upload a magnet file, it says that it can't connect with the trackers.

ghost commented 8 years ago

Ok, I now tried the same thing with PIA.... and it still doesn't seem to connect to the tracker. This is what i run: docker run --privileged -d -v /Volumes/PLEXMEDIA/:/data -e "OPENVPN_PROVIDER=PIA" -e "OPENVPN_USERNAME=user" -e "OPENVPN_PASSWORD=pass" -e "LOCAL_NETWORK=10.0.0.0/24" -p 9091:9091 haugene/transmission-openvpn

I have an apple extreme which is why a 192.168 local wouldn't work. or would it? is that the right data path file? Do i need to port forward?

here is the log: [2016-08-03 07:43:26.686] Transmission 2.92 (14714) started (session.c:738) [2016-08-03 07:43:26.686] RPC Server Adding address to whitelist: 127.0.0.1 (rpc-server.c:903) [2016-08-03 07:43:26.687] RPC Server Serving RPC and Web requests on port 127.0.0.1:9091/transmission/ (rpc-server.c:1110) [2016-08-03 07:43:26.687] Port Forwarding Stopped (port-forwarding.c:180) [2016-08-03 07:43:26.688] UDP Failed to set receive buffer: requested 4194304, got 425984 (tr-udp.c:84) [2016-08-03 07:43:26.688] UDP Please add the line "net.core.rmem_max = 4194304" to /etc/sysctl.conf (tr-udp.c:89) [2016-08-03 07:43:26.688] UDP Failed to set send buffer: requested 1048576, got 425984 (tr-udp.c:95) [2016-08-03 07:43:26.689] UDP Please add the line "net.core.wmem_max = 1048576" to /etc/sysctl.conf (tr-udp.c:100) [2016-08-03 07:43:26.689] DHT Generating new id (tr-dht.c:311) [2016-08-03 07:43:26.689] Using settings from "/data/transmission-home" (daemon.c:528) [2016-08-03 07:43:26.690] Saved "/data/transmission-home/settings.json" (variant.c:1266) [2016-08-03 07:43:26.690] Watching "/data/watch" for new .torrent files (daemon.c:573) [2016-08-03 07:43:26.690] watchdir:inotify Failed to setup watchdir "/data/watch": No such file or directory (2) (watchdir-inotify.c:176) [2016-08-03 07:43:26.691] Loaded 1 torrents (session.c:2032) [2016-08-03 07:43:26.691] watchdir Failed to open directory "/data/watch" (2): No such file or directory (watchdir.c:354) [2016-08-03 07:43:26.691] Searching for web interface file "/root/.local/share/transmission/web/index.html" (platform.c:430) [2016-08-03 07:43:26.691] Searching for web interface file "/usr/share/transmission/web/index.html" (platform.c:430) [2016-08-03 07:43:36.686] watchdir Failed to open directory "/data/watch" (2): No such file or directory (watchdir.c:354) [2016-08-03 07:43:41.686] Could not connect to tracker (announcer.c:996) [2016-08-03 07:43:41.686] Retrying announce in 20 seconds. (announcer.c:1005) [2016-08-03 07:43:41.687] Could not connect to tracker (announcer.c:996) [2016-08-03 07:43:41.687] Retrying announce in 20 seconds. (announcer.c:1005) [2016-08-03 07:43:41.688] Could not connect to tracker (announcer.c:996) [2016-08-03 07:43:41.688] Retrying announce in 20 seconds. (announcer.c:1005) [2016-08-03 07:43:41.689] Could not connect to tracker (announcer.c:996) [2016-08-03 07:43:41.689] Retrying announce in 20 seconds. (announcer.c:1005) [2016-08-03 07:43:41.689] Could not connect to tracker (announcer.c:996) [2016-08-03 07:43:41.690] Retrying announce in 20 seconds. (announcer.c:1005) [2016-08-03 07:43:46.682] watchdir Failed to open directory "/data/watch" (2): No such file or directory (watchdir.c:354) [2016-08-03 07:43:48.682] Removing torrent (torrent.c:1915) [2016-08-03 07:43:48.682] Pausing (torrent.c:1856) [2016-08-03 07:43:48.683] Changed open file limit from 1048576 to 1024 (fdlimit.c:380) [2016-08-03 07:43:52.686] DHT Attempting bootstrap from dht.transmissionbt.com (tr-dht.c:249) [2016-08-03 07:43:56.683] watchdir Failed to open directory "/data/watch" (2): No such file or directory (watchdir.c:354) [2016-08-03 07:44:06.683] watchdir Failed to open directory "/data/watch" (2): No such file or directory (watchdir.c:354)

ghost commented 8 years ago

That was a DNS Issue that you announced... i added --dns 8.8.8.8 --dns 8.8.4.4 at the end of it and it worked. I checked with ipmagnet and it was also working for the ip configuration.