Hi!
I successfully configured a OpenVPN server (with certificates) on Microtik 450G router with RouterOS 5.16. I use Freebsd 8.2 server with OpenVPN 2.2.2 as a client. All is works well, but sometimes (link connection problems, power problems) after 3 or 4 reconnects RouterOS can not assign ip from ip-pool to Freebsd-client (client can not get ip from openvpn-pool, in Freebsd i see only 0-0-0-0 in tun interface from Microtik side).
But if i I am trying to configure a OpenVPN client on Microtik 450G router and OpenVPN 2.2.2 as server on Freebsd, i get this error on the server:
TLS Error: cannot locate HMAC in incoming packet from xx.xx.xx.xx
Probably, I have to define the OpenVPN static key for the TLS authentication, as this key is also a part of my openvpn.conf on Freebsd. But I haven’t found any information about doing this on RouterOS.
How can i make this openvpn-connection stable and working?