haugene / docker-transmission-openvpn

Docker container running Transmission torrent client with WebUI over an OpenVPN tunnel
GNU General Public License v3.0
4.11k stars 1.21k forks source link

FastestVpn doesn't work properly, have to restart every couple of days #1897

Closed fleyd-1 closed 3 years ago

fleyd-1 commented 3 years ago

Before creating this issue I have:

REQUIRED

Container version & last working release

Required, problem occurs in :

`````` *If possible, last working version:* `````` ### Describe the problem

REQUIRED

Every couple of days i get some errors, but if i change the country server, usually starts working again. However the most recent server i have setup is Netherlands2-UDP and doesnt even work

Describe the steps you have tried to solve the problem

Before i tried to change server, every couple of days, sometimes every week and usually it worked. but now just won't work

REQUIRED

<-- Paste here -->

Add your docker run command or docker-compose file or env details

REQUIRED

version: "3.3"
services:
  transmission-openvpn:
    image: haugene/transmission-openvpn:latest
    container_name: transmission-openvpn-syno-updated
    restart: always
    cap_add:
      - NET_ADMIN # This runs the container with raised privileges
    devices:
      - /dev/net/tun # This creates a tunnel for Transmission
    volumes:
      - /volume1/Media/Downloads/:/data # Change this to your Torrent path
      - /etc/localtime:/etc/localtime:ro
      - /volume1/Media/stacks/transmission_fastestvpn:/config   
    environment:
      - OPENVPN_PROVIDER=FASTESTVPN # Or other compatible OpenVPN provider
      - OPENVPN_CONFIG=Netherlands2-UDP #Spain-UDP # Or other region that supports port forwarding. Check with your VPN provider
      - OPENVPN_USERNAME=mesquita.luis@gmail.com # VPN provider username
      - OPENVPN_PASSWORD=**** # VPN provider password
      - LOCAL_NETWORK=192.168.1.1/24 # If your server's IP address is 192.168.1.x, then use this. If your server's IP address is 192.168.0.x, then change to 192.168.0.0/24
      - OPENVPN_OPTS=--inactive 3600 --ping 10 --ping-exit 60 # Leave this as is
      - PUID=1024 #Change to your PUID
      - PGID=100 #Change to your PGID
    ports:
      - 9091:9091 #GUI Port
      - 8888:8888 #Transmission Port
#    dns:
#      - 8.8.8.8 #Use whatever DNS provider you want. This is Google.
#      - 8.8.4.4 #Use whatever DNS provider you want. This is Google.

#Luxembourg-TCP.ovpn,
#Luxembourg-UDP.ovpn,
#Netherlands1-TCP.ovpn,
#Netherlands1-UDP.ovpn,
#Netherlands2-TCP.ovpn,
#Netherlands2-UDP.ovpn,
#Netherlands3-TCP.ovpn,
#Netherlands3-UDP.ovpn,
#Netherlands4-TCP.ovpn,
#Netherlands4-UDP.ovpn,
#Norway-TCP.ovpn,
#Norway-UDP.ovpn,
#Poland-TCP.ovpn,
#Poland-UDP.ovpn,
#Romania-TCP.ovpn,
#Romania-UDP.ovpn,
#Russia-TCP.ovpn,
#Russia-UDP.ovpn,
#Serbia-TCP.ovpn,
#Serbia-UDP.ovpn,
#Singapore-TCP.ovpn,
#Singapore-UDP.ovpn,
#South.Korea-TCP.ovpn,
#South.Korea-UDP.ovpn,
#Spain-TCP.ovpn,
#Spain-UDP.ovpn,
#Sweden-TCP.ovpn,
#Sweden-UDP.ovpn,
#Switzerland-TCP.ovpn,
#Switzerland-UDP.ovpn,

Logs

REQUIRED

2021-08-05 19:36:52 TCP/UDP: Preserving recently used remote address: [AF_INET]89.46.223.251:4443

2021-08-05 19:36:52 UDP link local: (not bound)

2021-08-05 19:36:52 UDP link remote: [AF_INET]89.46.223.251:4443

2021-08-05 19:36:52 WARNING: 'link-mtu' is used inconsistently, local='link-mtu 1602', remote='link-mtu 1570'

2021-08-05 19:36:52 WARNING: 'tun-mtu' is used inconsistently, local='tun-mtu 1532', remote='tun-mtu 1500'

