<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">The 2 interfaces must be in different
subnet. That the way layer 3 network work.<br>
<br>
OLSR must run on the radio and any other interface you want the
route to be <span id="result_box" class="short_text" lang="en"><span
class="hps">propagated</span></span>. You should read about
layer 3 network and routing before leaning olsr. That would be
easier to do it step by step instead of learning it all at the
same time since you don't seem to really understand what olsr
should do.<br>
<br>
Le 2012-12-20 10:40, Erdem Ulusoy a écrit :<br>
</div>
<blockquote
cite="mid:CADJufwp1KrT4y_nSurqVJitnuEpbLn7W0g_EsTF4kJhDA3mEQg@mail.gmail.com"
type="cite">Hi,
<div><br>
<div>thank you all for your help. When setting OLSR, i give one
IP for OLSR interface and another IP for the lan interface. Is
it something correct? (The IP's are in the same network)</div>
<div>I can ping the IP's assigned for the OLSR interface (when I
run the command "/etc/init.d/olsrd start", so I think I am on
the right way) but I can't ping the other IP's. How can I fix
this? If you want to see any config file (network, wireless,
olsrd, firewall...) I can sent it.</div>
<div><br>
</div>
<div>See you;</div>
<div>Erdem</div>
</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Wed, Dec 19, 2012 at 7:05 PM, Michel
Blais <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:michel@targointernet.com" target="_blank">michel@targointernet.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF">
<div>Also, list interface should be follwed by the UCI
interface name so make sure your interface name in
/etc/config/network is wlan0 and wlan1<br>
<br>
Exemple, if in /etc/config/network, you configure it
like this:<br>
<br>
config 'interface' 'mywirelesslink'<br>
option 'ifname' 'wlan0'<br>
<br>
then your interface name in /etc/config/olsrd will be<br>
list interface 'mywirelesslink'<br>
<br>
Michel<br>
<br>
Le 2012-12-19 11:57, Michel Blais a écrit :<br>
</div>
<div>
<div class="h5">
<blockquote type="cite">
<div>OpenWRT will generate the olsrd.conf under
/tmp/etc/olsrd.conf<br>
<br>
The option :<br>
<br>
config Interface<br>
list interface 'wlan0-1'<br>
<br>
is wrong, it will generate olsrd.conf as :<br>
<br>
Interface "wlan0-1"<br>
{<br>
}<br>
<br>
It should be :<br>
list interface 'wlan0 wlan1'<br>
<br>
Michel<br>
<br>
Le 2012-12-19 11:50, Erdem Ulusoy a écrit :<br>
</div>
<blockquote type="cite">Also there is one more
point, I want to ask. I can't add the interface
that I am using Olsr to the lan bridge with the
brctl command. Is it sth normal or will I be able
to add that interface to the bridge when Olsr
works?
<div> <br>
</div>
<div>Thanks</div>
<div class="gmail_extra"><br>
<br>
<div class="gmail_quote">On Wed, Dec 19, 2012 at
6:26 PM, Henning Rogge <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:hrogge@googlemail.com"
target="_blank">hrogge@googlemail.com</a>></span>
wrote:<br>
<blockquote class="gmail_quote"
style="margin:0 0 0 .8ex;border-left:1px
#ccc solid;padding-left:1ex">That is the
OpenWRT File... Olsr cannot parse this at
all, its<br>
converted by OpenWRT scripts to the
olsrd.conf file.<br>
<br>
If you think that OpenWRT puts the wrong
interfaces into this file,<br>
there is nothing we can do about it and you
will have to ask on the<br>
OpenWRT mailing list.<br>
<span><font color="#888888"><br>
Henning Rogge<br>
</font></span>
<div>
<div><br>
On Wed, Dec 19, 2012 at 5:14 PM, Erdem
Ulusoy <<a moz-do-not-send="true"
href="mailto:erdem.ulusoy@ozu.edu.tr"
target="_blank">erdem.ulusoy@ozu.edu.tr</a>>
wrote:<br>
> Thank you Henning my olsrd.conf
file is as follows (it is located as<br>
> /etc/config/olsrd);<br>
><br>
> config olsrd<br>
> # uncomment the following
line to use a custom config file
instead:<br>
> #option config_file
'/etc/olsrd.conf'<br>
><br>
> option IpVersion '4'<br>
><br>
> config LoadPlugin<br>
> option library
'olsrd_arprefresh.so.0.1'<br>
><br>
> config LoadPlugin<br>
> option library
'olsrd_dyn_gw.so.0.5'<br>
><br>
> config LoadPlugin<br>
> option library
'olsrd_httpinfo.so.0.1'<br>
> option port '1978'<br>
> list Net '0.0.0.0 0.0.0.0'<br>
><br>
> config LoadPlugin<br>
> option library
'olsrd_nameservice.so.0.3'<br>
><br>
> config LoadPlugin<br>
> option library
'olsrd_txtinfo.so.0.1'<br>
> option accept '0.0.0.0'<br>
><br>
> config Interface<br>
> list interface 'wlan0-1'<br>
><br>
> I don't have any file located as
/etc/olsrd.conf, I think the file I sent<br>
> you is the default one.<br>
><br>
><br>
> On Wed, Dec 19, 2012 at 6:02 PM,
Henning Rogge <<a
moz-do-not-send="true"
href="mailto:hrogge@googlemail.com"
target="_blank">hrogge@googlemail.com</a>><br>
> wrote:<br>
>><br>
>> Hi,<br>
>><br>
>> that sounds like a problem in
the OpenWRT script that generates your<br>
>> configuration. Maybe you should
ask the OpenWRT Team about this?<br>
>><br>
>> Otherwise you can post your
olsrd.conf and we can take a look at it.<br>
>><br>
>> Henning Rogge<br>
>><br>
>> On Wed, Dec 19, 2012 at 4:57
PM, Erdem Ulusoy <<a
moz-do-not-send="true"
href="mailto:erdem.ulusoy@ozu.edu.tr"
target="_blank">erdem.ulusoy@ozu.edu.tr</a>><br>
>> wrote:<br>
>> > Hi All,<br>
>> ><br>
>> > I want to run olsrd on
Tp-Link TL-WDR4300 which has Atheros
wi-fi card<br>
>> > on<br>
>> > it. I compiled it using
OpenWrt and olsrd version pre-0.6.6.<br>
>> > When I run the command
/etc/init.d/olsrd start, it says
"Warning:<br>
>> > Invalid<br>
>> > value in option
'olsrd.cfg0e4d76.interface', skipped".
In my opinion, it<br>
>> > is<br>
>> > because in Broadcom cards,
wireless interface is called as wifi but
in<br>
>> > my<br>
>> > card it is called as wlan.
How can I fix this? Please help me.<br>
>> ><br>
>> > Thank you in advance;<br>
>> > Erdem<br>
>> ><br>
>> > --<br>
>> > Olsr-users mailing list<br>
>> > <a moz-do-not-send="true"
href="mailto:Olsr-users@lists.olsr.org" target="_blank">Olsr-users@lists.olsr.org</a><br>
>> > <a moz-do-not-send="true"
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>
>> Steven Hawkings about cosmic
inflation: "An increase of billions of<br>
>> billions of percent in a tiny
fraction of a second. Of course, that<br>
>> was before the present
government."<br>
><br>
><br>
<br>
<br>
<br>
--<br>
Steven Hawkings about cosmic inflation:
"An increase of billions of<br>
billions of percent in a tiny fraction
of a second. Of course, that<br>
was before the present government."<br>
</div>
</div>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset></fieldset>
<br>
</blockquote>
</blockquote>
</div>
</div>
</div>
<br>
--<br>
Olsr-users mailing list<br>
<a moz-do-not-send="true"
href="mailto:Olsr-users@lists.olsr.org">Olsr-users@lists.olsr.org</a><br>
<a moz-do-not-send="true"
href="https://lists.olsr.org/mailman/listinfo/olsr-users"
target="_blank">https://lists.olsr.org/mailman/listinfo/olsr-users</a><br>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
Cordialement,
Best regards,
Michel Blais
Administrateur réseau / Network administrator
Targo Communications
<a class="moz-txt-link-abbreviated" href="http://www.targo.ca">www.targo.ca</a>
514-448-0773
</pre>
</body>
</html>