OpenVpn "Linux ip link set failed"

Post a reply

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode is OFF
Smilies are ON

Topic review
   

Expand view Topic review: OpenVpn "Linux ip link set failed"

Re: OpenVpn "Linux ip link set failed"

by MadS » Thu Mar 19, 2020 9:02 pm

Thank your very much... found time to give it a try today and it works perfect!

We are big fans of the WT-Ware idea... very very good stuff...

Re: OpenVpn "Linux ip link set failed"

by aka » Mon Feb 17, 2020 1:35 pm

It's a wtware bug. Please try wtware 5.8.90.

OpenVpn "Linux ip link set failed"

by MadS » Fri Feb 14, 2020 8:13 pm

Hello wtware-Fans!

We've just tried to set up a OpenVpn connection with wtware for the first time today.

Our openvpn.cfg with embedded certs look like this at the moment

Code: Select all

dev tun
resolv-retry infinite
nobind
persist-key
persist-tun
ns-cert-type server
comp-lzo
key-direction 1
verb 1
remote xxxxx 1194
proto udp
client
auth-nocache
script-security 2
daemon

<ca>
-----BEGIN CERTIFICATE-----
MIIF7DCCA9SgAwIBAgIBATANBgkqhkiG9w0BAQsFADBRMQswCQYDVQQGDAJERTEo
MCYGA1UECgwfS09EQS.....
During start up we receive the following error:

Code: Select all

TUN/TAP device tun0 opened
/sbin/ip link set dev tun0 up mtu 1500
Linux ip link set failed: could not execute external program
If I try to execute manually the "/sbin/ip link set dev tun0 up mtu 1500" I receive

Code: Select all

/sbin/ip: error while loading shared libraries: libelf.so.1: cannot open shared object file: no such file or directory
Tipp would be appreciated :-)

Thanks a lot

Mad S

Top