khile

Members
  • Posts

    21
  • Joined

  • Last visited

Posts posted by khile

  1. Create a Unraid container of PlexTraktSync:

    Go to the Docker section, under "Docker Containers" and click "Add Container".

    Click the advanced view to see all of the available parameters.

    Leave the template blank/unselected.

    Under Name: enter a name for the docker (e.g., PlexTraktSync).

    Under Repository: enter ghcr.io/taxel/plextraktsync:latest (or whatever tag you want).

    Under Extra Parameters: enter -it for interactive mode.

    Click "Apply".

    The container should start automatically. If not, start it.

    Enter the console for the container.

    Enter python3 -m plextraktsync to start the credential process described above.

    • Like 2
  2. im trying to pass through a Intel nic for use with pf-sense  

     

    server is ProLiant DL380 G7

     

    i have tried for a few days cant get it to book the vm

     

    nternal error: qemu unexpectedly closed the monitor: 2020-01-25T13:34:51.529538Z qemu-system-x86_64: -device vfio-pci,host=0000:11:00.0,id=hostdev0,bus=pci.1,addr=0x0: vfio 0000:11:00.0: failed to setup container for group 21: Failed to set iommu for container: Operation not permitted

     

    tower-diagnostics-20200125-1335.zip

  3. Hi all new to this i have managed to configure flight aware side of this and am supplying them with data however im unable to get Flight radar 24 to work 

     

    see my settings below

     

    not sure what i have done wrong and not sure how to get key ive tried --signup not does not seem to work either in putty or docker console

     

     

    1.PNG

    2.PNG

    3.PNG

  4. 23 hours ago, binhex said:

    looks like you arent limiting your upload rate:-

     

    
        "max_upload_speed": -1.0,

    this will dramatically affect your download rate, read all these points in Q6:-

    https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md

     

    Tried that and few other suggestions found i found around  but all seem to only add few 100kb yo speed ive seen high of 1.8Mib/s where rutorrent seems inexsess of 50Mib/s

     

    I;m using same server for both tests on pia (france) as its closest to me

     

    Thanks for help but seems i have a issues i can find cause of

  5. Switched from RUTorrent to Deluge and my speed seem stuck at 1.6MiB/s where if i do the same file rutorrent i get 27-45Mib/s

     

    been using ubuntu-19.04-desktop-amd64.iso torrent file for testing i have double checked setting and everything is right and same as what rutorrent used to be

     

    Any Ideas

    core.conf

  6. Anybody im out of ideas nothing seems to be working 

     

    tried a different card got same  error 

     

    internal error: qemu unexpectedly closed the monitor: 2018-11-30T17:47:47.246753Z qemu-system-x86_64: -device vfio-pci,host=09:00.0,id=hostdev0,bus=pci.3,addr=0x0: vfio error: 0000:09:00.0: failed to setup container for group 19: failed to set iommu for container: Operation not permitted

     

  7. looking in logs i see

     

     Tower kernel: vfio_iommu_type1_attach_group: No interrupt remapping support. Use the module param "allow_unsafe_interrupts" to enable VFIO IOMMU support on this platform

     

    ive edited my  linux file

     

    default menu.c32
    menu title Lime Technology, Inc.
    prompt 0
    timeout 50
    label Unraid OS
      menu default
      kernel /bzimage
      append vfio_iommu_type1.allow_unsafe_interrupts=1 pcie_acs_override=downstream vfio-pci.ids=8086:105e initrd=/bzroot
    label Unraid OS GUI Mode
      kernel /bzimage
      append initrd=/bzroot,/bzroot-gui
    label Unraid OS Safe Mode (no plugins, no GUI)
      kernel /bzimage
      append initrd=/bzroot unraidsafemode
    label Unraid OS GUI Safe Mode (no plugins)
      kernel /bzimage
      append initrd=/bzroot,/bzroot-gui unraidsafemode
    label Memtest86+
      kernel /memtest

    ps the server is a dell r710 with hp branded dual port intel nic 

    tower-diagnostics-20181129-0433.zip

  8. Hi  all being trying to get pfsense running using an pci nic card (hp branded intel card)

     

    ive followed a few guides to stop unraid using it on boot  i can  select them in the vm but when i try and boot i get this error

     

    internal error: qemu unexpectedly closed the monitor: 2018-11-27T23:57:22.977816Z qemu-system-x86_64: -device vfio-pci,host=04:00.0,id=hostdev0,bus=pci.1,addr=0x0: vfio error: 0000:04:00.0: failed to setup container for group 16: failed to set iommu for container: Operation not permitted

     

    IOMMU group 16:	[8086:105e] 04:00.0 Ethernet controller: Intel Corporation 82571EB/82571GB Gigabit Ethernet Controller D0/D1 (copper applications) (rev 06)
    IOMMU group 17:	[8086:105e] 04:00.1 Ethernet controller: Intel Corporation 82571EB/82571GB Gigabit Ethernet Controller D0/D1 (copper applications) (rev 06)

    Thank You

  9. hi all noobie here i have a script set up to run every 5 mins to check cpu temps and ajust server fans but user scripts does not seem to be working

     

    running it manually outputs correctly but 5 * * * * or one of the pre-defined such as hourly and does not seem to run checked logs and nothing there

     

    Any ideas im on version 6.6.5

     

    Thank you 

  10. Hi all just getting to grips with unraid and wanting to install Pfsense is it possible to use the onboard nic as unraid seems to trying to use them all

     

    the server is a dell r710 with 4 built in ports all 4 are connected to a managed switch and unraid has assigned ips to them all im struggling how to stop unraid using at least 2-3 of them

     

    Thank You

     

    (ps: sorry if a noob question) 

  11. Ive been trying to use this along with fail2ban but its only banning 172.17.0.1 (docker ip) which is no good does not seem to be passing real ip address i have tried a few things such as proxy

     

    server {
        listen 80;
    server_name torrent.example.me;
            location / {
                proxy_set_header X-Real-IP $remote_addr;
                 proxy_set_header X-Forwarded-For $remote_addr;
                 proxy_set_header Host $host;
                proxy_pass http://127.0.0.1:9080;
            }
    }

    but this is a snippet from log with a purposely wrong password

    172.17.0.1 - heeelo [17/Nov/2018:17:48:18 +0000] "GET / HTTP/1.0" 401 597 "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36 Edge/18.18277"
     

     

    Any help would be greatly appreciated 

  12. Im in same boat 

     

    Created by...
    ___.   .__       .__
    \_ |__ |__| ____ |  |__   ____ ___  ___
     | __ \|  |/    \|  |  \_/ __ \\  \/  /
     | \_\ \  |   |  \   Y  \  ___/ >    <
     |___  /__|___|  /___|  /\___  >__/\_ \
         \/        \/     \/     \/      \/
       https://hub.docker.com/u/binhex/
    
    2018-11-11 18:18:19.403061 [info] System information Linux aca1caf9b641 4.18.0-0.bpo.1-amd64 #1 SMP Debian 4.18.6-1~bpo9+1 (2018-09-13) x86_64 GNU/Linux
    2018-11-11 18:18:19.441332 [info] PUID defined as '1000'
    2018-11-11 18:18:19.481614 [info] PGID defined as '100'
    2018-11-11 18:18:19.528711 [info] UMASK defined as '0000'
    2018-11-11 18:18:19.569260 [info] Permissions already set for volume mappings
    2018-11-11 18:18:19.611019 [info] VPN_ENABLED defined as 'yes'
    2018-11-11 18:18:19.654005 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/France.ovpn
    dos2unix: converting file /config/openvpn/France.ovpn to Unix format...
    2018-11-11 18:18:19.706085 [info] VPN remote line defined as 'remote france.privateinternetaccess.com 1198'
    2018-11-11 18:18:19.743893 [info] VPN_REMOTE defined as 'france.privateinternetaccess.com'
    2018-11-11 18:18:19.781343 [info] VPN_PORT defined as '1198'
    2018-11-11 18:18:19.822404 [info] VPN_PROTOCOL defined as 'udp'
    2018-11-11 18:18:19.859838 [info] VPN_DEVICE_TYPE defined as 'tun0'
    2018-11-11 18:18:19.897220 [info] VPN_PROV defined as 'pia'
    2018-11-11 18:18:19.934816 [info] LAN_NETWORK defined as '192.168.1.0/24'
    2018-11-11 18:18:19.972099 [warn] NAME_SERVERS not defined (via -e NAME_SERVERS), defaulting to Google and FreeDNS name servers
    2018-11-11 18:18:20.010644 [info] VPN_USER defined as '*******'
    2018-11-11 18:18:20.052088 [info] VPN_PASS defined as '********'
    2018-11-11 18:18:20.089895 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS)
    2018-11-11 18:18:20.130363 [info] STRICT_PORT_FORWARD defined as 'yes'
    2018-11-11 18:18:20.171039 [info] ENABLE_PRIVOXY defined as 'yes'
    2018-11-11 18:18:20.208719 [info] ENABLE_FLOOD defined as 'both'
    2018-11-11 18:18:20.246545 [info] ENABLE_AUTODL_IRSSI defined as 'yes'
    2018-11-11 18:18:20.285221 [info] Starting Supervisor...
    2018-11-11 18:18:20,471 INFO Included extra file "/etc/supervisor/conf.d/rtorrent.conf" during parsing
    2018-11-11 18:18:20,471 INFO Set uid to user 0 succeeded
    2018-11-11 18:18:20,475 INFO supervisord started with pid 8
    2018-11-11 18:18:21,477 INFO spawned: 'start-script' with pid 148
    2018-11-11 18:18:21,479 INFO spawned: 'rutorrent-script' with pid 149
    2018-11-11 18:18:21,480 INFO spawned: 'flood-script' with pid 150
    2018-11-11 18:18:21,481 INFO spawned: 'irssi-script' with pid 151
    2018-11-11 18:18:21,483 INFO spawned: 'watchdog-script' with pid 152
    2018-11-11 18:18:21,484 INFO spawned: 'privoxy-script' with pid 153
    2018-11-11 18:18:21,484 INFO reaped unknown pid 9
    2018-11-11 18:18:21,486 DEBG 'start-script' stdout output:
    [info] VPN is enabled, beginning configuration of VPN
    [debug] Environment variables defined as follows
    BASH=/bin/bash
    BASHOPTS=cmdhist:complete_fullquote:extquote:force_fignore:hostcomplete:interactive_comments:progcomp:promptvars:sourcepath
    BASH_ALIASES=()
    BASH_ARGC=()
    BASH_ARGV=()
    BASH_CMDS=()
    BASH_LINENO=([0]="0")
    BASH_SOURCE=([0]="/root/start.sh")
    BASH_VERSINFO=([0]="4" [1]="4" [2]="23" [3]="1" [4]="release" [5]="x86_64-unknown-linux-gnu")
    BASH_VERSION='4.4.23(1)-release'
    DEBUG=true
    
    2018-11-11 18:18:21,486 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
    2018-11-11 18:18:21,486 INFO success: rutorrent-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
    2018-11-11 18:18:21,486 INFO success: flood-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
    2018-11-11 18:18:21,486 INFO success: irssi-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
    2018-11-11 18:18:21,487 INFO success: watchdog-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
    2018-11-11 18:18:21,487 INFO success: privoxy-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
    2018-11-11 18:18:21,487 DEBG 'start-script' stdout output:
    DIRSTACK=()
    ENABLE_AUTODL_IRSSI=yes
    ENABLE_FLOOD=both
    ENABLE_PRIVOXY=yes
    EUID=0
    GROUPS=()
    HOME=/home/nobody
    HOSTNAME=aca1caf9b641
    HOSTTYPE=x86_64
    IFS=$' \t\n'
    LANG=en_GB.UTF-8
    LAN_NETWORK=192.168.1.0/24
    MACHTYPE=x86_64-unknown-linux-gnu
    NAME_SERVERS=8.8.8.8,37.235.1.174,8.8.4.4,37.235.1.177
    OPTERR=1
    OPTIND=1
    OSTYPE=linux-gnu
    PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
    PGID=100
    PIPESTATUS=([0]="0")
    PPID=8
    PS4='+ '
    PUID=1000
    PWD=/
    SHELL=/bin/bash
    SHELLOPTS=braceexpand:hashall:interactive-comments
    SHLVL=1
    STRICT_PORT_FORWARD=yes
    SUPERVISOR_ENABLED=1
    SUPERVISOR_GROUP_NAME=start-script
    SUPERVISOR_PROCESS_NAME=start-script
    TERM=xterm
    UID=0
    UMASK=0000
    VPN_CONFIG=/config/openvpn/France.ovpn
    VPN_DEVICE_TYPE=tun0
    VPN_ENABLED=yes
    VPN_OPTIONS=
    VPN_PASS=********
    VPN_PORT=1198
    VPN_PROTOCOL=udp
    VPN_PROV=pia
    VPN_REMOTE=france.privateinternetaccess.com
    VPN_USER=*******
    _='[debug] Environment variables defined as follows'
    [debug] Directory listing of files in /config/openvpn as follows
    
    2018-11-11 18:18:21,490 DEBG 'flood-script' stdout output:
    [info] Flood enabled
    [info] Waiting for rTorrent process to start listening on port 5000...
    
    2018-11-11 18:18:21,490 DEBG 'start-script' stdout output:
    total 12
    drwxrwxr-x 2 nobody users 4096 Nov 11 18:18 .
    drwxrwxr-x 4 nobody users 4096 Nov 11 18:17 ..
    -rwxrwxr-x 1 nobody users 3176 Nov 11 18:18 France.ovpn
    
    2018-11-11 18:18:21,491 DEBG 'irssi-script' stdout output:
    [debug] Waiting for valid IP address from tunnel...
    
    2018-11-11 18:18:21,492 DEBG 'watchdog-script' stdout output:
    [info] rTorrent config file doesnt exist, copying default to /config/rtorrent/config/...
    
    2018-11-11 18:18:21,494 DEBG 'privoxy-script' stdout output:
    [debug] Waiting for valid IP address from tunnel...
    
    2018-11-11 18:18:21,531 DEBG 'start-script' stdout output:
    [debug] Contents of ovpn file /config/openvpn/France.ovpn as follows...
    
    2018-11-11 18:18:21,532 DEBG 'start-script' stdout output:
    remote france.privateinternetaccess.com 1198
    client
    dev tun
    proto udp
    resolv-retry infinite
    nobind
    persist-key
    cipher aes-128-cbc
    auth sha1
    tls-client
    remote-cert-tls server
    
    auth-user-pass credentials.conf
    compress
    verb 1
    <crl-verify>
    -----BEGIN X509 CRL-----
    MIICWDCCAUAwDQYJKoZIhvcNAQENBQAwgegxCzAJBgNVBAYTAlVTMQswCQYDVQQI
    EwJDQTETMBEGA1UEBxMKTG9zQW5nZWxlczEgMB4GA1UEChMXUHJpdmF0ZSBJbnRl
    cm5ldCBBY2Nlc3MxIDAeBgNVBAsTF1ByaXZhdGUgSW50ZXJuZXQgQWNjZXNzMSAw
    HgYDVQQDExdQcml2YXRlIEludGVybmV0IEFjY2VzczEgMB4GA1UEKRMXUHJpdmF0
    ZSBJbnRlcm5ldCBBY2Nlc3MxLzAtBgkqhkiG9w0BCQEWIHNlY3VyZUBwcml2YXRl
    aW50ZXJuZXRhY2Nlc3MuY29tFw0xNjA3MDgxOTAwNDZaFw0zNjA3MDMxOTAwNDZa
    MCYwEQIBARcMMTYwNzA4MTkwMDQ2MBECAQYXDDE2MDcwODE5MDA0NjANBgkqhkiG
    9w0BAQ0FAAOCAQEAQZo9X97ci8EcPYu/uK2HB152OZbeZCINmYyluLDOdcSvg6B5
    jI+ffKN3laDvczsG6CxmY3jNyc79XVpEYUnq4rT3FfveW1+Ralf+Vf38HdpwB8EW
    B4hZlQ205+21CALLvZvR8HcPxC9KEnev1mU46wkTiov0EKc+EdRxkj5yMgv0V2Re
    ze7AP+NQ9ykvDScH4eYCsmufNpIjBLhpLE2cuZZXBLcPhuRzVoU3l7A9lvzG9mjA
    5YijHJGHNjlWFqyrn1CfYS6koa4TGEPngBoAziWRbDGdhEgJABHrpoaFYaL61zqy
    MR6jC0K2ps9qyZAN74LEBedEfK7tBOzWMwr58A==
    -----END X509 CRL-----
    </crl-verify>
    
    <ca>
    -----BEGIN CERTIFICATE-----
    MIIFqzCCBJOgAwIBAgIJAKZ7D5Yv87qDMA0GCSqGSIb3DQEBDQUAMIHoMQswCQYD
    VQQGEwJVUzELMAkGA1UECBMCQ0ExEzARBgNVBAcTCkxvc0FuZ2VsZXMxIDAeBgNV
    BAoTF1ByaXZhdGUgSW50ZXJuZXQgQWNjZXNzMSAwHgYDVQQLExdQcml2YXRlIElu
    dGVybmV0IEFjY2VzczEgMB4GA1UEAxMXUHJpdmF0ZSBJbnRlcm5ldCBBY2Nlc3Mx
    IDAeBgNVBCkTF1ByaXZhdGUgSW50ZXJuZXQgQWNjZXNzMS8wLQYJKoZIhvcNAQkB
    FiBzZWN1cmVAcHJpdmF0ZWludGVybmV0YWNjZXNzLmNvbTAeFw0xNDA0MTcxNzM1
    MThaFw0zNDA0MTIxNzM1MThaMIHoMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0Ex
    EzARBgNVBAcTCkxvc0FuZ2VsZXMxIDAeBgNVBAoTF1ByaXZhdGUgSW50ZXJuZXQg
    QWNjZXNzMSAwHgYDVQQLExdQcml2YXRlIEludGVybmV0IEFjY2VzczEgMB4GA1UE
    AxMXUHJpdmF0ZSBJbnRlcm5ldCBBY2Nlc3MxIDAeBgNVBCkTF1ByaXZhdGUgSW50
    ZXJuZXQgQWNjZXNzMS8wLQYJKoZIhvcNAQkBFiBzZWN1cmVAcHJpdmF0ZWludGVy
    bmV0YWNjZXNzLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAPXD
    L1L9tX6DGf36liA7UBTy5I869z0UVo3lImfOs/GSiFKPtInlesP65577nd7UNzzX
    lH/P/CnFPdBWlLp5ze3HRBCc/Avgr5CdMRkEsySL5GHBZsx6w2cayQ2EcRhVTwWp
    cdldeNO+pPr9rIgPrtXqT4SWViTQRBeGM8CDxAyTopTsobjSiYZCF9Ta1gunl0G/
    8Vfp+SXfYCC+ZzWvP+L1pFhPRqzQQ8k+wMZIovObK1s+nlwPaLyayzw9a8sUnvWB
    /5rGPdIYnQWPgoNlLN9HpSmsAcw2z8DXI9pIxbr74cb3/HSfuYGOLkRqrOk6h4RC
    OfuWoTrZup1uEOn+fw8CAwEAAaOCAVQwggFQMB0GA1UdDgQWBBQv63nQ/pJAt5tL
    y8VJcbHe22ZOsjCCAR8GA1UdIwSCARYwggESgBQv63nQ/pJAt5tLy8VJcbHe22ZO
    sqGB7qSB6zCB6DELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRMwEQYDVQQHEwpM
    b3NBbmdlbGVzMSAwHgYDVQQKExdQcml2YXRlIEludGVybmV0IEFjY2VzczEgMB4G
    A1UECxMXUHJpdmF0ZSBJbnRlcm5ldCBBY2Nlc3MxIDAeBgNVBAMTF1ByaXZhdGUg
    SW50ZXJuZXQgQWNjZXNzMSAwHgYDVQQpExdQcml2YXRlIEludGVybmV0IEFjY2Vz
    czEvMC0GCSqGSIb3DQEJARYgc2VjdXJlQHByaXZhdGVpbnRlcm5ldGFjY2Vzcy5j
    b22CCQCmew+WL/O6gzAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBDQUAA4IBAQAn
    a5PgrtxfwTumD4+3/SYvwoD66cB8IcK//h1mCzAduU8KgUXocLx7QgJWo9lnZ8xU
    ryXvWab2usg4fqk7FPi00bED4f4qVQFVfGfPZIH9QQ7/48bPM9RyfzImZWUCenK3
    7pdw4Bvgoys2rHLHbGen7f28knT2j/cbMxd78tQc20TIObGjo8+ISTRclSTRBtyC
    GohseKYpTS9himFERpUgNtefvYHbn70mIOzfOJFTVqfrptf9jXa9N8Mpy3ayfodz
    1wiqdteqFXkTYoSDctgKMiZ6GdocK9nMroQipIQtpnwd4yBDWIyC6Bvlkrq5TQUt
    YDQ8z9v+DMO6iwyIDRiU
    -----END CERTIFICATE-----
    </ca>
    
    disable-occ
    
    2018-11-11 18:18:21,545 DEBG 'start-script' stdout output:
    [info] Default route for container is 172.17.0.1
    
    2018-11-11 18:18:21,549 DEBG 'start-script' stdout output:
    [info] Adding 8.8.8.8 to /etc/resolv.conf
    
    2018-11-11 18:18:21,551 DEBG 'watchdog-script' stderr output:
    dos2unix: converting file /config/rtorrent/config/rtorrent.rc to Unix format...
    
    2018-11-11 18:18:21,553 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for valid IP address from tunnel...
    
    2018-11-11 18:18:21,554 DEBG 'start-script' stdout output:
    [info] Adding 37.235.1.174 to /etc/resolv.conf
    
    2018-11-11 18:18:21,558 DEBG 'start-script' stdout output:
    [info] Adding 8.8.4.4 to /etc/resolv.conf
    
    2018-11-11 18:18:21,563 DEBG 'start-script' stdout output:
    [info] Adding 37.235.1.177 to /etc/resolv.conf
    
    2018-11-11 18:18:21,643 DEBG 'start-script' stdout output:
    [info] Remote VPN endpoint resolves to the following A record(s)...
    194.187.249.186 194.187.249.190 194.187.249.59 194.187.249.178 194.187.249.46 194.187.249.39 194.187.249.35 194.187.249.37 194.187.249.179 194.187.249.41 194.187.249.54 185.128.25.158 194.187.249.184
    
    2018-11-11 18:18:21,665 DEBG 'start-script' stdout output:
    [debug] Show name servers defined for container
    
    2018-11-11 18:18:21,666 DEBG 'start-script' stdout output:
    nameserver 8.8.8.8
    nameserver 37.235.1.174
    nameserver 8.8.4.4
    nameserver 37.235.1.177
    
    2018-11-11 18:18:21,666 DEBG 'start-script' stdout output:
    [debug] Show name resolution for VPN endpoint france.privateinternetaccess.com
    
    2018-11-11 18:18:21,697 DEBG 'start-script' stdout output:
    ;; ->>HEADER<<- opcode: QUERY, rcode: NOERROR, id: 14748
    ;; flags: qr rd ra ; QUERY: 1, ANSWER: 13, AUTHORITY: 0, ADDITIONAL: 0
    ;; QUESTION SECTION:
    ;; france.privateinternetaccess.com.	IN	A
    
    ;; ANSWER SECTION:
    france.privateinternetaccess.com.	167	IN	A	194.187.249.181
    france.privateinternetaccess.com.	167	IN	A	194.187.249.49
    france.privateinternetaccess.com.	167	IN	A	194.187.249.57
    france.privateinternetaccess.com.	167	IN	A	194.187.249.58
    france.privateinternetaccess.com.	167	IN	A	194.187.249.55
    france.privateinternetaccess.com.	167	IN	A	194.187.249.37
    france.privateinternetaccess.com.	167	IN	A	194.187.249.179
    france.privateinternetaccess.com.	167	IN	A	194.187.249.178
    france.privateinternetaccess.com.	167	IN	A	194.187.249.182
    france.privateinternetaccess.com.	167	IN	A	194.187.249.50
    france.privateinternetaccess.com.	167	IN	A	194.187.249.43
    france.privateinternetaccess.com.	167	IN	A	194.187.249.40
    france.privateinternetaccess.com.	167	IN	A	194.99.106.150
    
    ;; AUTHORITY SECTION:
    
    ;; ADDITIONAL SECTION:
    
    ;; Query time: 28 msec
    ;; SERVER: 8.8.8.8
    ;; WHEN: Sun Nov 11 18:18:21 2018
    ;; MSG SIZE  rcvd: 258
    
    2018-11-11 18:18:21,697 DEBG 'start-script' stdout output:
    [debug] Show contents of hosts file
    
    2018-11-11 18:18:21,698 DEBG 'start-script' stdout output:
    127.0.0.1	localhost
    ::1	localhost ip6-localhost ip6-loopback
    fe00::0	ip6-localnet
    ff00::0	ip6-mcastprefix
    ff02::1	ip6-allnodes
    ff02::2	ip6-allrouters
    172.17.0.8	aca1caf9b641
    194.187.249.186    france.privateinternetaccess.com
    
    2018-11-11 18:18:21,702 DEBG 'start-script' stdout output:
    [info] Adding 192.168.1.0/24 as route via docker eth0
    
    2018-11-11 18:18:21,704 DEBG 'start-script' stdout output:
    [info] ip route defined as follows...
    --------------------
    
    2018-11-11 18:18:21,705 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.8
    192.168.1.0/24 via 172.17.0.1 dev eth0
    
    2018-11-11 18:18:21,705 DEBG 'start-script' stdout output:
    --------------------
    [debug] Modules currently loaded for kernel
    
    2018-11-11 18:18:21,712 DEBG 'start-script' stdout output:
    Module                  Size  Used by
    tun                    49152  0
    xt_mark                16384  0
    softdog                16384  0
    macvlan                28672  0
    veth                   16384  0
    xt_nat                 16384  18
    xt_tcpudp              16384  46
    nf_conntrack_netlink    49152  0
    nfnetlink              16384  2 nf_conntrack_netlink
    xfrm_user              45056  1
    xfrm_algo              16384  1 xfrm_user
    xt_addrtype            16384  2
    xt_conntrack           16384  1
    br_netfilter           24576  0
    bridge                184320  1 br_netfilter
    stp                    16384  1 bridge
    llc                    16384  2 bridge,stp
    pci_stub               16384  1
    vboxpci                28672  0
    vboxnetadp             28672  0
    vboxnetflt             32768  0
    vboxdrv               487424  3 vboxpci,vboxnetadp,vboxnetflt
    overlay               110592  11
    ipt_REJECT             16384  0
    nf_reject_ipv4         16384  1 ipt_REJECT
    xt_hl                  16384  0
    iptable_filter         16384  1
    xt_dscp                16384  0
    xt_limit               16384  0
    iptable_mangle         16384  0
    xt_tcpmss              16384  0
    xt_length              16384  0
    iptable_nat            16384  2
    xt_DSCP                16384  0
    xt_LOG                 16384  0
    xt_TCPMSS              16384  0
    xt_state               16384  0
    xt_REDIRECT            16384  0
    xt_helper              16384  0
    ipt_MASQUERADE         16384  15
    nf_conntrack_ipv4      16384  35
    nf_defrag_ipv4         16384  1 nf_conntrack_ipv4
    nf_nat_ipv4            16384  2 ipt_MASQUERADE,iptable_nat
    nf_nat                 36864  3 nf_nat_ipv4,xt_nat,xt_REDIRECT
    nf_conntrack          155648  10 xt_conntrack,nf_conntrack_ipv4,nf_nat,xt_state,ipt_MASQUERADE,nf_nat_ipv4,xt_nat,xt_helper,nf_conntrack_netlink,xt_REDIRECT
    cpufreq_conservative    16384  0
    cpufreq_userspace      16384  0
    cpufreq_powersave      16384  0
    intel_powerclamp       16384  0
    coretemp               16384  0
    kvm_intel             237568  0
    mgag200                53248  1
    kvm                   733184  1 kvm_intel
    joydev                 24576  0
    ttm                   126976  1 mgag200
    drm_kms_helper        196608  1 mgag200
    drm                   475136  4 drm_kms_helper,mgag200,ttm
    irqbypass              16384  1 kvm
    pcspkr                 16384  0
    ipmi_si                65536  0
    crct10dif_pclmul       16384  0
    crc32_pclmul           16384  0
    ghash_clmulni_intel    16384  0
    i2c_algo_bit           16384  1 mgag200
    serio_raw              16384  0
    ipmi_devintf           20480  0
    evdev                  28672  3
    iTCO_wdt               16384  1
    intel_cstate           16384  0
    iTCO_vendor_support    16384  1 iTCO_wdt
    intel_uncore          135168  0
    ipmi_msghandler        65536  2 ipmi_devintf,ipmi_si
    sg                     36864  0
    dcdbas                 16384  0
    acpi_power_meter       20480  0
    button                 16384  0
    wmi                    28672  0
    lpc_ich                28672  0
    i7core_edac            28672  0
    sunrpc                421888  1
    ip_tables              28672  3 iptable_filter,iptable_nat,iptable_mangle
    x_tables               45056  21 xt_dscp,xt_conntrack,iptable_filter,xt_LOG,xt_length,xt_state,xt_tcpudp,xt_DSCP,xt_tcpmss,ipt_MASQUERADE,xt_addrtype,xt_nat,xt_helper,ipt_REJECT,ip_tables,xt_limit,xt_hl,iptable_mangle,xt_TCPMSS,xt_REDIRECT,xt_mark
    autofs4                49152  2
    ext4                  741376  4
    crc16                  16384  1 ext4
    mbcache                16384  1 ext4
    jbd2                  118784  1 ext4
    fscrypto               32768  1 ext4
    ecb                    16384  0
    btrfs                1384448  0
    zstd_decompress        90112  1 btrfs
    zstd_compress         180224  1 btrfs
    xxhash                 16384  2 zstd_compress,zstd_decompress
    raid10                 57344  0
    raid456               172032  0
    async_raid6_recov      20480  1 raid456
    async_memcpy           16384  2 raid456,async_raid6_recov
    async_pq               16384  2 raid456,async_raid6_recov
    async_xor              16384  3 async_pq,raid456,async_raid6_recov
    async_tx               16384  5 async_pq,async_memcpy,async_xor,raid4
    2018-11-11 18:18:21,714 DEBG 'start-script' stdout output:
    56,async_raid6_recov
    xor                    24576  2 async_xor,btrfs
    raid6_pq              122880  4 async_pq,btrfs,raid456,async_raid6_recov
    libcrc32c              16384  4 nf_conntrack,nf_nat,btrfs,raid456
    crc32c_generic         16384  0
    raid1                  45056  0
    raid0                  20480  0
    multipath              16384  0
    linear                 16384  0
    md_mod                163840  6 raid1,raid10,raid0,linear,raid456,multipath
    ses                    20480  0
    enclosure              16384  1 ses
    sr_mod                 28672  0
    scsi_transport_sas     45056  1 ses
    ata_generic            16384  0
    sd_mod                 53248  9
    cdrom                  69632  1 sr_mod
    uas                    28672  0
    usb_storage            69632  1 uas
    hid_generic            16384  0
    usbhid                 57344  0
    hid                   135168  2 usbhid,hid_generic
    crc32c_intel           24576  9
    aesni_intel           200704  1
    ata_piix               36864  0
    ehci_pci               16384  0
    uhci_hcd               49152  0
    aes_x86_64             20480  1 aesni_intel
    ehci_hcd               94208  1 ehci_pci
    crypto_simd            16384  1 aesni_intel
    cryptd                 28672  3 crypto_simd,ghash_clmulni_intel,aesni_intel
    libata                278528  2 ata_piix,ata_generic
    megaraid_sas          159744  5
    glue_helper            16384  1 aesni_intel
    psmouse               172032  0
    usbcore               290816  6 ehci_pci,usbhid,usb_storage,ehci_hcd,uas,uhci_hcd
    usb_common             16384  1 usbcore
    scsi_mod              253952  9 ses,scsi_transport_sas,sd_mod,usb_storage,uas,megaraid_sas,libata,sg,sr_mod
    bnx2                   94208  0
    
    2018-11-11 18:18:21,721 DEBG 'start-script' stdout output:
    iptable_mangle         16384  0
    ip_tables              28672  3 iptable_filter,iptable_nat,iptable_mangle
    x_tables               45056  21 xt_dscp,xt_conntrack,iptable_filter,xt_LOG,xt_length,xt_state,xt_tcpudp,xt_DSCP,xt_tcpmss,ipt_MASQUERADE,xt_addrtype,xt_nat,xt_helper,ipt_REJECT,ip_tables,xt_limit,xt_hl,iptable_mangle,xt_TCPMSS,xt_REDIRECT,xt_mark
    
    2018-11-11 18:18:21,721 DEBG 'start-script' stdout output:
    [info] iptable_mangle support detected, adding fwmark for tables
    
    2018-11-11 18:18:21,734 DEBG 'start-script' stdout output:
    [debug] Docker interface defined as eth0
    
    2018-11-11 18:18:21,738 DEBG 'start-script' stdout output:
    [debug] Docker IP defined as 172.17.0.8
    
    2018-11-11 18:18:21,741 DEBG 'start-script' stdout output:
    [debug] Docker netmask defined as 255.255.0.0
    
    2018-11-11 18:18:21,751 DEBG 'start-script' stdout output:
    [info] Docker network defined as    172.17.0.0/16
    
    2018-11-11 18:18:21,860 DEBG 'start-script' stdout output:
    [info] iptables defined as follows...
    --------------------
    
    2018-11-11 18:18:21,863 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 1198 -j ACCEPT
    -A INPUT -i eth0 -p tcp -m tcp --dport 9080 -j ACCEPT
    -A INPUT -i eth0 -p tcp -m tcp --sport 9080 -j ACCEPT
    -A INPUT -i eth0 -p tcp -m tcp --dport 9443 -j ACCEPT
    -A INPUT -i eth0 -p tcp -m tcp --sport 9443 -j ACCEPT
    -A INPUT -i eth0 -p tcp -m tcp --dport 3000 -j ACCEPT
    -A INPUT -i eth0 -p tcp -m tcp --sport 3000 -j ACCEPT
    -A INPUT -s 192.168.1.0/24 -i eth0 -p tcp -m tcp --dport 5000 -j ACCEPT
    -A INPUT -s 192.168.1.0/24 -d 172.17.0.0/16 -i eth0 -p tcp -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 1198 -j ACCEPT
    -A OUTPUT -o eth0 -p tcp -m tcp --dport 9080 -j ACCEPT
    -A OUTPUT -o eth0 -p tcp -m tcp --sport 9080 -j ACCEPT
    -A OUTPUT -o eth0 -p tcp -m tcp --dport 9443 -j ACCEPT
    -A OUTPUT -o eth0 -p tcp -m tcp --sport 9443 -j ACCEPT
    -A OUTPUT -o eth0 -p tcp -m tcp --dport 3000 -j ACCEPT
    -A OUTPUT -o eth0 -p tcp -m tcp --sport 3000 -j ACCEPT
    -A OUTPUT -d 192.168.1.0/24 -o eth0 -p tcp -m tcp --sport 5000 -j ACCEPT
    -A OUTPUT -s 172.17.0.0/16 -d 192.168.1.0/24 -o eth0 -p tcp -j ACCEPT
    -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT
    -A OUTPUT -o lo -j ACCEPT
    
    2018-11-11 18:18:21,863 DEBG 'start-script' stdout output:
    --------------------
    
    2018-11-11 18:18:21,864 DEBG 'start-script' stdout output:
    [debug] OpenVPN command line:- /usr/bin/openvpn --daemon --reneg-sec 0 --mute-replay-warnings --auth-nocache --setenv VPN_PROV 'pia' --setenv DEBUG 'true' --setenv VPN_DEVICE_TYPE 'tun0' --setenv VPN_REMOTE 'france.privateinternetaccess.com' --script-security 2 --up /root/openvpnup.sh --up-delay --up-restart --writepid /root/openvpn.pid --remap-usr1 SIGHUP --log-append /dev/stdout --pull-filter ignore 'up' --pull-filter ignore 'down' --pull-filter ignore 'route-ipv6' --pull-filter ignore 'ifconfig-ipv6' --pull-filter ignore 'tun-ipv6' --pull-filter ignore 'persist-tun' --pull-filter ignore 'reneg-sec' --remote 194.187.249.186 1198 udp --remote 194.187.249.190 1198 udp --remote 194.187.249.59 1198 udp --remote 194.187.249.178 1198 udp --remote 194.187.249.46 1198 udp --remote 194.187.249.39 1198 udp --remote 194.187.249.35 1198 udp --remote 194.187.249.37 1198 udp --remote 194.187.249.179 1198 udp --remote 194.187.249.41 1198 udp --remote 194.187.249.54 1198 udp --remote 185.128.25.158 1198 udp --remote 194.187.249.184 1198 udp --remote-random --keepalive 10 60 --setenv STRICT_PORT_FORWARD 'yes' --disable-occ --auth-user-pass credentials.conf --cd /config/openvpn --config '/config/openvpn/France.ovpn'
    [info] Starting OpenVPN...
    
    2018-11-11 18:18:21,873 DEBG 'start-script' stdout output:
    Sun Nov 11 18:18:21 2018 WARNING: file 'credentials.conf' is group or others accessible
    Sun Nov 11 18:18:21 2018 OpenVPN 2.4.6 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 24 2018
    Sun Nov 11 18:18:21 2018 library versions: OpenSSL 1.1.0h  27 Mar 2018, LZO 2.10
    
    2018-11-11 18:18:21,873 DEBG 'start-script' stdout output:
    [info] OpenVPN started
    
    2018-11-11 18:18:21,874 DEBG 'start-script' stdout output:
    [debug] Waiting for valid IP address from tunnel...
    Sun Nov 11 18:18:21 2018 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
    
    2018-11-11 18:18:21,874 DEBG 'start-script' stdout output:
    Sun Nov 11 18:18:21 2018 TCP/UDP: Preserving recently used remote address: [AF_INET]194.187.249.39:1198
    
    2018-11-11 18:18:21,874 DEBG 'start-script' stdout output:
    Sun Nov 11 18:18:21 2018 UDP link local: (not bound)
    Sun Nov 11 18:18:21 2018 UDP link remote: [AF_INET]194.187.249.39:1198
    
    2018-11-11 18:18:22,294 DEBG 'start-script' stdout output:
    Sun Nov 11 18:18:22 2018 [58380048e767c968d57ed67cae1ff771] Peer Connection Initiated with [AF_INET]194.187.249.39:1198
    
    2018-11-11 18:18:23,607 DEBG 'start-script' stdout output:
    Sun Nov 11 18:18:23 2018 auth-token received, disabling auth-nocache for the authentication token
    
    2018-11-11 18:18:23,607 DEBG 'start-script' stdout output:
    Sun Nov 11 18:18:23 2018 TUN/TAP device tun0 opened
    
    2018-11-11 18:18:23,607 DEBG 'start-script' stdout output:
    Sun Nov 11 18:18:23 2018 do_ifconfig, tt->did_ifconfig_ipv6_setup=0
    Sun Nov 11 18:18:23 2018 /usr/bin/ip link set dev tun0 up mtu 1500
    
    2018-11-11 18:18:23,609 DEBG 'start-script' stdout output:
    Sun Nov 11 18:18:23 2018 /usr/bin/ip addr add dev tun0 local 10.15.10.6 peer 10.15.10.5
    
    2018-11-11 18:18:23,610 DEBG 'start-script' stdout output:
    Sun Nov 11 18:18:23 2018 /root/openvpnup.sh tun0 1500 1558 10.15.10.6 10.15.10.5 init
    
    2018-11-11 18:18:23,616 DEBG 'start-script' stdout output:
    [debug] Waiting for valid IP address from tunnel...
    [debug] Waiting for valid IP address from tunnel...
    
    2018-11-11 18:18:23,619 DEBG 'start-script' stdout output:
    Sun Nov 11 18:18:23 2018 Initialization Sequence Completed
    
    2018-11-11 18:18:23,630 DEBG 'privoxy-script' stdout output:
    [debug] Valid IP address from tunnel acquired '10.15.10.6'
    [info] Configuring Privoxy...
    
    2018-11-11 18:18:23,638 DEBG 'irssi-script' stdout output:
    [debug] Valid IP address from tunnel acquired '10.15.10.6'
    
    2018-11-11 18:18:23,639 DEBG 'irssi-script' stdout output:
    Script started, file is /home/nobody/typescript
    
    2018-11-11 18:18:23,665 DEBG 'irssi-script' stdout output:
    Script done, file is /home/nobody/typescript
    
    2018-11-11 18:18:23,671 DEBG fd 22 closed, stopped monitoring <POutputDispatcher at 140583219056512 for <Subprocess at 140583219102784 with name irssi-script in state RUNNING> (stdout)>
    2018-11-11 18:18:23,671 DEBG fd 26 closed, stopped monitoring <POutputDispatcher at 140583219055720 for <Subprocess at 140583219102784 with name irssi-script in state RUNNING> (stderr)>
    2018-11-11 18:18:23,671 INFO exited: irssi-script (exit status 0; expected)
    2018-11-11 18:18:23,671 DEBG received SIGCLD indicating a child quit
    2018-11-11 18:18:23,678 DEBG 'start-script' stdout output:
    [debug] Valid IP address from tunnel acquired '10.15.10.6'
    
    2018-11-11 18:18:23,684 DEBG 'watchdog-script' stdout output:
    [debug] Valid IP address from tunnel acquired '10.15.10.6'
    
    2018-11-11 18:18:23,684 DEBG 'watchdog-script' stdout output:
    [info] rTorrent listening interface IP 0.0.0.0 and VPN provider IP 10.15.10.6 different, marking for reconfigure
    
    2018-11-11 18:18:23,688 DEBG 'watchdog-script' stdout output:
    [info] rTorrent not running
    
    2018-11-11 18:18:23,716 DEBG 'privoxy-script' stdout output:
    [info] All checks complete, starting Privoxy...
    
    2018-11-11 18:18:23,717 DEBG 'privoxy-script' stderr output:
    2018-11-11 18:18:23.717 7f9b609a20c0 Info: Privoxy version 3.0.26
    2018-11-11 18:18:23.717 7f9b609a20c0 Info: Program name: /usr/bin/privoxy
    
    2018-11-11 18:18:23,727 DEBG 'start-script' stdout output:
    [debug] Valid IP address from tunnel acquired '10.15.10.6'
    
    2018-11-11 18:18:23,728 DEBG 'start-script' stdout output:
    [debug] Attempting to get external IP using Name Server 'ns1.google.com'...
    [debug] Valid IP address from tunnel acquired '10.15.10.6'
    
    2018-11-11 18:18:23,729 DEBG 'start-script' stdout output:
    [info] Strict port forwarding enabled, attempting to assign an incoming port...
    
    2018-11-11 18:18:23,736 DEBG 'start-script' stdout output:
    [info] Attempting to curl http://209.222.18.222:2000/?client_id=a20cc049470f73f245b7732f7af8abf51d116c8e189f47d4b478885a4e934298...
    
    2018-11-11 18:18:24,132 DEBG 'start-script' stdout output:
    [info] Successfully retrieved external IP address 194.187.249.39
    
    2018-11-11 18:18:24,195 DEBG 'watchdog-script' stdout output:
    [debug] External IP address from tunnel is '194.187.249.39'
    
    2018-11-11 18:18:24,195 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for file '/home/nobody/vpn_incoming_port.txt' to be generated (contains PIA API generated incoming port number)...
    
    2018-11-11 18:18:24,876 DEBG 'start-script' stdout output:
    [info] Curl successful for http://209.222.18.222:2000/?client_id=a20cc049470f73f245b7732f7af8abf51d116c8e189f47d4b478885a4e934298, response code 200
    
    2018-11-11 18:18:24,880 DEBG 'start-script' stdout output:
    [debug] Successfully assigned incoming port 55768
    
    2018-11-11 18:18:25,197 DEBG 'watchdog-script' stdout output:
    [debug] Incoming port for tunnel is '55768'
    
    2018-11-11 18:18:25,198 DEBG 'watchdog-script' stdout output:
    [info] rTorrent incoming port 49160 and VPN incoming port 55768 different, marking for reconfigure
    [info] Removing any rTorrent session lock files left over from the previous run...
    
    2018-11-11 18:18:25,199 DEBG 'watchdog-script' stdout output:
    [info] Attempting to start rTorrent...
    
    2018-11-11 18:18:25,200 DEBG 'watchdog-script' stdout output:
    Script started, file is /home/nobody/typescript
    
    2018-11-11 18:18:25,220 DEBG 'watchdog-script' stdout output:
    Script done, file is /home/nobody/typescript
    
    2018-11-11 18:18:25,225 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:26,231 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:27,237 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:28,243 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:29,248 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:30,254 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:31,259 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:32,265 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:33,270 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:34,276 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:35,282 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:36,287 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:37,293 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:38,298 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:39,304 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:40,309 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:41,315 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:42,320 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:43,326 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:44,331 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:45,337 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:46,343 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:47,348 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:48,354 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:49,359 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:50,365 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:51,370 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:52,376 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:53,381 DEBG 'watchdog-script' stdout output:
    [debug] Waiting for rTorrent process to start...
    
    2018-11-11 18:18:54,387 DEBG 'watchdog-script' stdout output:
    [warn] Wait for rTorrent process to start aborted
    [info] Waiting for rTorrent process to start listening on port 5000...

     

  13. i have found i can run  the below code in ssh and its enable until i restart server im struggling how to make changes permanent for now i have made a cron job at startup to load below code

     

    modprobe ipt_MASQUERADE
    modprobe ipt_helper
    modprobe ipt_SAME
    modprobe ipt_REDIRECT
    modprobe ipt_state
    modprobe ipt_TCPMSS
    modprobe ipt_LOG
    modprobe ipt_TOS
    modprobe iptable_nat
    modprobe ipt_length
    modprobe ipt_tcpmss
    modprobe iptable_mangle
    modprobe ipt_limit
    modprobe ipt_tos
    modprobe iptable_filter
    modprobe ipt_helper
    modprobe ipt_tos
    modprobe ipt_ttl
    modprobe ipt_REJECT

     

  14. hi all managed to get the container working but im unable to get external access im on openmediavault v4  struggling to figure it out any help would be greatly appreciated 

     

    -07-08 22:43:49,717 DEBG 'start-script' stdout output:
    [info] Attempting to load tun kernel module...
    
    2018-07-08 22:43:49,825 DEBG 'start-script' stderr output:
    modprobe: FATAL: Module tun not found in directory /lib/modules/4.16.0-0.bpo.2-amd64
    
    2018-07-08 22:43:49,826 DEBG 'start-script' stdout output:
    [warn] Unable to load tun kernel module using modprobe, trying insmod...
    [warn] Unable to load tun kernel module, assuming its dynamically loaded
    
    2018-07-08 22:43:49,826 DEBG 'start-script' stderr output:
    insmod: ERROR: could not load module /lib/modules/tun.ko: No such file or directory
    
    2018-07-08 22:43:50,121 DEBG 'start-script' stdout output:
    [info] Attempting to load iptable_mangle module...
    
    2018-07-08 22:43:50,137 DEBG 'start-script' stderr output:
    modprobe: FATAL: Module iptable_mangle not found in directory /lib/modules/4.16.0-0.bpo.2-amd64
    
    2018-07-08 22:43:50,153 DEBG 'start-script' stdout output:
    [warn] Unable to load iptable_mangle module using modprobe, trying insmod...
    
    2018-07-08 22:43:50,177 DEBG 'start-script' stderr output:
    insmod: ERROR: could not load module /lib/modules/iptable_mangle.ko: No such file or directory
    
    2018-07-08 22:43:50,179 DEBG 'start-script' stdout output:
    [warn] Unable to load iptable_mangle module, you will not be able to connect to the applications Web UI or Privoxy outside of your LAN
    [info] unRAID/Ubuntu users: Please attempt to load the module by executing the following on your host: '/sbin/modprobe iptable_mangle'
    [info] Synology users: Please attempt to load the module by executing the following on your host: 'insmod /lib/modules/iptable_mangle.ko'
    
    2018-07-08 22:43:50,244 DEBG 'start-script' stdout output:
    [info] Adding 192.168.1.0/24 as route via docker eth0
    
    2018-07-08 22:43:50,249 DEBG 'start-script' stdout output:
    [info] ip route defined as follows...
    --------------------
    
    2018-07-08 22:43:50,251 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.7 
    192.168.1.0/24 via 172.17.0.1 dev eth0 
    
    2018-07-08 22:43:50,252 DEBG 'start-script' stdout output:
    --------------------
    
    2018-07-08 22:43:50,912 DEBG 'start-script' stdout output:
    [info] Docker network defined as    172.17.0.0/16
    
    2018-07-08 22:43:55,241 DEBG 'start-script' stdout output:
    [info] iptables defined as follows...
    --------------------
    
    2018-07-08 22:43:55,310 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 1198 -j ACCEPT
    -A INPUT -i eth0 -p tcp -m tcp --dport 9080 -j ACCEPT
    -A INPUT -i eth0 -p tcp -m tcp --sport 9080 -j ACCEPT
    -A INPUT -i eth0 -p tcp -m tcp --dport 9443 -j ACCEPT
    -A INPUT -i eth0 -p tcp -m tcp --sport 9443 -j ACCEPT
    -A INPUT -i eth0 -p tcp -m tcp --dport 3000 -j ACCEPT
    -A INPUT -i eth0 -p tcp -m tcp --sport 3000 -j ACCEPT
    -A INPUT -s 192.168.1.0/24 -i eth0 -p tcp -m tcp --dport 5000 -j ACCEPT
    -A INPUT -s 192.168.1.0/24 -d 172.17.0.0/16 -i eth0 -p tcp -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 1198 -j ACCEPT
    -A OUTPUT -o eth0 -p tcp -m tcp --dport 9080 -j ACCEPT
    -A OUTPUT -o eth0 -p tcp -m tcp --sport 9080 -j ACCEPT
    -A OUTPUT -o eth0 -p tcp -m tcp --dport 9443 -j ACCEPT
    -A OUTPUT -o eth0 -p tcp -m tcp --sport 9443 -j ACCEPT
    -A OUTPUT -o eth0 -p tcp -m tcp --dport 3000 -j ACCEPT
    -A OUTPUT -o eth0 -p tcp -m tcp --sport 3000 -j ACCEPT
    -A OUTPUT -d 192.168.1.0/24 -o eth0 -p tcp -m tcp --sport 5000 -j ACCEPT
    -A OUTPUT -s 172.17.0.0/16 -d 192.168.1.0/24 -o eth0 -p tcp -j ACCEPT
    -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT
    -A OUTPUT -o lo -j ACCEPT
    
    2018-07-08 22:43:55,311 DEBG 'start-script' stdout output:
    --------------------
    
    2018-07-08 22:43:55,355 DEBG 'start-script' stdout output:
    [info] Starting OpenVPN...
    

    thank you