taehul

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by taehul

  1. Hi, I've been using this image for some months successfully with AirVPN, but recently after some updates and my server being off for a month, the VPN connection repeatedly dies and restarts itself. I've traced the problem down to the openvpn process getting SIGINT every minute or so. The connection seems to lose DNS somewhere along the way, and the container cannot resolve external hosts. Is that what kills OpenVPN? AirVPN does have their own DNS servers from within the VPN connection, but I am unsure how to use that, if you need DNS to resolve the VPN hostname in the first place... Some (hopefully) relevant log bits: 2018-11-24 21:06:55,218 DEBG 'start-script' stdout output: Error: could not find any address for the name: `ns1.google.com' 2018-11-24 21:06:55,232 DEBG 'start-script' stdout output: Error: could not find any address for the name: `resolver1.opendns.com' 2018-11-24 21:06:55,296 DEBG 'start-script' stdout output: [warn] Cannot determine external IP address, exhausted retries setting to tunnel IP '10.24.140.209' I've been banging my head against a wall for quite a while with this. Any help would be appreciated!