Forward OpenVPN

Hi guys, I have linux server behind Mikrotik Router. I set up OpenVPN server on Linux, but I can§t connect to it.
Please can you tell me what I have to do to forward OpenVPN communication to this server?

let’s say linux server is 192.168.10.10 and OpenVPN port is UDP 1194

On my microtik a I set dstnat for this destination port to this IP adress.

Can you tell me please where is error? I only need to know if a have bad config of microtik or not.

Thanks.

Hey

I’ll need two elements:

  • dst-nat from router ip (+port) to sever ip (+port)
  • allow traffic in forward chain from ouside to linux server for that specific port

The second step might be already there in form of default config: “accept dst-nat-ed traffic in forward”

To verify that rules applies log them for now or observer the counters on them.
Any firewall on linux server? or Port mapper config?