Can listen two ports on OpenVPN Server?

Can listen two ports ( TCP 443, 1194 ) on OpenVPN Server?


Refer to this topic, it seems WRT can support run two instance with tow Seperate Ports.
http://blog.omotech.com/?p=602

I don’t think it can run two instances, but with NAT port forwarding you should be able to get 1 instance to listen on two ports.

Use a dst-nat, when packets for port 443 come in via wan1, then action=dst-nat, to-port: 1194

When ROS support UDP mode, how to port forward from TCP 443 to UDP 1194 ?

You can’t just change one protocol into another. But I would worry about that when it happens. I mean, udp support was promissed for RouterOS 7, but no one outside of MikroTik has seen a single bit of it yet, so it’s not like it will be out tomorrow (I wouldn’t mind being wrong here :wink:).