Dynamic IP how to prevent automaticall creation of route after reboot

Hello all,
I followed the great tutorial “Mullvad - The World’s Most Anonymous VPN on MikroTik!” by TNB and it’s amazing how it works. Thx to him!

There is just one open point:
I have a dynamic IP. The gateway of my ISP is e.g.100.100.100.100. The endpoint of Mullvad is e.g. 200.200.200.200.

The router provides a dynamic route for all traffic to the gateway:
“DAd+ 0.0.0.0/0 100.100.100.100” #default
The values of this route can not be updated manually.

This route is replaced (default above is deleted manually) during the tutorial by one of the WireGuard endpoint routes:
“AS 200.200.200.200 100.100.100.100”

So far so good, Mullvad is working pretty well.

After I reboot, the default route appears automatically again and VPN is no longer given. Can I somehow prevent this?

Thx for all ideas!

After I reboot, the default route appears automatically again

Probably a chosen DHCP client action, when you accept the dynamic IP address from your ISP.
Klembord-2.jpg
Alternative to “no”, in “Advanced” this default route distance can be set higher. (= lower priority)

That’s it. very big “Thank you”