2021-08-05 19:36:52 [FastestVPN] Peer Connection Initiated with [AF_INET]89.46.223.251:4443

2021-08-05 19:36:53 AUTH: Received control message: AUTH_FAILED

2021-08-05 19:36:53 SIGTERM[soft,auth-failure] received, process exiting

Starting container with revision: 73ec516cc246972289c7b96ffa88c81e037fe364

Creating TUN device /dev/net/tun

mknod: /dev/net/tun: File exists

Using OpenVPN provider: FASTESTVPN

Starting OpenVPN using config Netherlands2-UDP.ovpn

Setting OpenVPN credentials...

adding route to local network 192.168.1.1/24 via 172.25.0.1 dev eth0

RTNETLINK answers: Invalid argument

2021-08-05 19:38:00 WARNING: Compression for receiving enabled. Compression has been used in the past to break encryption. Sent packets are not compressed unless "allow-compression yes" is also set.

2021-08-05 19:38:00 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-08-05 19:38:00 OpenVPN 2.5.2 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on May  4 2021

2021-08-05 19:38:00 library versions: OpenSSL 1.1.1k  25 Mar 2021, LZO 2.10

2021-08-05 19:38:00 WARNING: --ping should normally be used with --ping-restart or --ping-exit

2021-08-05 19:38:00 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.

2021-08-05 19:38:00 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2021-08-05 19:38:00 TCP/UDP: Preserving recently used remote address: [AF_INET]89.46.223.251:4443

2021-08-05 19:38:00 UDP link local: (not bound)

2021-08-05 19:38:00 UDP link remote: [AF_INET]89.46.223.251:4443

2021-08-05 19:38:01 WARNING: 'link-mtu' is used inconsistently, local='link-mtu 1602', remote='link-mtu 1570'

2021-08-05 19:38:01 WARNING: 'tun-mtu' is used inconsistently, local='tun-mtu 1532', remote='tun-mtu 1500'

2021-08-05 19:38:01 [FastestVPN] Peer Connection Initiated with [AF_INET]89.46.223.251:4443

2021-08-05 19:38:02 AUTH: Received control message: AUTH_FAILED

2021-08-05 19:38:02 SIGTERM[soft,auth-failure] received, process exiting

Starting container with revision: 73ec516cc246972289c7b96ffa88c81e037fe364

Creating TUN device /dev/net/tun

mknod: /dev/net/tun: File exists

Using OpenVPN provider: FASTESTVPN

Starting OpenVPN using config Netherlands2-UDP.ovpn

Setting OpenVPN credentials...

adding route to local network 192.168.1.1/24 via 172.25.0.1 dev eth0

RTNETLINK answers: Invalid argument

2021-08-05 19:39:09 WARNING: Compression for receiving enabled. Compression has been used in the past to break encryption. Sent packets are not compressed unless "allow-compression yes" is also set.

2021-08-05 19:39:09 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-08-05 19:39:09 OpenVPN 2.5.2 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD] built on May  4 2021

2021-08-05 19:39:09 library versions: OpenSSL 1.1.1k  25 Mar 2021, LZO 2.10

2021-08-05 19:39:09 WARNING: --ping should normally be used with --ping-restart or --ping-exit

2021-08-05 19:39:09 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.

2021-08-05 19:39:09 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2021-08-05 19:39:09 TCP/UDP: Preserving recently used remote address: [AF_INET]89.46.223.251:4443

2021-08-05 19:39:09 UDP link local: (not bound)

2021-08-05 19:39:09 UDP link remote: [AF_INET]89.46.223.251:4443

2021-08-05 19:39:09 WARNING: 'link-mtu' is used inconsistently, local='link-mtu 1602', remote='link-mtu 1570'

2021-08-05 19:39:09 WARNING: 'tun-mtu' is used inconsistently, local='tun-mtu 1532', remote='tun-mtu 1500'

2021-08-05 19:39:09 [FastestVPN] Peer Connection Initiated with [AF_INET]89.46.223.251:4443

2021-08-05 19:39:10 AUTH: Received control message: AUTH_FAILED

Host system

REQUIRED

<-- Paste here -->
I'm running Portainer 2.6.1 on a Synology DS 720
github-actions[bot] commented 3 years ago

Potential duplicates:

github-actions[bot] commented 3 years ago

@fleyd-1: hello! :wave:

This issue is being automatically closed because it does not follow the issue template. If you edit and follow the template properly by filling it in completely the issue will be re-opened

haugene commented 3 years ago

