Ok, i updated unraid to 6.2.4 and none of my dockers worked any more. I installed transmissionvpn yesterday but i can't get it to work. I'm still in a learning-process. The new variables are added and i got this:
/plugins/dynamix.docker.manager/scripts/docker create --name="activ-transmissionvpn" --net="bridge" --privileged="true" -e TZ="Europe/Paris" -e HOST_OS="unRAID" -e "VPN_ENABLED"="yes" -e "VPN_USER"="*****" -e "VPN_PASS"="*****" -e "VPN_REMOTE"="ippower.zapto.org" -e "VPN_PORT"="1194" -e "VPN_PROTOCOL"="tcp" -e "VPN_PROV"="custom" -e "ENABLE_PRIVOXY"="no" -e "LAN_NETWORK"="192.168.8.0/24" -e "WHITELIST"="192.168.*.*" -e "DEBUG"="false" -e "PUID"="99" -e "PGID"="100" -e "STRONG_CERTS"="no" -e "NAME_SERVERS"="8.8.8.8,8.8.4.4" -e "PHP_TZ"="Europe/Paris" -e "VPN_DEVICE_TYPE"="tun" -p 9091:9091/tcp -p 8118:8118/tcp -v "/mnt/user/Films/":"/data":rw -v "/mnt/cache/appdata/activ-transmissionvpn":"/config":rw activ/arch-transmissionvpn
usermod: no changes
[info] Env var PUID defined as 99
[info] Env var PGID defined as 100
[info] Permissions already set for /config
[info] Starting Supervisor...
2017-02-03 12:22:57,782 CRIT Set uid to user 0
2017-02-03 12:22:57,782 INFO Included extra file "/etc/supervisor/conf.d/transmission.conf" during parsing
2017-02-03 12:22:57,783 INFO supervisord started with pid 20
2017-02-03 12:22:58,787 INFO spawned: 'checkproc-script' with pid 23
2017-02-03 12:22:58,789 INFO spawned: 'start-script' with pid 24
2017-02-03 12:22:58,791 INFO spawned: 'transmission-script' with pid 25
2017-02-03 12:22:58,791 INFO spawned: 'privoxy-script' with pid 26
2017-02-03 12:22:58,794 DEBG 'start-script' stdout output:
[info] VPN is enabled, beginning configuration of VPN
2017-02-03 12:22:58,794 INFO success: checkproc-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2017-02-03 12:22:58,794 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2017-02-03 12:22:58,794 INFO success: transmission-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2017-02-03 12:22:58,794 INFO success: privoxy-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
2017-02-03 12:22:58,796 DEBG 'transmission-script' stdout output:
[info] VPN is enabled, checking VPN tunnel local ip is valid
2017-02-03 12:22:58,797 DEBG 'privoxy-script' stdout output:
[info] Privoxy set to disabled
2017-02-03 12:22:58,797 DEBG fd 24 closed, stopped monitoring <POutputDispatcher at 47382796251216 for <Subprocess at 47382795261856 with name privoxy-script in state RUNNING> (stderr)>
2017-02-03 12:22:58,797 DEBG fd 20 closed, stopped monitoring <POutputDispatcher at 47382795772200 for <Subprocess at 47382795261856 with name privoxy-script in state RUNNING> (stdout)>
2017-02-03 12:22:58,797 INFO exited: privoxy-script (exit status 0; expected)
2017-02-03 12:22:58,797 DEBG received SIGCLD indicating a child quit
2017-02-03 12:22:58,799 DEBG 'start-script' stdout output:
[info] VPN config file (ovpn extension) is located at /config/openvpn/pfSense-TCP-1194-tvpn.ovpn
2017-02-03 12:22:58,820 DEBG 'start-script' stderr output:
mknod: /dev/net/: File exists
2017-02-03 12:22:58,822 DEBG 'start-script' stdout output:
[info] Default route for container is 172.17.0.1
2017-02-03 12:22:58,824 DEBG 'start-script' stdout output:
[info] Adding 192.168.8.0/24 as route via docker eth0
2017-02-03 12:22:58,824 DEBG 'start-script' stdout output:
[info] ip route defined as follows...
--------------------
2017-02-03 12:22:58,824 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.2
192.168.8.0/24 via 172.17.0.1 dev eth0
2017-02-03 12:22:58,825 DEBG 'start-script' stdout output:
--------------------
2017-02-03 12:22:58,826 DEBG 'start-script' stdout output:
[info] iptable_mangle support detected, adding fwmark for tables
2017-02-03 12:22:58,839 DEBG 'start-script' stdout output:
[info] iptables defined as follows...
--------------------
2017-02-03 12:22:58,839 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 tcp -m tcp --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 tcp -m tcp --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-02-03 12:22:58,839 DEBG 'start-script' stdout output:
--------------------
2017-02-03 12:22:58,839 DEBG 'start-script' stdout output:
[info] Starting OpenVPN...
2017-02-03 12:22:58,843 DEBG 'start-script' stdout output:
[info] OpenVPN started
root@powernas:~# docker exec -it activ-transmissionvpn ifconfig
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 172.17.0.2 netmask 255.255.0.0 broadcast 0.0.0.0
ether 02:42:ac:11:00:02 txqueuelen 0 (Ethernet)
RX packets 11 bytes 666 (666.0 B)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 11 bytes 570 (570.0 B)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
loop txqueuelen 1 (Local Loopback)
RX packets 640 bytes 49280 (48.1 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 640 bytes 49280 (48.1 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
I guess it never connects to the vpn and transmission is not starting.