Code Monkey home page Code Monkey logo

Comments (7)

DyonR avatar DyonR commented on August 24, 2024

I've added a new environment variable called LEGACY_IPTABLES.
Can you update the container, add LEGACY_IPTABLES and set it to yes and see if that solves it?

from docker-jackettvpn.

theyogendraDanwar avatar theyogendraDanwar commented on August 24, 2024

@DyonR after updating the container the iptable error is gone but still the WEBUI part is not coming up



2021-09-07 04:30:23 | stdout | 2021-09-07 04:30:23.669547 [INFO] HEALTH_CHECK_SILENT is not set. Because this variable is not set, it will be supressed by default
-- | -- | --
2021-09-07 04:30:23 | stdout | 2021-09-07 04:30:23.633131 [INFO] HEALTH_CHECK_INTERVAL is not set. For now using default interval of 300
2021-09-07 04:30:23 | stdout | 2021-09-07 04:30:23.596301 [INFO] HEALTH_CHECK_HOST is not set. For now using default host one.one.one.one
2021-09-07 04:30:23 | stdout | 2021-09-07 04:30:23.563560 [INFO] Started Jackett daemon successfully...
2021-09-07 04:30:23 | stdout | 2021-09-07 04:30:23.559209 [INFO] Jackett PID:
2021-09-07 04:30:22 | stdout | Logging to /config/Jackett/Logs/log.txt.
2021-09-07 04:30:22 | stdout | 2021-09-07 04:30:22.518075 [INFO] Starting Jackett daemon...
2021-09-07 04:30:22 | stdout | 2021-09-07 04:30:22.481794 [INFO] Password hashes match, nothing to change.
2021-09-07 04:30:22 | stdout | 2021-09-07 04:30:22.398747 [INFO] Generating password hash
2021-09-07 04:30:22 | stdout | 2021-09-07 04:30:22.271502 [WARNING] UMASK not defined (via -e UMASK), defaulting to '002'
2021-09-07 04:30:22 | stdout | 2021-09-07 04:30:22.235755 [INFO] An user with PUID 1026 already exists in /etc/passwd, nothing to do.
2021-09-07 04:30:22 | stdout | 2021-09-07 04:30:22.198669 [INFO] A group with PGID 100 already exists in /etc/group, nothing to do.
2021-09-07 04:30:22 | stdout | --------------------
2021-09-07 04:30:22 | stdout | -A OUTPUT -o lo -j ACCEPT
2021-09-07 04:30:22 | stdout | -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT
2021-09-07 04:30:22 | stdout | -A OUTPUT -o eth0 -p tcp -m tcp --sport 9117 -j ACCEPT
2021-09-07 04:30:22 | stdout | -A OUTPUT -o eth0 -p tcp -m tcp --dport 9117 -j ACCEPT
2021-09-07 04:30:22 | stdout | -A OUTPUT -o eth0 -p udp -m udp --dport 1198 -j ACCEPT
2021-09-07 04:30:22 | stdout | -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT
2021-09-07 04:30:22 | stdout | -A OUTPUT -o tun0 -j ACCEPT
2021-09-07 04:30:22 | stdout | -A INPUT -i lo -j ACCEPT
2021-09-07 04:30:22 | stdout | -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT
2021-09-07 04:30:22 | stdout | -A INPUT -i eth0 -p tcp -m tcp --sport 9117 -j ACCEPT
2021-09-07 04:30:22 | stdout | -A INPUT -i eth0 -p tcp -m tcp --dport 9117 -j ACCEPT
2021-09-07 04:30:22 | stdout | -A INPUT -i eth0 -p udp -m udp --sport 1198 -j ACCEPT
2021-09-07 04:30:22 | stdout | -A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT
2021-09-07 04:30:22 | stdout | -A INPUT -i tun0 -j ACCEPT
2021-09-07 04:30:22 | stdout | -P OUTPUT DROP
2021-09-07 04:30:22 | stdout | -P FORWARD ACCEPT
2021-09-07 04:30:22 | stdout | -P INPUT DROP
2021-09-07 04:30:22 | stdout | --------------------
2021-09-07 04:30:22 | stdout | 2021-09-07 04:30:22.157131 [INFO] iptables defined as follows...
2021-09-07 04:30:22 | stdout | 2021-09-07 04:30:22.071531 [INFO] iptable_mangle support detected, adding fwmark for tables
2021-09-07 04:30:22 | stdout | x_tables               16882  19 ip6table_filter,xt_ipvs,xt_iprange,xt_mark,xt_recent,ip_tables,xt_tcpudp,ipt_MASQUERADE,xt_limit,xt_state,xt_conntrack,xt_LOG,xt_nat,xt_multiport,iptable_filter,xt_REDIRECT,iptable_mangle,ip6_tables,xt_addrtype
2021-09-07 04:30:22 | stdout | ip_tables              13819  9 iptable_filter,iptable_mangle,iptable_nat
2021-09-07 04:30:22 | stdout | iptable_mangle          1656  1
2021-09-07 04:30:22 | stdout | --------------------
2021-09-07 04:30:22 | stdout | 192.168.0.0/24 via 172.17.0.1 dev eth0
2021-09-07 04:30:22 | stdout | 172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.5
2021-09-07 04:30:22 | stdout | 128.0.0.0/1 via 10.10.112.1 dev tun0
2021-09-07 04:30:22 | stdout | 95.181.239.12 via 172.17.0.1 dev eth0
2021-09-07 04:30:22 | stdout | 10.10.112.0/24 dev tun0 proto kernel scope link src 10.10.112.201
2021-09-07 04:30:22 | stdout | default via 172.17.0.1 dev eth0
2021-09-07 04:30:22 | stdout | 0.0.0.0/1 via 10.10.112.1 dev tun0
2021-09-07 04:30:22 | stdout | --------------------
2021-09-07 04:30:22 | stdout | 2021-09-07 04:30:22.026338 [INFO] ip route defined as follows...
2021-09-07 04:30:21 | stdout | 2021-09-07 04:30:21.988374 [INFO] Adding 192.168.0.0/24 as route via docker eth0
2021-09-07 04:30:21 | stdout | 2021-09-07 04:30:21.948601 [INFO] Docker network defined as 172.17.0.0/16
2021-09-07 04:30:21 | stdout | 2021-09-07 04:30:21 Initialization Sequence Completed
2021-09-07 04:30:21 | stdout | 2021-09-07 04:30:21 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
2021-09-07 04:30:21 | stdout | 2021-09-07 04:30:21 net_addr_v4_add: 10.10.112.201/24 dev tun0
2021-09-07 04:30:21 | stdout | 2021-09-07 04:30:21 net_iface_up: set tun0 up
2021-09-07 04:30:21 | stdout | 2021-09-07 04:30:21 net_iface_mtu_set: mtu 1500 for tun0
2021-09-07 04:30:21 | stdout | 2021-09-07 04:30:21 TUN/TAP device tun0 opened
2021-09-07 04:30:21 | stdout | 2021-09-07 04:30:21 [srilanka403] Peer Connection Initiated with [AF_INET]95.181.239.12:1198
2021-09-07 04:30:20 | stdout | 2021-09-07 04:30:20 UDP link remote: [AF_INET]95.181.239.12:1198
2021-09-07 04:30:20 | stdout | 2021-09-07 04:30:20 UDP link local: (not bound)
2021-09-07 04:30:20 | stdout | 2021-09-07 04:30:20 TCP/UDP: Preserving recently used remote address: [AF_INET]95.181.239.12:1198
2021-09-07 04:30:20 | stdout |  
2021-09-07 04:30:20 | stdout | -----END X509 CRL-----
2021-09-07 04:30:20 | stdout | MR6jC0K2ps9qyZAN74LEBedEfK7tBOzWMwr58A==
2021-09-07 04:30:20 | stdout | 5YijHJGHNjlWFqyrn1CfYS6koa4TGEPngBoAziWRbDGdhEgJABHrpoaFYaL61zqy
2021-09-07 04:30:20 | stdout | ze7AP+NQ9ykvDScH4eYCsmufNpIjBLhpLE2cuZZXBLcPhuRzVoU3l7A9lvzG9mjA
2021-09-07 04:30:20 | stdout | B4hZlQ205+21CALLvZvR8HcPxC9KEnev1mU46wkTiov0EKc+EdRxkj5yMgv0V2Re
2021-09-07 04:30:20 | stdout | jI+ffKN3laDvczsG6CxmY3jNyc79XVpEYUnq4rT3FfveW1+Ralf+Vf38HdpwB8EW
2021-09-07 04:30:20 | stdout | 9w0BAQ0FAAOCAQEAQZo9X97ci8EcPYu/uK2HB152OZbeZCINmYyluLDOdcSvg6B5
2021-09-07 04:30:20 | stdout | MCYwEQIBARcMMTYwNzA4MTkwMDQ2MBECAQYXDDE2MDcwODE5MDA0NjANBgkqhkiG
2021-09-07 04:30:20 | stdout | 2021-09-07 04:30:20 CRL: loaded 1 CRLs from file -----BEGIN X509 CRL-----
2021-09-07 04:30:20 | stdout | 2021-09-07 04:30:20 library versions: OpenSSL 1.1.1k  25 Mar 2021, LZO 2.10
2021-09-07 04:30:20 | stdout | 2021-09-07 04:30:20 OpenVPN 2.5.1 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on May 14 2021
2021-09-07 04:30:20 | stdout | 2021-09-07 04:30:20 WARNING: file 'credentials.conf' is group or others accessible
2021-09-07 04:30:20 | stdout | 2021-09-07 04:30:20 DEPRECATED OPTION: --cipher set to 'aes-128-cbc' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --cipher for cipher negotiations. Add 'aes-128-cbc' to --data-ciphers or change --cipher 'aes-128-cbc' to --data-ciphers-fallback 'aes-128-cbc' to silence this warning.
2021-09-07 04:30:20 | stdout | 2021-09-07 04:30:20.612508 [INFO] Starting OpenVPN...
2021-09-07 04:30:20 | stdout | 2021-09-07 04:30:20.574140 [INFO] Adding 8.8.4.4 to resolv.conf
2021-09-07 04:30:20 | stdout | 2021-09-07 04:30:20.530452 [INFO] Adding 1.0.0.1 to resolv.conf
2021-09-07 04:30:20 | stdout | 2021-09-07 04:30:20.491663 [INFO] Adding 8.8.8.8 to resolv.conf
2021-09-07 04:30:20 | stdout | 2021-09-07 04:30:20.452575 [INFO] Adding 1.1.1.1 to resolv.conf
2021-09-07 04:30:20 | stdout | 2021-09-07 04:30:20.413846 [INFO] VPN_OPTIONS not defined (via -e VPN_OPTIONS)
2021-09-07 04:30:20 | stdout | 2021-09-07 04:30:20.375278 [WARNING] NAME_SERVERS not defined (via -e NAME_SERVERS), defaulting to CloudFlare and Google name servers
2021-09-07 04:30:20 | stdout | 2021-09-07 04:30:20.337513 [INFO] LAN_NETWORK defined as '192.168.0.0/24'
2021-09-07 04:30:20 | stdout | 2021-09-07 04:30:20.296892 [INFO] VPN_DEVICE_TYPE defined as 'tun0'
2021-09-07 04:30:20 | stdout | 2021-09-07 04:30:20.258215 [INFO] VPN_PROTOCOL defined as 'udp'
2021-09-07 04:30:20 | stdout | 2021-09-07 04:30:20.217922 [INFO] VPN_PORT defined as '1198'
2021-09-07 04:30:20 | stdout | 2021-09-07 04:30:20.178316 [INFO] VPN_REMOTE defined as 'srilanka.privacy.network'
2021-09-07 04:30:20 | stdout | 2021-09-07 04:30:20.139791 [INFO] VPN remote line defined as 'srilanka.privacy.network 1198'
2021-09-07 04:30:20 | stdout | dos2unix: converting file /config/openvpn/sri_lanka.ovpn to Unix format...
2021-09-07 04:30:20 | stdout | 2021-09-07 04:30:20.087909 [INFO] OpenVPN config file is found at /config/openvpn/sri_lanka.ovpn
2021-09-07 04:30:20 | stdout | 2021-09-07 04:30:20.047114 [INFO] VPN_TYPE defined as 'openvpn'
2021-09-07 04:30:20 | stdout | 2021-09-07 04:30:20.010468 [INFO] The container is now running iptables v1.8.7 (legacy).
2021-09-07 04:30:19 | stdout | 2021-09-07 04:30:19.972676 [INFO] Setting iptables to iptables (legacy)
2021-09-07 04:30:19 | stdout | 2021-09-07 04:30:19.936379 [INFO] LEGACY_IPTABLES is set to 'yes'
2021-09-07 04:30:19 | stdout | 2021-09-07 04:30:19.899460 [INFO] The container is currently running iptables v1.8.7 (legacy).
2021-09-07 04:30:19 | stdout | 2021-09-07 04:30:19.860280 [INFO] VPN_ENABLED defined as 'yes'


