Exmond

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by Exmond

  1. 11 hours ago, binhex said:

    from your log:-

     

    
    2020-10-03 18:23:45,030 DEBG 'start-script' stdout output:
    Sat Oct  3 18:23:45 2020 [VPN] Inactivity timeout (--ping-restart), restarting

    see Q17 from the following link:- https://github.com/binhex/documentation/blob/master/docker/faq/vpn.md


    So, the issue I am having is, openvpn works on the docker host:

     

    Quote

    [root@docker02v openvpn]# openvpn --config /u01/deluge/openvpn/slick_seattle.ovpn
    Sun Oct  4 03:04:13 2020 WARNING: file 'credentials.conf' is group or others accessible
    Sun Oct  4 03:04:13 2020 OpenVPN 2.4.9 x86_64-redhat-linux-gnu [Fedora EPEL patched] [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 24 2020
    Sun Oct  4 03:04:13 2020 library versions: OpenSSL 1.0.2k-fips  26 Jan 2017, LZO 2.06
    Sun Oct  4 03:04:13 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]50.22.146.42:443
    Sun Oct  4 03:04:13 2020 UDP link local: (not bound)
    Sun Oct  4 03:04:13 2020 UDP link remote: [AF_INET]50.22.146.42:443
    Sun Oct  4 03:04:13 2020 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
    Sun Oct  4 03:04:13 2020 [VPN] Peer Connection Initiated with [AF_INET]50.22.146.42:443
    Sun Oct  4 03:04:15 2020 TUN/TAP device tun0 opened
    Sun Oct  4 03:04:15 2020 /sbin/ip link set dev tun0 up mtu 1500
    Sun Oct  4 03:04:15 2020 /sbin/ip addr add dev tun0 local 10.10.8.6 peer 10.10.8.5
    Sun Oct  4 03:04:15 2020 Initialization Sequence Completed


    So I am connected, when I do a curl to http://whatismyip.host

     

    Quote

    [root@mikedocker02v ~]# curl http://whatismyip.host | grep ipaddress
                <p class="ipaddress">50.22.146.42</p>
     

     

    So outside docker container, and on the same host, it works.  I'll try and do the same test on the docker container itself

  2. Hello;

    I updated my delugevpn after a month and am unable to connect to the web browser.  As soon as I disable VPN, it works.

      I am a slick VPN user, not PIA, and have been having issues.

     

    I have confirmed using my local pc that slickvpn works, and works with a torrent client.  When I check the supervisord.log I do get the weird restart issue:
     

    Quote

     

    Sat Oct  3 18:24:11 2020 /usr/bin/ip addr add dev tun0 local 10.10.8.26 peer 10.10.8.25

    2020-10-03 18:24:11,195 DEBG 'start-script' stdout output:
    Sat Oct  3 18:24:11 2020 /root/openvpnup.sh tun0 1500 1557 10.10.8.26 10.10.8.25 init

    2020-10-03 18:24:11,203 DEBG 'start-script' stdout output:
    [debug] Waiting for valid local and gateway IP addresses from tunnel...

     


    I have tried different slickVPN locations, have messed around with the slickVPN cert as well, all to no avail.  Checked my network, no changes on port forwarding or anything like that.

    Just wondering if anyone can point me in the right direction?  

    delugevpnlogs.txt

  3. Hello;

     

    For anyone using Slick VPN I was having issues getting the deluge container to work.  The whole issue was with the Slick VPN provided ovpn file.

    In the Slick OVPN file, they offer the ca cert in <ca> blahblah </ca>.  I had to actually download their certificate and update the ovpn file to point to the cert.  Then I was able to start things up.

    Slick OVPN FILE:  https://www.slickvpn.com/locations/

    Slick Cert file: https://www.slickvpn.com/tutorials/using-openvpn-with-ubuntu-mint-network-manager/