openvpn-install: OpenVPN Connect on Windows does not support tls-crypt

Hi Hi

The Installation went smooth and thank you for that ๐Ÿ˜ƒ

But wen i connect i keep on getting connection timed out

ip a

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: ens18: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 76:4a:83:73:5c:b5 brd ff:ff:ff:ff:ff:ff
    inet x.x.x.x/21 brd x.x.x.x scope global ens18
       valid_lft forever preferred_lft forever
    inet6 fe80::744a:83ff:fe73:5cb5/64 scope link
       valid_lft forever preferred_lft forever
4: tun0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN group default qlen 100
    link/none
    inet 10.8.0.1/24 brd 10.8.0.255 scope global tun0
       valid_lft forever preferred_lft forever
    inet6 fe80::62ce:b8d5:b9a7:44e0/64 scope link stable-privacy
       valid_lft forever preferred_lft forever

uname -a lsb_release -a

root@iscore:~# uname -a Linux @@@@ 4.15.0-45-generic #48-Ubuntu SMP Tue Jan 29 16:28:13 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux root@iscore:~# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.1 LTS Release: 18.04 Codename: bionic I also uncommented

Uncomment the next line to enable packet forwarding for IPv4

net.ipv4.ip_forward=1

  • I dont have ipv6 enabled on my server

About this issue

  • Original URL
  • State: closed
  • Created 5 years ago
  • Comments: 17 (6 by maintainers)

Most upvoted comments

I got it to work , thank you so much ๐Ÿ˜ƒ

Oops! I did not realise you were using this client, even though I asked, sorry. As @randomshell said, please use the official client: https://openvpn.net/community-downloads/

Hi! The openvpn connect app doesnโ€™t seem to work with some latest openvpn features used in this script, in this case tls-crypt. You can try installing again using tls-auth instead or use another client app, for example https://github.com/OpenVPN/openvpn-gui/.