I have a Wireguard VPN working. I can ping local and remote IP addresses from LAN. The VPN interface is configured for masquerated too. But when I am trying to force specific traffic over VPN it's losing packages.
Code: Select all
/ip route add distance=1 dst-address=0.0.0.0/0 gateway=vpn routing-table=vpn scope=30 suppress-hw-offload=no target-scope=10
/ip firewall mangle add action=mark-connection chain=prerouting connection-mark=no-mark connection-state=new dst-address-list=vpn new-connection-mark=vpn passthrough=yes
/ip firewall mangle add action=mark-routing chain=prerouting connection-mark=vpn new-routing-mark=vpn passthrough=no