from docker-jackettvpn.

JaWas2019 avatar JaWas2019 commented on August 24, 2024

@theyogendraDanwar Did you update to DSM 7.0? Same issue here since running the update.

from docker-jackettvpn.

JaWas2019 avatar JaWas2019 commented on August 24, 2024

I'm seeing the following log, and that's it:

2021-09-07 10:58:45 | stdout | 2021-09-07 10:58:45 library versions: OpenSSL 1.1.1k  25 Mar 2021, LZO 2.10
-- | -- | --
2021-09-07 10:58:45 | stdout | 2021-09-07 10:58:45 OpenVPN 2.5.1 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on May 14 2021
2021-09-07 10:58:45 | stdout | 2021-09-07 10:58:45 DEPRECATED OPTION: --cipher set to 'AES-256-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM). Future OpenVPN version will ignore --cipher for cipher negotiations. Add 'AES-256-CBC' to --data-ciphers or change --cipher 'AES-256-CBC' to --data-ciphers-fallback 'AES-256-CBC' to silence this warning.
2021-09-07 10:58:45 | stdout | 2021-09-07 10:58:45.966656 [INFO] Starting OpenVPN...
2021-09-07 10:58:45 | stdout | 2021-09-07 10:58:45.931364 [INFO] Adding 103.86.99.100 to resolv.conf
2021-09-07 10:58:45 | stdout | 2021-09-07 10:58:45.893833 [INFO] Adding 103.86.96.100 to resolv.conf
2021-09-07 10:58:45 | stdout | 2021-09-07 10:58:45.856532 [INFO] VPN_OPTIONS not defined (via -e VPN_OPTIONS)
2021-09-07 10:58:45 | stdout | 2021-09-07 10:58:45.819327 [INFO] NAME_SERVERS defined as '103.86.96.100,103.86.99.100'
2021-09-07 10:58:45 | stdout | 2021-09-07 10:58:45.782123 [INFO] LAN_NETWORK defined as '192.168.0.0/24'
2021-09-07 10:58:45 | stdout | 2021-09-07 10:58:45.744975 [INFO] VPN_DEVICE_TYPE defined as 'tun0'
2021-09-07 10:58:45 | stdout | 2021-09-07 10:58:45.707820 [INFO] VPN_PROTOCOL defined as 'udp'
2021-09-07 10:58:45 | stdout | 2021-09-07 10:58:45.670489 [INFO] VPN_PORT defined as '1194'
2021-09-07 10:58:45 | stdout | 2021-09-07 10:58:45.631750 [INFO] VPN_REMOTE defined as '185.128.25.83'
2021-09-07 10:58:45 | stdout | 2021-09-07 10:58:45.594514 [INFO] VPN remote line defined as '185.128.25.83 1194'
2021-09-07 10:58:45 | stdout | dos2unix: converting file /config/openvpn/fr590.nordvpn.com.udp1194.ovpn to Unix format...
2021-09-07 10:58:45 | stdout | 2021-09-07 10:58:45.546832 [INFO] OpenVPN config file is found at /config/openvpn/fr590.nordvpn.com.udp1194.ovpn
2021-09-07 10:58:45 | stdout | 2021-09-07 10:58:45.505626 [INFO] VPN_TYPE defined as 'openvpn'
2021-09-07 10:58:45 | stdout | 2021-09-07 10:58:45.469409 [INFO] Not making any changes to iptables version
2021-09-07 10:58:45 | stdout | 2021-09-07 10:58:45.429690 [INFO] LEGACY_IPTABLES is set to ''
2021-09-07 10:58:45 | stdout | 2021-09-07 10:58:45.393965 [INFO] The container is currently running iptables v1.8.7 (legacy).
2021-09-07 10:58:45 | stdout | 2021-09-07 10:58:45.355836 [INFO] VPN_ENABLED defined as 'yes'

from docker-jackettvpn.

theyogendraDanwar avatar theyogendraDanwar commented on August 24, 2024

@JaWas2019 yes i updated to DSM 7.0

from docker-jackettvpn.

theyogendraDanwar avatar theyogendraDanwar commented on August 24, 2024

i think we have to wait for the solution because DSM 7.0 is recently officially released

from docker-jackettvpn.

theyogendraDanwar avatar theyogendraDanwar commented on August 24, 2024

seems like i made a mistake when configuring jackett i changed the PGID and it started working closing this pr

from docker-jackettvpn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.