DHCP Client gateway distance Distance - BUG?

Hello,

I have noticed quite an interesting thing. If my WAN interface assignes the IP address via DHCP Client the default route has a distance of 0?
But if I manualy assign the address and the default route it gets the distance 1.

I think distance 0 means local box (MK Router) and distance 1 first hop.
Or am I wrong?

I am expiriencing this on RB433 with v3.x and 4.x
Can someone else verify my findings and report back..
This was a problem (distance 0) when I tried to route some public subnet to my PPPoE server on wlan1 interface…

Huntah

please write to support@mikrotik.com

I experience the same thing.

NOTE: However, I do NOT think this is a bug. The default is 0, but you can change this manually:

/ip dhcp-client set WAN default-route-distance=1

Correct me if I’m wrong.

huh, really )) haven’t looked at the settings %)