Hi,<div><br></div><div>Again sorry for the late answer. I tried </div><div><br></div><div>Interface "eth5"<br>{<br>    Mode "mesh"<br>    IPv6Multicast ff02::6d<div>}</div><div><br></div><div>and also this (ff05 for a site-local multicast address)</div>
<div><br></div><div>Interface "eth5"<br>{<br>    Mode "mesh"<br>    IPv6Multicast ff05::6d<div>}</div></div><div><br></div><div>and now, I also tried switching on IPv6 by ONLY enabling it in olsrd.conf (I first enabled it in olsrd.conf AND by command-line).</div>
<div>But still, the situation stays the same. Some other suggestions are still welcome.</div><div><br></div><div>Thanks in advance!</div><div>Glenn</div><br><div class="gmail_quote">On Fri, Dec 7, 2012 at 6:51 PM, Saverio Proto <span dir="ltr"><<a href="mailto:zioproto@gmail.com" target="_blank">zioproto@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Can you try to specify the IPv6Multicast address for interface eth5 in<br>
the olsrd.conf configuration file, you should have a interface block<br>
like this:<br>
<br>
<br>
Interface "eth5"<br>
{<br>
    Mode "mesh"<br>
<br>
    IPv6Multicast FF02::6D<br>
<div><div><br>
}<br>
<br>
<br>
<br>
Saverio<br>
<br>
<br>
2012/12/7 Glenn Daneels <<a href="mailto:glenndaneels@gmail.com" target="_blank">glenndaneels@gmail.com</a>>:<br>
> Hi Saverio,<br>
><br>
> I tried your suggestion, but this did not work: the output stayed the same<br>
> (I included it [1])<br>
><br>
> Thanks,<br>
><br>
> Glenn<br>
><br>
> [1] <a href="http://pastebin.com/k2DHiCXa" target="_blank">http://pastebin.com/k2DHiCXa</a><br>
><br>
><br>
> On Fri, Dec 7, 2012 at 5:31 PM, Saverio Proto <<a href="mailto:zioproto@gmail.com" target="_blank">zioproto@gmail.com</a>> wrote:<br>
>><br>
>> I think the problem is that you specifying the inteface eth5 both in<br>
>> the command line and in the configuration file. Try to remove eth5<br>
>> from command line.<br>
>><br>
>> Saverio<br>
>><br>
>><br>
>> 2012/12/7 Glenn Daneels <<a href="mailto:glenndaneels@gmail.com" target="_blank">glenndaneels@gmail.com</a>>:<br>
>> > Hi,<br>
>> ><br>
>> > Sorry for the late answer (but I had to make some changes to my nodes),<br>
>> > here<br>
>> > is my olsrd.conf [1].<br>
>> > In the meanwhile, I made sure that my nodes have site local address (an<br>
>> > ifconfig output of one of the nodes is included [2], I use the eth5<br>
>> > interface). I also included a new output file[3].<br>
>> > I call the olsrd daemon in the following manner: olsrd -i eth5 -ipv6 (I<br>
>> > know<br>
>> > that these options are already included in the olsrd.conf, but I guess<br>
>> > repeating this on the command line does not matter.)<br>
>> ><br>
>> > Thanks in advance,<br>
>> ><br>
>> > Glenn<br>
>> ><br>
>> > [1] olsrd.conf: <a href="http://pastebin.com/KNjS5igK" target="_blank">http://pastebin.com/KNjS5igK</a><br>
>> > [2] ifconfig: <a href="http://pastebin.com/1ZtE5kE9" target="_blank">http://pastebin.com/1ZtE5kE9</a><br>
>> > [3] output: <a href="http://pastebin.com/CRBvknyQ" target="_blank">http://pastebin.com/CRBvknyQ</a><br>
>> ><br>
>> ><br>
>> > On Thu, Dec 6, 2012 at 9:16 AM, Saverio Proto <<a href="mailto:zioproto@gmail.com" target="_blank">zioproto@gmail.com</a>><br>
>> > wrote:<br>
>> >><br>
>> >> Please post your olsrd.conf file otherwise we cannot give help.<br>
>> >><br>
>> >> Make sure eth5 has a valide global IPv6 address. Also site local<br>
>> >> address should be fine. Link local address is not enough<br>
>> >><br>
>> >> Saverio<br>
>> >><br>
>> >><br>
>> >> 2012/12/5 Glenn Daneels <<a href="mailto:glenndaneels@gmail.com" target="_blank">glenndaneels@gmail.com</a>>:<br>
>> >> > Hi,<br>
>> >> ><br>
>> >> > I'm trying to use OLSRd in IPv6 mode, but this is not working for me.<br>
>> >> > I tried to enable OLSRd via the /etc/olsrd.conf file and getting the<br>
>> >> > output<br>
>> >> > in [1].<br>
>> >> ><br>
>> >> > Especially this part concerns me:<br>
>> >> ><br>
>> >> > Warning, niit4to6 device is not available, deactivating NIIT<br>
>> >> > Added :: to IP deny set<br>
>> >> > Added ::1 to IP deny set<br>
>> >> ><br>
>> >> >  ---- Interface configuration ----<br>
>> >> ><br>
>> >> > Checking eth5:<br>
>> >> >         Not a wireless interface<br>
>> >> > No interfaces detected! This might be intentional, but it also might<br>
>> >> > mean<br>
>> >> > that your configuration is fubar<br>
>> >> ><br>
>> >> ><br>
>> >> > Does niit4to6 need to be available for the ipv6 mode to work?<br>
>> >> > And why does it say that is does not detects interfaces? eth5 is the<br>
>> >> > interface it should detect, which it clearly does, but is it trying<br>
>> >> > to<br>
>> >> > only<br>
>> >> > finding wireless ifaces? And why would he do this?<br>
>> >> ><br>
>> >> > And although there are two OLSRd nodes which are connected to each<br>
>> >> > other,<br>
>> >> > OLSRd does not seem to find the other node; it keeps polling, but<br>
>> >> > does<br>
>> >> > not<br>
>> >> > find anything:<br>
>> >> ><br>
>> >> >  Scheduler started - polling every 0.050000 ms<br>
>> >> ><br>
>> >> > Does anyone have any ideas?<br>
>> >> ><br>
>> >> > Thanks in advance,<br>
>> >> > Glenn<br>
>> >> ><br>
>> >> > [1] <a href="http://pastebin.com/6GTjvVYs" target="_blank">http://pastebin.com/6GTjvVYs</a><br>
>> >> ><br>
>> >> > --<br>
>> >> > Olsr-users mailing list<br>
>> >> > <a href="mailto:Olsr-users@lists.olsr.org" target="_blank">Olsr-users@lists.olsr.org</a><br>
>> >> > <a href="https://lists.olsr.org/mailman/listinfo/olsr-users" target="_blank">https://lists.olsr.org/mailman/listinfo/olsr-users</a><br>
>> ><br>
>> ><br>
><br>
><br>
</div></div></blockquote></div><br></div>