Port Forward

Hi,

need an help, I am trying to forward OpenVpn port from gateway through mikrotik, but all I have setup is nat, where port is forwarded to dedicated vpn server, however if client is trying to connect it refuse the connection.What are firewall settings to properfly forward connection in mikrotik? thanks

From the GUI

. IP / firewall / NAT
General tab
Chain = srcnat
Action tab = masquerade

. IP / firewall / NAT
General tab
Chain = dstnat
Src Address = blank (anyone)
Dst Address = RED (ether1) outside static IP
Protocol = tcp
dst port = 80
Action tab = netmap
To Address = 192.168.0.x = your web server
To Port = 80