d3funct

Members
  • Posts

    16
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

d3funct's Achievements

Noob

Noob (1/14)

1

Reputation

  1. so my privoxy wasnt booting, i deleted the privoxy folder in docker/config now its working
  2. so i ran a new container and it worked right away.. lol i guess it was still running the old version? this new container i specified 4.2.5. at the bottom docker run -d \ --cap-add=NET_ADMIN \ -p 6881:6881 \ -p 6881:6881/udp \ -p 8080:8080 \ -p 8118:8118 \ --name=qbittorrentvpn1 \ -v /volume1/Torrents:/Torrents \ -v /volume1/docker/data:/data \ -v /volume1/docker/config:/config \ -v /etc/localtime:/etc/localtime:ro \ -e VPN_ENABLED=yes \ -e VPN_USER=xxxx \ -e VPN_PASS=xxxx \ -e VPN_PROV=pia \ -e VPN_CLIENT=openvpn \ -e STRICT_PORT_FORWARD=yes \ -e ENABLE_PRIVOXY=yes \ -e LAN_NETWORK=192.168.1.0/24 \ -e NAME_SERVERS=209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1 \ -e ADDITIONAL_PORTS=1234 \ -e DEBUG=false \ -e WEBUI_PORT=8080 \ -e UMASK=000 \ -e PUID=1026 \ -e PGID=100 \ binhex/arch-qbittorrentvpn:4.2.5-1-12
  3. i looked at that, everything looked ok, i restarted i switched to netherlands.ovpn, it connected but now it wont curl the port forwarding.. so then i switched back to berlin and it says auth failed.. now im restarting again.. attaching a new log how do i know what version of the docker image my container is running? i pulled the 4.2.5 version but now under images its showing both... supervisord (1).log
  4. im using the same login i have the past 4+ years ?
  5. i did a sudo docker pull binhex/arch-qbittorrentvpn:4.2.5-1-12 4.2.5-1-12: Pulling from binhex/arch-qbittorrentvpn i copied the new certs and opvn config file from the openvpn-nextgen.vpn im still getting this auth failed error all of a sudden now, i had this working for years before everything got updated i attached the log supervisord.log
  6. im using synology docker, how can i update to 4.2.5-1-12 without losing anything? my older version seems to not connect anymore someone mentions docker pull, is that safe will i lose anything? what exactly is the command if i want version 4.2.5-1-12 , since im running sonnarr -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 8080 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8080 -j ACCEPT -A OUTPUT -d 192.168.1.0/24 -o eth0 -p tcp -m tcp --sport 8080 -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 2020-11-14 09:49:36,687 DEBG 'start-script' stdout output: -------------------- 2020-11-14 09:49:36,690 DEBG 'start-script' stdout output: [info] Starting OpenVPN... 2020-11-14 09:49:36,884 DEBG 'start-script' stdout output: Sat Nov 14 09:49:36 2020 WARNING: file 'credentials.conf' is group or others accessible Sat Nov 14 09:49:36 2020 OpenVPN 2.4.6 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 24 2018 Sat Nov 14 09:49:36 2020 library versions: OpenSSL 1.1.1a 20 Nov 2018, LZO 2.10 2020-11-14 09:49:36,885 DEBG 'start-script' stdout output: [info] OpenVPN started Sat Nov 14 09:49:36 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-11-14 09:49:36,886 DEBG 'start-script' stdout output: Sat Nov 14 09:49:36 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]66.115.145.199:1198 Sat Nov 14 09:49:36 2020 UDP link local: (not bound) Sat Nov 14 09:49:36 2020 UDP link remote: [AF_INET]66.115.145.199:1198 2020-11-14 09:50:36,666 DEBG 'start-script' stdout output: Sat Nov 14 09:50:36 2020 [UNDEF] Inactivity timeout (--ping-restart), restarting 2020-11-14 09:50:36,667 DEBG 'start-script' stdout output: Sat Nov 14 09:50:36 2020 SIGHUP[soft,ping-restart] received, process restarting Sat Nov 14 09:50:36 2020 WARNING: file 'credentials.conf' is group or others accessible Sat Nov 14 09:50:36 2020 OpenVPN 2.4.6 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 24 2018 Sat Nov 14 09:50:36 2020 library versions: OpenSSL 1.1.1a 20 Nov 2018, LZO 2.10 2020-11-14 09:50:41,667 DEBG 'start-script' stdout output: Sat Nov 14 09:50:41 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-11-14 09:50:41,669 DEBG 'start-script' stdout output: Sat Nov 14 09:50:41 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]172.98.92.194:1198 Sat Nov 14 09:50:41 2020 UDP link local: (not bound) Sat Nov 14 09:50:41 2020 UDP link remote: [AF_INET]172.98.92.194:1198
  7. im using synology nas with binhex qbitorrentvpn docker. whats the best way to update? without losing anything?
  8. $ docker run -d \ > -p 8989:8989 \ > -p 9897:9897 \ > --name=sonarr \ > -v /media/tv shows:/media \ > -v /Torrents/Complete:/data \ > -v /docker/sonarr:/config \ > -v /etc/localtime:/etc/localtime:ro \ > -e UMASK=000 \ > -e PUID=100 \ > -e PGID=100 \ > binhex/arch-sonarr docker: invalid reference format. See 'docker run --help'. why am i getting this error
  9. is there a way to update this docker container without loosing any config or anything? this was running great untell recently, im getting some errors 2020-04-05 00:10:59stdout 2020-04-05 00:10:59stdout[info] Retrying in 10 secs... 2020-04-05 00:10:59stdout[info] 11 retries left 2020-04-05 00:10:59stdout[warn] Exit code 7 from curl != 0 2020-04-05 00:10:59stdout[warn] Response code 000 from curl != 2xx 2020-04-05 00:10:59stdout2020-04-04 17:10:59,834 DEBG 'start-script' stdout output: 2020-04-05 00:10:49stdout 2020-04-05 00:10:49stdout[info] Successfully retrieved external IP address 172.xx.xx.xx 2020-04-05 00:10:49stdout2020-04-04 17:10:49,954 DEBG 'start-script' stdout output: 2020-04-05 00:10:49stdout 2020-04-05 00:10:49stdout[info] Retrying in 10 secs... 2020-04-05 00:10:49stdout[info] 12 retries left 2020-04-05 00:10:49stdout[warn] Exit code 7 from curl != 0 2020-04-05 00:10:49stdout[warn] Response code 000 from curl != 2xx 2020-04-05 00:10:49stdout2020-04-04 17:10:49,744 DEBG 'start-script' stdout output: would this error be related to this, https://www.privateinternetaccess.com/helpdesk/news/posts/march-31-2020-port-forwarding-issues cuz i have been using canada servers because of port forwrding edit,, i changed strict port forwarding variable from yes to no and i stoped getting those messages... is this safe?
  10. dont mean to spam this thread. but everyone with connection speed problems , go to settings and under connection set to tcp only, and under speed, uncheck any rate limiting...
  11. try setting connection to tcp only and uncheck rate limiting
  12. fyi for some reason to get that to work i always have to sudo -i and then it switches me to root and then i can get it to start on boot https://www.synology.com/en-us/knowledgebase/DSM/tutorial/General_Setup/How_to_login_to_DSM_with_root_permission_via_SSH_Telne
  13. thanks, i actually used that guide the first time to set it up and found it again last night and got everything working again. perfect thanks.
  14. can someone help me.. i was in the security setting for synology somewhere, and it said the tun . file was not orignal or whatever, and i guess i let it delete the file. now my bittorrent and vpn not working, i turned vpn off to get my bittorent working but i want to get the vpn working, i dont think i can recover the file anymore unless someone knows how to restore it. this is the error i get Sun May 12 11:51:59 2019 ERROR: Cannot open TUN/TAP dev /dev/net/tun: No such device (errno=19) anyone help me be able to recover or make a new one?