Answer the question
In order to leave comments, you need to log in
Connection to Pritunl Mikrotik. How to disable tls-auth?
As you know, Mikrotik does not know how to use the OVPN-client: UDP protocol, i.e. you must use exclusively TCP, LZO compression, TLS authentication.
If there was a pure OpenVPN server, I would simply disable everything unnecessary, but there is Pritunl and I don’t understand where to find these settings and how to disable it.
Answer the question
In order to leave comments, you need to log in
From the console we connect to mongo db and change (instead of mikrotik we put our server name)
connect to pritunl db:
mongo pritunl
show current settings of your server (name of my server is mikrotik)
db.servers.find({"name" : "mikrotik "}, {name:1, tls_auth:1})
update server record
db.servers.update({"name" : "mikrotik"}, {$set: { "tls_auth" : false}})
exit
Restart server via web interface
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question