Your logs says AUTH_FAILED Have you read the docs?

tor. 5. aug. 2021, 21:05 skrev github-actions[bot] @.***

:

@fleyd-1 https://github.com/fleyd-1: hello! 👋

This issue is being automatically closed because it does not follow the issue template. If you edit and follow the template properly by filling it in completely the issue will be re-opened

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/haugene/docker-transmission-openvpn/issues/1897#issuecomment-893712706, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAH5ODTWZMEKKS2D3EDRDFTT3LOH3ANCNFSM5BUOKU4Q .

github-actions[bot] commented 3 years ago

Potential duplicates:

github-actions[bot] commented 3 years ago

@fleyd-1: hello! :wave:

This issue is being automatically closed because it does not follow the issue template. If you edit and follow the template properly by filling it in completely the issue will be re-opened

github-actions[bot] commented 3 years ago

Potential duplicates:

github-actions[bot] commented 3 years ago

@fleyd-1: hello! :wave:

This issue is being automatically closed because it does not follow the issue template. If you edit and follow the template properly by filling it in completely the issue will be re-opened

pkishino commented 3 years ago

Please follow the template (it is quite detailed in describing how to fill it in properly..), please don't create duplicate issues.. as haugene said, your logs show auth-failed, either the server config is invalid or the login is wrong..please read the docs..

fleyd-1 commented 3 years ago

Hi, sorry abt filling the template, i tried to fill correctly. Anyway, noticed a similar issue opened recently, and tried with France location and is now working again. My login credentials were correct, that wasn't the issue, at least from my side. Perhaps some Fastest Vpn issue, not sure.

Thanks for the help, next time will try to understand better how to fill correctly the template.

fleyd-1 commented 3 years ago

Hi again,

So, my problem with FastestVpn has returned. I've tried other servers but FRANCE seems to be the best one. I have to constantly restart the container, otherwise i will get below error and Transmissions wont work. With other countries/servers is even worse...

Is there something i can change in Stack to avoid this issue?

Stack i'm running:

version: "3.3"
services:
  transmission-openvpn:
    image: haugene/transmission-openvpn:latest
    container_name: transmission-openvpn-syno-updated
    restart: always
    cap_add:
      - NET_ADMIN # This runs the container with raised privileges
    devices:
      - /dev/net/tun # This creates a tunnel for Transmission
    volumes:
      - /volume1/Media/Downloads/:/data # Change this to your Torrent path
      - /etc/localtime:/etc/localtime:ro
      - /volume1/Media/stacks/transmission_fastestvpn:/config
#
      - /volume1/Media/Downloads/completed/:/data/completed
      - /volume1/Media/Downloads/incomplete/:/data/incomplete
    environment:
      - OPENVPN_PROVIDER=FASTESTVPN # Or other compatible OpenVPN provider
      - OPENVPN_CONFIG=France-UDP #Spain-UDP # Or other region that supports port forwarding. Check with your VPN provider
      - OPENVPN_USERNAME=****my email*** # VPN provider username
      - OPENVPN_PASSWORD=****password*** # VPN provider password
      - LOCAL_NETWORK=192.168.1.1/24 # If your server's IP address is 192.168.1.x, then use this. If your server's IP address is 192.168.0.x, then change to 192.168.0.0/24
      - OPENVPN_OPTS=--inactive 3600 --ping 10 --ping-exit 60 # Leave this as is
      - PUID=1024 #Change to your PUID
      - PGID=100 #Change to your PGID

    ports:
      - 9091:9091 #GUI Port
      - 8888:8888 #Transmission Port
    dns:
      - 8.8.8.8 #Use whatever DNS provider you want. This is Google.
      - 8.8.4.4 #Use whatever DNS provider you want. This is Google.

Logs i'm getting:

2021-08-23 15:27:07 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 15:27:12 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 15:27:12 Could not determine IPv4/IPv6 protocol

2021-08-23 15:27:12 SIGUSR1[soft,init_instance] received, process restarting

2021-08-23 15:32:12 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.

2021-08-23 15:32:12 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2021-08-23 15:32:17 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 15:32:22 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 15:32:22 Could not determine IPv4/IPv6 protocol

2021-08-23 15:32:22 SIGUSR1[soft,init_instance] received, process restarting

2021-08-23 15:37:22 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.

2021-08-23 15:37:22 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2021-08-23 15:37:27 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 15:37:32 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 15:37:32 Could not determine IPv4/IPv6 protocol

