Disable tls-auth and comp-lzo

Business solution to host your own OpenVPN server with web management interface and bundled clients.
Post Reply
ray123
OpenVpn Newbie
Posts: 3
Joined: Fri Apr 17, 2015 10:08 am

Disable tls-auth and comp-lzo

Post by ray123 » Fri Apr 17, 2015 10:23 am

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.

User avatar
Traffic
OpenVPN Protagonist
Posts: 4066
Joined: Sat Aug 09, 2014 11:24 am

Re: Disable tls-auth and comp-lzo

Post by Traffic » Fri Apr 17, 2015 11:51 am

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 ..

ray123
OpenVpn Newbie
Posts: 3
Joined: Fri Apr 17, 2015 10:08 am

Re: Disable tls-auth and comp-lzo

Post by ray123 » Fri Apr 17, 2015 12:32 pm

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?

ray123
OpenVpn Newbie
Posts: 3
Joined: Fri Apr 17, 2015 10:08 am

Re: Disable tls-auth and comp-lzo

Post by ray123 » Fri Apr 17, 2015 12:39 pm

there are no such lines in:
/usr/local/openvpn_as/etc/as.conf

matiaszon
OpenVpn Newbie
Posts: 17
Joined: Fri Jul 13, 2012 9:14 am

Re: Disable tls-auth and comp-lzo

Post by matiaszon » Thu Dec 07, 2017 1:00 pm

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?

Post Reply