<div dir="ltr"><div><div>Great: now is working on both nodes!<br>nhdp iflink <br>Interface 'eth0': hello_interval=2   hello_vtime=20  <br>    Address: 147.162.97.9<br>    Address: fe80::f24d:a2ff:fe37:cbd8<br>    Link: status=symmetric localif=eth0 vtime=38.902   heard=18.902   symmetric=18.802   dualstack <br>
        Originator: 147.162.97.20<br>        Link addresses: 147.162.97.20<br>    Link: status=symmetric localif=eth0 vtime=38.902   heard=18.902   symmetric=18.802   dualstack <br>        Link addresses: fe80::218:8bff:fe1b:7e59<br>
Interface 'wlan2': hello_interval=2   hello_vtime=20  <br>    Address: 192.168.1.120<br>    Address: fe80::a2f3:c1ff:feed:de82<br><br></div>Thank you! I was stucked on this problem for a while.<br><br></div>Szabo Karoly<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/11/12 Henning Rogge <span dir="ltr"><<a href="mailto:hrogge@googlemail.com" target="_blank">hrogge@googlemail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Can you try to apply the following patch to the OONF-API?<br>
<br>
diff --git a/src-api/subsystems/os_linux/os_net_linux.c<br>
b/src-api/subsystems/os_linux/os_net_linux.c<br>
index 07c3954..92d45ee 100644<br>
--- a/src-api/subsystems/os_linux/os_net_linux.c<br>
+++ b/src-api/subsystems/os_linux/os_net_linux.c<br>
@@ -169,7 +169,7 @@ os_net_update_interface(struct oonf_interface_data<br>
*ifdata,<br>
     return -1;<br>
   }<br>
<br>
-  ifdata->up = (ifr.ifr_flags & (IFF_UP | IFF_RUNNING)) ==<br>
(IFF_UP|IFF_RUNNING);<br>
+  ifdata->up = (ifr.ifr_flags & IFF_UP) == IFF_UP;<br>
   ifdata->loopback = (ifr.ifr_flags & IFF_LOOPBACK) != 0;<br>
<br>
   memset(&ifr, 0, sizeof(ifr));<br>
