Hi all.
I've got a problem on some my RB150 with ROS 3.9. On some of them doesn't work Changeip script from Wiki. I've found that it is because default getway on this RB duplicate name of interface (see pictures)
[admin@mikrotik1] > ip route print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY-STATE GATEWAY DISTANCE INTERFACE
0 A S 0.0.0.0/0 reachable xxx.xxx.xxx.xxx 1 external
reachable external external
On working RB it looks:
[admin@mikrotik2] > ip route print
Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,
B - blackhole, U - unreachable, P - prohibit
# DST-ADDRESS PREF-SRC GATEWAY-STATE GATEWAY DISTANCE INTERFACE
0 A S 0.0.0.0/0 unreachable xxx.xxx.xxx.xxx 1
reachable external external
What happend and how to fix this?