Tunnel OVPN Mikrotik Client - Error DES-EDE3

Good evening friends,

I’m trying to close a tunnel in OVPN Mikrotik as client and server is Linux - OpenVPN, use the encryption key, the key MikroTik care in public and private, but the server uses DES-EDE3 and could not hit the MikroTik OVPN_Client settings. See below the error that appears in the LOG Linux.

Thu Aug 9 11:47:33 2012 WARNING: ‘link-mtu’ is used inconsistently, local=‘link-mtu 1544’, remote=‘link-mtu 1494’
Thu Aug 9 11:47:33 2012 WARNING: ‘tun-mtu’ is used inconsistently, local=‘tun-mtu 1500’, remote=‘tun-mtu 1487’
Thu Aug 9 11:47:33 2012 WARNING: ‘ifconfig’ is present in local config but missing in remote config, local=‘ifconfig 10.0.5.1 10.0.5.2’
Thu Aug 9 11:47:33 2012 WARNING: ‘comp-lzo’ is present in local config but missing in remote config, local=‘comp-lzo’
Thu Aug 9 11:47:33 2012 WARNING: ‘cipher’ is used inconsistently, local=‘cipher DES-EDE3-CBC’, remote=‘cipher [null-cipher]’
Thu Aug 9 11:47:33 2012 WARNING: ‘auth’ is used inconsistently, local=‘auth SHA1’, remote=‘auth [null-digest]’
Thu Aug 9 11:47:33 2012 WARNING: ‘keysize’ is used inconsistently, local=‘keysize 192’, remote=‘keysize 0’
Thu Aug 9 11:47:33 2012 Data Channel Encrypt: Cipher ‘DES-EDE3-CBC’ initialized with 192 bit key

Hi sir

RouterOS OpenVPN does not support LZO compression so disable it on Linux server side and it will work as expected.

from openvpn config file

This option defines whether to use LZO compression.

If enabled, it must be enabled at both ends of the VPN connection.

#comp-lzo

hoping this will help you.

have a nice day