2021-08-23 15:37:32 SIGUSR1[soft,init_instance] received, process restarting

2021-08-23 15:42:32 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.

2021-08-23 15:42:32 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2021-08-23 15:42:37 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 15:42:42 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 15:42:42 Could not determine IPv4/IPv6 protocol

2021-08-23 15:42:42 SIGUSR1[soft,init_instance] received, process restarting

2021-08-23 15:47:42 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.

2021-08-23 15:47:42 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2021-08-23 15:47:47 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 15:47:52 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 15:47:52 Could not determine IPv4/IPv6 protocol

2021-08-23 15:47:52 SIGUSR1[soft,init_instance] received, process restarting

2021-08-23 15:52:52 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.

2021-08-23 15:52:52 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2021-08-23 15:52:57 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 15:53:02 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 15:53:02 Could not determine IPv4/IPv6 protocol

2021-08-23 15:53:02 SIGUSR1[soft,init_instance] received, process restarting

2021-08-23 15:58:02 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.

2021-08-23 15:58:02 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2021-08-23 15:58:07 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 15:58:12 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 15:58:12 Could not determine IPv4/IPv6 protocol

2021-08-23 15:58:12 SIGUSR1[soft,init_instance] received, process restarting

2021-08-23 16:03:12 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.

2021-08-23 16:03:12 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2021-08-23 16:03:17 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 16:03:22 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 16:03:22 Could not determine IPv4/IPv6 protocol

2021-08-23 16:03:22 SIGUSR1[soft,init_instance] received, process restarting

2021-08-23 16:08:22 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.

2021-08-23 16:08:22 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2021-08-23 16:08:27 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 16:08:32 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 16:08:32 Could not determine IPv4/IPv6 protocol

2021-08-23 16:08:32 SIGUSR1[soft,init_instance] received, process restarting

2021-08-23 16:13:32 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.

2021-08-23 16:13:32 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2021-08-23 16:13:37 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 16:13:42 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 16:13:42 Could not determine IPv4/IPv6 protocol

2021-08-23 16:13:42 SIGUSR1[soft,init_instance] received, process restarting

2021-08-23 16:18:42 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.

2021-08-23 16:18:42 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2021-08-23 16:18:47 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 16:18:52 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 16:18:52 Could not determine IPv4/IPv6 protocol

2021-08-23 16:18:52 SIGUSR1[soft,init_instance] received, process restarting

2021-08-23 16:23:52 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.

2021-08-23 16:23:52 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2021-08-23 16:23:57 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 16:24:02 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 16:24:02 Could not determine IPv4/IPv6 protocol

2021-08-23 16:24:02 SIGUSR1[soft,init_instance] received, process restarting

2021-08-23 16:29:02 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.

2021-08-23 16:29:02 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2021-08-23 16:29:07 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 16:29:12 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 16:29:12 Could not determine IPv4/IPv6 protocol

2021-08-23 16:29:12 SIGUSR1[soft,init_instance] received, process restarting

2021-08-23 16:34:12 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.

2021-08-23 16:34:12 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2021-08-23 16:34:17 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 16:34:22 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 16:34:22 Could not determine IPv4/IPv6 protocol

2021-08-23 16:34:22 SIGUSR1[soft,init_instance] received, process restarting

2021-08-23 16:39:22 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.

2021-08-23 16:39:22 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2021-08-23 16:39:27 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 16:39:32 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 16:39:32 Could not determine IPv4/IPv6 protocol

2021-08-23 16:39:32 SIGUSR1[soft,init_instance] received, process restarting

2021-08-23 16:44:32 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.

2021-08-23 16:44:32 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2021-08-23 16:44:37 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 16:44:42 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 16:44:42 Could not determine IPv4/IPv6 protocol

2021-08-23 16:44:42 SIGUSR1[soft,init_instance] received, process restarting

2021-08-23 16:49:42 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.

2021-08-23 16:49:42 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts

2021-08-23 16:49:47 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 16:49:52 RESOLVE: Cannot resolve host address: fr-rb-ovudp-01.jumptoserver.com:4443 (Try again)

2021-08-23 16:49:52 Could not determine IPv4/IPv6 protocol

2021-08-23 16:49:52 SIGUSR1[soft,init_instance] received, process restarting
pkishino commented 3 years ago

it cannot resolve the hostname.. your dns isn't working properly..check your /etc/resolv.conf..you might need to create and mount your own with read-only to avoid this.