[Olsr-users] Next hop with link local address

Fábio Carvalho (spam-protected)
Wed Jul 27 15:45:24 CEST 2016


Hi,

On version 12.1 all ip address of next hops appear on routing table with
link local address and not with ip address of your interfaces.

The configuration file had the following lines in previous versions:
[olsrv2]
        originator      -127.0.0.1/8
        originator      -::/0
        originator      default_accept

[interface]
        bindto          -127.0.0.1/8
        bindto          -::/0
        bindto          default_accept

[interface=wlan0]
        bindto          -127.0.0.1/8
        bindto          -::/0
        bindto          default_accept


In this new version I changed the first part to:
[olsrv2]
        routable        -127.0.0.0/8
        routable        default_accept
        originator      -127.0.0.1/8
        originator      -::/0
        originator      default_accept

What do i doing wrong?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.olsr.org/pipermail/olsr-users/attachments/20160727/8b89f8aa/attachment.html>


More information about the Olsr-users mailing list