<br>
<br>
<br>
Henning Rogge<br>
<div class="HOEnZb"><div class="h5"><br>
On Tue, Nov 12, 2013 at 6:05 PM, Karoly Szabo <<a href="mailto:szabo.karoly.a@gmail.com">szabo.karoly.a@gmail.com</a>> wrote:<br>
> Of course:<br>
><br>
> 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN<br>
>     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00<br>
>     inet <a href="http://127.0.0.1/8" target="_blank">127.0.0.1/8</a> scope host lo<br>
>     inet6 ::1/128 scope host<br>
>        valid_lft forever preferred_lft forever<br>
> 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen<br>
> 1000<br>
>     link/ether 00:18:8b:1b:7e:59 brd ff:ff:ff:ff:ff:ff<br>
>     inet <a href="http://147.162.97.20/24" target="_blank">147.162.97.20/24</a> brd 147.162.97.255 scope global eth0<br>
>     inet6 fe80::218:8bff:fe1b:7e59/64 scope link<br>
>        valid_lft forever preferred_lft forever<br>
> 3: eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state<br>
> DOWN qlen 1000<br>
>     link/ether 00:50:da:45:4c:d4 brd ff:ff:ff:ff:ff:ff<br>
> 4: wlan1: <NO-CARRIER,BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq<br>
> state DORMANT qlen 1000<br>
>     link/ether 00:1d:7d:49:2b:e9 brd ff:ff:ff:ff:ff:ff<br>
>     inet <a href="http://192.168.1.220/24" target="_blank">192.168.1.220/24</a> brd 192.168.1.255 scope global wlan1<br>
>     inet6 fe80::21d:7dff:fe49:2be9/64 scope link<br>
>        valid_lft forever preferred_lft forever<br>
><br>
> iwconfig (same cell on the other node of the network):<br>
><br>
> wlan1     IEEE 802.11bg  ESSID:"MILCOM2013"<br>
>           Mode:Ad-Hoc  Frequency:2.412 GHz  Cell: 56:1B:37:92:E2:63<br>
>           Tx-Power=20 dBm<br>
>           Retry  long limit:7   RTS thr:off   Fragment thr:off<br>
>           Encryption key:off<br>
>           Power Management:off<br>
><br>
><br>
><br>
><br>
> 2013/11/12 Henning Rogge <<a href="mailto:hrogge@googlemail.com">hrogge@googlemail.com</a>><br>
>><br>
>> Can you just post the raw output of "iwconfig wlan1" and "ip addr"?<br>
>><br>
>> Getting no interface address on wlan1 is very strange, you should at<br>
>> least have an IPv6 linklocal address!<br>
>><br>
>> Henning Rogge<br>
>><br>
>> On Tue, Nov 12, 2013 at 5:56 PM, Karoly Szabo <<a href="mailto:szabo.karoly.a@gmail.com">szabo.karoly.a@gmail.com</a>><br>
>> wrote:<br>
>> > Hi,<br>
>> > the ip remains the same:<br>
>> > eth0: 147.162.97.20<br>
>> > wlan1:  192.168.1.120<br>
>> > lo: 127.0.0.1<br>
>> ><br>
>> > also the result for<br>
>> > nhdp iflink:<br>
>> ><br>
>> > Interface 'eth0': hello_interval=2   hello_vtime=20<br>
>> >     Address: 147.162.97.20<br>
>> >     Address: fe80::218:8bff:fe1b:7e59<br>
>> >     Link: status=symmetric localif=eth0 vtime=38.756   heard=18.756<br>
>> > symmetric=18.656   dualstack<br>
>> >         Originator: 147.162.97.9<br>
>> >         Link addresses: 147.162.97.9<br>
>> >     Link: status=symmetric localif=eth0 vtime=38.756   heard=18.756<br>
>> > symmetric=18.656   dualstack<br>
>> >         Link addresses: fe80::f24d:a2ff:fe37:cbd8<br>
>> ><br>
>> > Interface 'lo': hello_interval=2   hello_vtime=20<br>
>> > Interface 'wlan1': hello_interval=2   hello_vtime=20<br>
>> ><br>
>> > Similar results came from the machine with ip: 147.162.97.9<br>
>> ><br>
>> > It seems that the Wifi interfaces does not initialize themselves in<br>
>> > Olsr.<br>
>> ><br>
>> > Regards,<br>
>> > Karoly<br>
>> ><br>
>> ><br>
>> ><br>
>> > 2013/11/6 Henning Rogge <<a href="mailto:hrogge@googlemail.com">hrogge@googlemail.com</a>><br>
>> >><br>
>> >> Hi,<br>
>> >><br>
>> >> what IP addresses have you set on eth0, wlan1 and lo before (and<br>
>> >> after) you run olsrd2 ?<br>
>> >><br>
>> >> maybe you can run "ip addr" twice, once before you start the routing<br>
>> >> daemon and once 30 seconds afterwards.<br>
>> >><br>
>> >> Henning Rogge<br>
>> >><br>
>> >> On Wed, Nov 6, 2013 at 7:56 PM, Karoly Szabo <<a href="mailto:szabo.karoly.a@gmail.com">szabo.karoly.a@gmail.com</a>><br>
>> >> wrote:<br>
>> >> > Hi all, I swapped from version 1 to version 2.<br>
>> >> > I found some information about the configuration file and i wandered<br>
>> >> > if<br>
>> >> > exist a complete<br>
>> >> > list of all the parameters that is possible to set.<br>
>> >> ><br>
>> >> > Also I have a problem regarding to Wifi devices, after launching:<br>
>> >> > olsrd wlan1 eth0 lo<br>
>> >> ><br>
>> >> > In telnet I tried to obtain information about all the interfaces<br>
>> >> > and I'm missing all wlan informations except default hello interval<br>
>> >> > and<br>
>> >> > vtime (currently connected and pingning a tablet).<br>
>> >> >> nhdp interface<br>
>> >> > Interface 'eth0': hello_interval=2   hello_vtime=20<br>
>> >> >     Address: 147.162.97.20<br>
>> >> >     Address: fe80::218:8bff:fe1b:7e59<br>
>> >> > Interface 'lo': hello_interval=2   hello_vtime=20<br>
>> >> > Interface 'wlan1': hello_interval=2   hello_vtime=20<br>
>> >> ><br>
>> >> >> Connection closed by foreign host.<br>
>> >> ><br>
>> >> > the routes command also show me all the eth0 nodes but no one from<br>
>> >> > wlan1.<br>
>> >> > Somebody had similar problems? Or am I missing something?<br>
>> >> ><br>
>> >> > Thanks in advance,<br>
>> >> > Karoly Szabo<br>
>> >> ><br>
>> >> > --<br>
>> >> > Olsr-dev mailing list<br>
>> >> > <a href="mailto:Olsr-dev@lists.olsr.org">Olsr-dev@lists.olsr.org</a><br>
>> >> > <a href="https://lists.olsr.org/mailman/listinfo/olsr-dev" target="_blank">https://lists.olsr.org/mailman/listinfo/olsr-dev</a><br>
>> >><br>
>> >><br>
>> >><br>
>> >> --<br>
>> >> We began as wanderers, and we are wanderers still. We have lingered<br>
>> >> long enough on the shores of the cosmic ocean. We are ready at last to<br>
>> >> set sail for the stars - Carl Sagan<br>
>> ><br>
>> ><br>
>><br>
>><br>
>><br>
>> --<br>
>> We began as wanderers, and we are wanderers still. We have lingered<br>
>> long enough on the shores of the cosmic ocean. We are ready at last to<br>
>> set sail for the stars - Carl Sagan<br>
><br>
><br>
<br>
<br>
<br>
--<br>
We began as wanderers, and we are wanderers still. We have lingered<br>
long enough on the shores of the cosmic ocean. We are ready at last to<br>
set sail for the stars - Carl Sagan<br>
</div></div></blockquote></div><br></div>