Wireguard vpn

Hi,
I have established vpn tunnel with wireguard

If I set route
Dst. Address 0.0.0.0/0 and Gateway wireguard1:

DST-ADDRESS GATEWAY DISTANCE

0 As+ 0.0.0.0/0 wireguard1 1

then all my traffic from all ports (ether2, ether3, …) on Mikrotik Router is routed through VPN.
So wireguard and vpn works ok.

How can I route through wireguard only interface ether3 or only specific device with static ip?

Regards, ALes

Two ways, use of routing rules or use of mangles,
Either way you will need to add a table and an IP route.

Thanks for info. I managed it to work. Regards, ALes