Jump to content

killeriq

Members
  • Posts

    319
  • Joined

  • Last visited

Everything posted by killeriq

  1. ok i see and is there a way how to have those 2 together? or a separate docker with FTP VPN? havent found any... thanks
  2. 2 binhex: Hello, Please its possible to put into this docker (or transmission) also an FTP server? Reason: I dont have public IP - if i use VPN i get public IP, but there is also no FW in unRAID - So would be great to have torrent client + FTP server inside VPN docker together Is there an option how to isolate those 2 apps or even others, without installing VM with OS + apps? thanks
  3. try to move them (F6) to one of the mapped location. And for future downloads set /Downloads instead "/home/nobody/Downloads"
  4. Hi guys, I have again problem - drives me nuts Soon as ive finally setup docker,vpn moved torrents etc... I got BAN on one of the Trackers im using. As they are only allowing Transmission 2.04 (if im not misataken) How to downgrade in Docker? Thanks!
  5. Trying to enable this function (its set in OVPN file by provider) https://airvpn.org/topic/9608-how-to-accept-dns-push-on-linux-systems-with-resolvconf/ Update resolv-conf script (https://wiki.archlinux.org/index.php/OpenVPN#DNS) --- How do i enable it? i did copy /etc/openvpn/update-resolv-conf.sh and set chmod +x , but still not working... reading: Note: If manually placing the script on the filesystem, be sure to have openresolv installed. How do i install it into the OpenVPN client or unraid server? Thanks
  6. btw now when i have VPN connected i get some IP address (http://checkmytorrentip.net/) its always different... Is there some way how i get to know the IP ? when im out of home (VPN got reconnected between) To be able to use it on my mobile client? One way i can see is to connect remotely to unraid via OpenVPN server...but when i had OpenVPN client connected and started OpenVPN server - it wasnt working(raised the question here, but no reply yet )
  7. btw since im using the torrent docker it started to give this msg in unraid log: unRAIDTower kernel: unregister_netdevice: waiting for lo to become free. Usage count = 1 any clue what to do with that?
  8. Im able to connect - CERTs ad to be inside the *.ovnp file, then it works. Also whitelist issue solved Thanks
  9. Ok so again A.) I had Transmission Plugin installed on UNRAID - had few torrents there running/seeding B.) After i was able to finally start the Transmission DOCKER version - ive copied whole /config from A->B so i have the same torrents inside the DOCKER. Problem is that all paths are mapped - so torrent pat is bit different (/download/movies/new -> /movies/new) thats why ive "set new location" start the torrents and all is fine. After i STOP or RESTART DOCKER all path are reset back to default "/download/movies/new" as on A. Paths are not stored in settings.json (no clue were they are) so i cant manually edit them - im only able in TransmissionBT Client I assume its stored in some file and the file is RO so after i STOP DOCKER is not being written into file. UPDATE: The path to torrent dirs/file is in /Config/resume/*.resume - each torrent has his own *.resume file DOCKER as its started put some permissions/restrictions /config folder. Even when i remove restrictions on /resume folder (DOCKER still running) change the path in TransmissionBT,delete perms.txt, stop DOCKER, start DOCKER - again the old path... Any clue how to fix it? Thanks UPDATE2: Seems like i need to do this to WRITE the change: 1. start TransmissionBT client 2. F6 - Set data location... (change path) 3. force start the torrent & Reannounce Usually it gets written/saved after - but still check the *.resume file date in /resume folder
  10. I got a new issue Copied whole /config folder from Plugin Transmission folder -> /Config Docker folder This way i have all torrents loaded, but soon as ive change to mapped /path the torrent files - Start them - they are loaded But as i stop/start docker -> new path is gone and i have to set it again. seems like there is some read-only rule somewhere - where and how to fix it? Please
  11. VPN is connected (port test is working) tried to go to IP:9091 and get the UI
  12. i have it already like this, unraid IP is like 192.168.*.* - so why it wont work? rpc-whitelist : 192.168.*.* - i can change this value in Docker edit,IP of unraid is the same so no clue why it wont work rpc-whitelist-enabled: true - this value is not in Docker,will try to set to false for some time to test if im able to connect to UI EDIT: LAN_NETWORK - 192.168.1.0/24 Local LAN is 192.168.10.1 LAN_NETWORK setting in docker needs to match the Local LAN (unraid ip range) ? Thought its separate network for docker... EDIT2: Yeah it needs to match - finally in WebUI ...3d of trouble damn
  13. Somehow i managed to connect with other *.ovnp profile (in OpenVPN client both of them are working) Now i have different issue: i cant connect to the Transmision WebUI - when i change values in settings.json it revert them back to default soon as the Docker starts. So how to change the values there, to dont get overwritten? Probably the rpc-whitelist : 192168.*.* - IP of unraid is the same so no clue why it wont work rpc-whitelist-enabled: true - will try to set to false for some time to test if im able to connect to UI Thx
  14. tried one more *.ovpn file which is for windows and has the Certs inside the file - It connect right away with TUN0 Other *.ovpn file which is ment for linux and Certs are separate files (added the path) - is not working in Docker,but It work in OpenVPN Client It also created some folder structure inside the Docker Transmission folder But im not able to connect to the Web UI 1. IP:8118 IP:9091 Shows: This site can’t be reached 192.168.10.101 took too long to respond. 2. tried from other PC different location VPN IP:9091 403: Forbidden Unauthorized IP Address. Either disable the IP address whitelist or add your address to it. If you're editing settings.json, see the 'rpc-whitelist' and 'rpc-whitelist-enabled' entries. If you're still using ACLs, use a whitelist instead. See the transmission-daemon manpage for details. ------- checked the settings.json "rpc-whitelist": "192.168.*.*", "rpc-whitelist-enabled": true, settings.json IPredator-Windows-Password.ovpn supervisord.log
  15. Hello binhex, Thanks for your support, please see the attachments... i removed the STRONG_CERTS value DEBUG is still on Also added the *.ovpn file as u can see , it disabled some values... Talked to the "ipredator" vpn provider and that their setting needs to be tun5 (https://irc.ipredator.se/) supervisord.log IPredator-NetworkManager-Password.ovpn
  16. ive tried - same result... Can i edit the OpenVPN command line somewhere? Because as you can see even i defined: 2017-04-25 21:36:12.088105 [info] VPN_DEVICE_TYPE defined as 'tun5' from some reason it takes both values - probably with other VPN providers doesnt matter, but seems like "ipredator" is bit different. 2017-04-25 21:36:14,230 DEBG 'start-script' stdout output: -A INPUT -i tun0 -j ACCEPT -A OUTPUT -o tun0 -j ACCEPT OpenVPN command line '/usr/bin/openvpn --cd /config/openvpn --config /config/openvpn/IPredator-NetworkManager-Password.ovpn --daemon --dev tun50 Thanks!
  17. how do i update code? is it this COMMAND? /plugins/dynamix.docker.manager/scripts/docker create --name="activ-transmissionvpn" --net="bridge" --privileged="true" -e TZ="Europe/Budapest" -e HOST_OS="unRAID" -e "VPN_ENABLED"="yes" -e "VPN_USER"="XXX" -e "VPN_PASS"="XXX" -e "VPN_REMOTE"="pw.openvpn.ipredator.se" -e "VPN_PORT"="1194" -e "VPN_PROTOCOL"="udp" -e "VPN_PROV"="custom" -e "ENABLE_PRIVOXY"="no" -e "LAN_NETWORK"="192.168.1.0/24" -e "WHITELIST"="192.168.*.*" -e "DEBUG"="true" -e "PUID"="99" -e "PGID"="100" -e "VPN_DEVICE_TYPE"="tun" -e "STRONG_CERTS"="cipher AES-256-CBC" -p 9091:9091/tcp -p 8118:8118/tcp -v "/mnt/disk2/Downloads/":"/data":rw -v "/mnt/user/appdata/activ-transmissionvpn/config":"/config":rw activ/arch-transmissionvpn As if i go to /plugins there is no dynamix.docker.manager So no clue where or what to update... Ive tried to run separate OpenVPN client on unRaid with "tun" (instead of tun5) setting, but soon as it connect it changes it to "tun5" and update the *.ovpn file thx
  18. i see that is not transmission, but the VPN settings should be the same...:) tun5 - is in original VPN provider config, so thats why... new version attached thanks supervisord.log
  19. Hello, Im trying to run "transmission-vpn" but im not able to connect and no clue where could be the problem Only what i see in the log, that even ive defined "tun5" in Docker config, it still set "tun0" (in -A INPUT/OUTPUT) Docker si in running state - but loading login page, just error Thanks supervisord.log
  20. Hello, Is there some guide, where to put which entry? im not sure if i pick VPN Provider "custom" if i have to add some certificate somewhere or so.. Even when i start the docker - im not able to connect via provided IP address:port Thanks ErrorWarningSystemArrayLogin 2017-04-25 18:09:24.396789 [info] Starting Supervisor... 2017-04-25 18:09:25,508 CRIT Set uid to user 0 2017-04-25 18:09:25,508 INFO Included extra file "/etc/supervisor/conf.d/transmission.conf" during parsing 2017-04-25 18:09:25,520 INFO supervisord started with pid 6 2017-04-25 18:09:26,524 INFO spawned: 'checkproc-script' with pid 105 2017-04-25 18:09:26,529 INFO spawned: 'start-script' with pid 106 2017-04-25 18:09:26,533 INFO spawned: 'transmission-script' with pid 107 2017-04-25 18:09:26,535 INFO spawned: 'privoxy-script' with pid 108 2017-04-25 18:09:26,550 DEBG 'privoxy-script' stdout output: [info] Privoxy set to disabled 2017-04-25 18:09:26,551 INFO success: checkproc-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2017-04-25 18:09:26,551 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2017-04-25 18:09:26,551 INFO success: transmission-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2017-04-25 18:09:26,551 INFO success: privoxy-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2017-04-25 18:09:26,551 DEBG fd 26 closed, stopped monitoring <POutputDispatcher at 47589398121720 for <Subprocess at 47589398055968 with name privoxy-script in state RUNNING> (stderr)> 2017-04-25 18:09:26,552 DEBG fd 22 closed, stopped monitoring <POutputDispatcher at 47589397073864 for <Subprocess at 47589398055968 with name privoxy-script in state RUNNING> (stdout)> 2017-04-25 18:09:26,552 INFO exited: privoxy-script (exit status 0; expected) 2017-04-25 18:09:26,552 DEBG received SIGCLD indicating a child quit 2017-04-25 18:09:26,564 DEBG 'transmission-script' stdout output: [info] VPN is enabled, checking VPN tunnel local ip is valid 2017-04-25 18:09:26,601 DEBG 'start-script' stdout output: [info] VPN is enabled, beginning configuration of VPN 2017-04-25 18:09:26,634 DEBG 'start-script' stdout output: [info] VPN config file (ovpn extension) is located at /config/openvpn/IPredator-NetworkManager-Password.ovpn 2017-04-25 18:09:26,678 DEBG 'start-script' stderr output: dos2unix: 2017-04-25 18:09:26,679 DEBG 'start-script' stderr output: converting file /config/openvpn/IPredator-NetworkManager-Password.ovpn to Unix format... 2017-04-25 18:09:26,773 DEBG 'start-script' stdout output: [info] Default route for container is 172.17.0.1 2017-04-25 18:09:26,779 DEBG 'start-script' stdout output: [info] Adding 8.8.8.8 to /etc/resolv.conf 2017-04-25 18:09:26,785 DEBG 'start-script' stdout output: [info] Adding 37.235.1.174 to /etc/resolv.conf 2017-04-25 18:09:26,791 DEBG 'start-script' stdout output: [info] Adding 8.8.4.4 to /etc/resolv.conf 2017-04-25 18:09:26,796 DEBG 'start-script' stdout output: [info] Adding 37.235.1.177 to /etc/resolv.conf 2017-04-25 18:09:26,806 DEBG 'start-script' stdout output: [info] Adding 192.168.1.0/24 as route via docker eth0 2017-04-25 18:09:26,808 DEBG 'start-script' stdout output: [info] ip route defined as follows... -------------------- 2017-04-25 18:09:26,809 DEBG 'start-script' stdout output: default via 172.17.0.1 dev eth0 172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.4 192.168.1.0/24 via 172.17.0.1 dev eth0 2017-04-25 18:09:26,809 DEBG 'start-script' stdout output: -------------------- 2017-04-25 18:09:26,829 DEBG 'start-script' stdout output: [info] iptable_mangle module not supported, attempting to load... 2017-04-25 18:09:26,831 DEBG 'start-script' stderr output: modprobe: FATAL: Module iptable_mangle not found in directory /lib/modules/4.9.19-unRAID 2017-04-25 18:09:26,833 DEBG 'start-script' stdout output: [warn] iptable_mangle module not supported, you will not be able to connect to Deluge webui or Privoxy outside of your LAN 2017-04-25 18:09:26,922 DEBG 'start-script' stdout output: [info] iptables defined as follows... -------------------- 2017-04-25 18:09:26,924 DEBG 'start-script' stdout output: -P INPUT DROP -P FORWARD ACCEPT -P OUTPUT DROP -A INPUT -i tun0 -j ACCEPT -A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --sport 1194 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 9091 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 9091 -j ACCEPT -A INPUT -p udp -m udp --sport 53 -j ACCEPT -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT -A INPUT -i lo -j ACCEPT -A OUTPUT -o tun0 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --dport 1194 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 9091 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 9091 -j ACCEPT -A OUTPUT -p udp -m udp --dport 53 -j ACCEPT -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT 2017-04-25 18:09:26,925 DEBG 'start-script' stdout output: -------------------- [info] Starting OpenVPN... 2017-04-25 18:09:27,097 DEBG 'start-script' stdout output: [info] OpenVPN started 2017-04-25 18:09:27,125 DEBG 'start-script' stdout output: [warn] OpenVPN process terminated, restarting OpenVPN... 2017-04-25 18:09:27,135 DEBG 'start-script' stdout output: [info] OpenVPN restarted 2017-04-25 18:10:27,149 DEBG 'start-script' stdout output: [warn] OpenVPN process terminated, restarting OpenVPN... 2017-04-25 18:10:27,162 DEBG 'start-script' stdout output: [info] OpenVPN restarted 2017-04-25 18:11:27,174 DEBG 'start-script' stdout output: [warn] OpenVPN process terminated, restarting OpenVPN... 2017-04-25 18:11:27,186 DEBG 'start-script' stdout output: [info] OpenVPN restarted
  21. its a plugin, not docker - so check in settings/installed apps
  22. I have additional question: Ive tried ipredator VPN - installed OpenVPN client (on unRAID) been able to connect - still connected Then started my Open VPN server - been able to Start service , but not able to connect via client (on android) Is there some special setting to get both working? Thanks
  23. option 1 - Client got connected with (not via shared port) option 2 - with set IP adress and port - not connected Ive tried to set: Port for the server 8888 Tunnel Protocol TCP OpenVPN Port-Share 192.168.1.100 8888
×
×
  • Create New...