RUTX 07.04.5 IPv6 bad route on qmimux0

Hello,

This is a recurrent issue, with different causes.

From the RUTX50 it is possible to ping outside addresses (ping6 www.yahoo.com for example) but not from other devices on the local lan.
This time the culprit seems to be a bad route/metric on the router:

root@lgr5g:~# ip -6 route show
...
2a0d:e487:119f:e4e0::/64 dev qmimux0 proto static metric 3 pref medium
2a0d:e487:119f:e4e0::/64 dev br-lan proto static metric 1024 pref medium
unreachable 2a0d:e487:119f:e4e0::/64 dev lo proto static metric 2147483647 pref medium
...
default via 2a0d:e487:119f:e4e0:48cd:b91d:86f6:c132 dev qmimux0 proto static metric 3 pref medium

After deleting the route with metric 3 things work normally:

root@lgr5g:~# ip -6 route delete 2a0d:e487:119f:e4e0::/64 dev qmimux0 proto static metric 3 pref medium

Is there something I can do except deleting it automagically via /etc/mwan3.user ?

Regards,

This topic was automatically closed after 15 days. New replies are no longer allowed.