ovpn dynamic interface

Hi,

I am wanting to create an ovpn ethernet mode connection and bridge this to the ether interfaces

My problem is, the ovpn server bridge does not re-establish when the ovpn connection goes down/up

Example

If I add the ovpn-server interface to a bridge e.g. /interface bridge port add interface= bridge=bridge1
then re-start the ovpn-client
the ovpn link is re-established but the ovpn-server interface is now marked as unknown in the bridge.

RouterOS version 3.29

Regards

Steve

Steve, you can add OpenVPN interface to bridge with bridge option at,

/ppp profile set <used_profile> bridge=bridge1

OpenVPN server should has the same option enabled.