Noob question?

Started by NW4FUN, March 26, 2022, 11:01:33 AM

Previous topic - Next topic
I'm getting plenty of these notifications (see below) in my system log and struggling making any sense of it.

Any pointers anyone?

/system_advanced_misc.php: The command '/sbin/route add -host -'inet6' '2606:4700:4700::1111' 'fe80::b2aa:77ff:fef4:c600%'' returned exit code '71', the output was 'route: fe80::b2aa:77ff:fef4:c600%: Name does not resolve'

This is a host route for? Where did you enter the IP 2606:4700:4700::1111? The "%" appended suggest the network interface name is missing which could be due to connectivity reasons. As per link-local requirement a scope needs to be given in order for link-local addresses to be correctly routable for the desired interface (e.g. fe80::b2aa:77ff:fef4:c600%igb1).


Cheers,
Franco