OpenVPN --client-to-client realisation in RouterOS

Hi all!

I have OpenVPN server configured on Linux box and near 30 Mikrotik hEX routers as OpenVPN clients.
All work fine.
My goal is to replace Linux box with Mikrotik RB2011 router.
I configured RB2011 to be an OpenVPN server as described on wiki, all work fine again! ))

BUT, clients cant access each other, only central router and LAN behind it. On Linux box i simply add "client-to-client" option in server .conf file and its work.

How can I realize this feature on RouterOS?


PS. OMG! I apologize for my stupidity!
I’ve completely forgot that the RouterOS implementation of OVPN server don’t push any routes to clients.
Just add the right routes at Mikrotik hEX and clients can interact to each other.
Sorry again.