Hello,
I’m trying to use port 443 for OpenVPN, which is also provided for other SSL communication, but on other IP adresses.
Problem is, that OpenVPN server listens on all interfaces and all IPs (at least I didn’t find a way how to set specific interface/IP address for OpenVPN on Mikrotik).
There is strange behavior of the router - port is open from beginning, but doesn’t respond after some time.
VPN connections are timed-out or it takes long time to be established.
I tried to set OpenVPN port to 1194 and create dst-nat rule, which provides OpenVPN on port 443:
/ip firewall nat
add action=dst-nat chain=dstnat dst-address=<public_address> dst-port=443 protocol=tcp to-addresses=<router_address> to-ports=1194
…and create appropriate firewall rules, but it has the same effect.
Is it possible to use port for OpenVPN server which is used for other services in other ports?
Thanks.