Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

killeriq

Members
  • Joined

  • Last visited

Everything posted by killeriq

  1. Im able to connect - CERTs ad to be inside the *.ovnp file, then it works. Also whitelist issue solved Thanks
  2. 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
  3. 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
  4. VPN is connected (port test is working) tried to go to IP:9091 and get the UI
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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!
  10. 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
  11. 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
  12. 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
  13. 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
  14. its a plugin, not docker - so check in settings/installed apps
  15. 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
  16. 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
  17. Hello, Ive got it working Had to type the URL into " Dynamic DNS " field in Server settings. I also found the " OpenVPN Port-Share " setting - this means if i have for example "port.provider.eu:8888" used for other webservice (transmission or home automation) i could share it with OpenVPN to save 1 port? (i have only 4 ports open) Ive thied to set: Port for the server 8888 Tunnel Protocol TCP OpenVPN Port-Share192.168.1.100 8888 But is not working. Did i get it right? Thanks
  18. hmm i can post screenshots from mobile onyl - but seems like the issue can be that the *.ovnp file has IP address defined but all those free ports which are used - i need to put them in form like "port.provider.eu:8888" the IP adress which im getting in OpenVPN server app doesnt even work on the other app ports which im already using for other services. for example: port.provider.eu:8889 work and in IP form XXX.XXX.XXX.XXX:8889 it doesnt Is there any way that i can put that domain name instead of IP address? Or can i change the IP address which im getting from OpenVPN server file? Ive find out that the IP address which im getting is not the same which i can use for port forwarding example: when i check my IP online it shows XXX.XXX.XXX.250 but port.provider.eu is actually XXX.XXX.XXX.254 Im not having public IP and im in local network with some ports forwarded via port.provider.eu domain / XXX.XXX.XXX.254 IP Hope i explain it right. thanks
  19. Hello, Ive installed OpenVPN server set it up by guide... changed the port to 7778 (which is forwarded on my router), then ive created client key -> copied to my Android phone -> installed OpenVPN Connect and tried to open the Profile then is trying to connect but without any success What else i could check? thanks Wed Apr 5 01:13:38 2017 OpenVPN 2.4.0 x86_64-slackware-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on Dec 29 2016 Wed Apr 5 01:13:38 2017 library versions: OpenSSL 1.0.2k 26 Jan 2017, LZO 2.09 Wed Apr 5 01:13:38 2017 Diffie-Hellman initialized with 2048 bit key Wed Apr 5 01:13:38 2017 Outgoing Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication Wed Apr 5 01:13:38 2017 Incoming Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication Wed Apr 5 01:13:38 2017 ROUTE_GATEWAY 192.168.10.1/255.255.255.0 IFACE=br0 HWADDR=70:85:c2:33:cf:7e Wed Apr 5 01:13:38 2017 TUN/TAP device tun0 opened Wed Apr 5 01:13:38 2017 TUN/TAP TX queue length set to 100 Wed Apr 5 01:13:38 2017 do_ifconfig, tt->did_ifconfig_ipv6_setup=0 Wed Apr 5 01:13:38 2017 /usr/sbin/ip link set dev tun0 up mtu 1500 Wed Apr 5 01:13:38 2017 /usr/sbin/ip addr add dev tun0 local 10.8.0.1 peer 10.8.0.2 Wed Apr 5 01:13:38 2017 /usr/sbin/ip route add 10.8.0.0/24 via 10.8.0.2 Wed Apr 5 01:13:38 2017 Could not determine IPv4/IPv6 protocol. Using AF_INET Wed Apr 5 01:13:38 2017 Socket Buffers: R=[212992->212992] S=[212992->212992] Wed Apr 5 01:13:38 2017 UDPv4 link local (bound): [AF_INET]192.168.10.101:7778 Wed Apr 5 01:13:38 2017 UDPv4 link remote: [AF_UNSPEC] Wed Apr 5 01:13:38 2017 GID set to users Wed Apr 5 01:13:38 2017 UID set to nobody Wed Apr 5 01:13:38 2017 MULTI: multi_init called, r=256 v=256 Wed Apr 5 01:13:38 2017 IFCONFIG POOL: base=10.8.0.4 size=62, ipv6=0 Wed Apr 5 01:13:38 2017 IFCONFIG POOL LIST Wed Apr 5 01:13:38 2017 Initialization Sequence Completed
  20. Question to confirm: 1. What kind of kodi version is this? It can be run only via IP address (so some kind of remote) or can i put it straight via HDMI port into TV or so? 2. Tried those Libre/Open Elec versions but they wont work via HDMI on my ASROCK-J4205 ITX system just via remote desktop which is useless for media center and 5.1 sound Thanks
  21. why is not this setting in UI?!

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.