Because currently on Mikrotik is impossible to establish UDP openvpn connection I have build solution based on RasPi+Mikrotik (main router).
My RasPi has Debian and already established UDP openvpn connection.
RasPi has ip:192.168.100.105 and connect to remote VPN connection172.16.199.99.
I tried to Route this traffic using ip → route → print
X S 172.16.199.0/24 192.168.100.105
Unfortunately this is not working ;-(
In this case if I wana use other linux system as a gateway to vpn should I install any additional package ?
How to run this configuration ?