Page 1 of 1

Disable tls-auth and comp-lzo

Posted: Fri Apr 17, 2015 10:23 am
by ray123
Hello:
As my Client OS mikrotik does not support tls-auth and comp-lzo. i want to disable these two in web UI.
I have tesed "Advanced VPN">"Server Config Directives":

Code: Select all

--comp-lzo no
-tls-auth
but it didn't worked. how can disable these two features?
thanks in advance.

Re: Disable tls-auth and comp-lzo

Posted: Fri Apr 17, 2015 11:51 am
by Traffic
According to the mikrotik.com/wiki:
http://wiki.mikrotik.com/wiki/OpenVPN#Unsupported

simply doing this in your server config should suffice:

Code: Select all

# comp-lzo
# tls-auth
'#' comments out the command and so they are not used ..

Re: Disable tls-auth and comp-lzo

Posted: Fri Apr 17, 2015 12:32 pm
by ray123
thanks for your reply sir.
where is server config in access server 2.
i have seen that config parameters are placed in /usr/local/openvpn_as/etc/db/config.db and managed by WEB UI?
is it right?

Re: Disable tls-auth and comp-lzo

Posted: Fri Apr 17, 2015 12:39 pm
by ray123
there are no such lines in:
/usr/local/openvpn_as/etc/as.conf

Re: Disable tls-auth and comp-lzo

Posted: Thu Dec 07, 2017 1:00 pm
by matiaszon
ray123 wrote:
Fri Apr 17, 2015 12:39 pm
there are no such lines in:
/usr/local/openvpn_as/etc/as.conf
Did you succeed to run MikroTik as a client to OpenVPN?