* [B.A.T.M.A.N.] Rede Mesh Batman-ADV in brazil
@ 2011-12-06 21:00 Flavio Leonel "suporte tecnico"
2011-12-06 22:28 ` Tom Cannon
0 siblings, 1 reply; 3+ messages in thread
From: Flavio Leonel "suporte tecnico" @ 2011-12-06 21:00 UTC (permalink / raw)
To: b.a.t.m.a.n
--------------------------------------------------
From: "Flavio Leonel "suporte tecnico"" <suporte@tec-wi.com.br>
Sent: Tuesday, December 06, 2011 6:49 AM
To: "Sven Eckelmann" <sven@narfation.org>
Subject: Re: [B.A.T.M.A.N.] Fw: Rede Mesh BatmanADV no brazil
> well what is happening here is the following problem.
>
> jah have some nodes with OpenWRT and Ubiquiti with batman-adv instaldos as
> I
> said in another e-mail and could see the pictures.
>
> settings:
> radio interfaces:
> Physical: 2 a LAN and a WLAN.
> built-in OpenWRT:
> mode = wlan mesh
> = wifi wlan
> connected to the router lan =
>
> All part of a bridge
> br-lan
> where this batman-adv active
>
> what happens? ..
> when I disconnect any machine "computer" or router
> connected to the LAN port of the device or restart.
>
> the radio will not let me drop, access ... I no more communication.
> I have to restart with the same device (computer or router) connected to
> reestablish connection.
>
> already tested it with bridge mode with no firewall
> and now I'm experimenting with a way forward iptable
>
> but without any success not find anything about the forum and do not
> understand where this error.
>
> I hope you can help me, I tried to write my best English
> grateful ...
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [B.A.T.M.A.N.] Rede Mesh Batman-ADV in brazil
2011-12-06 21:00 [B.A.T.M.A.N.] Rede Mesh Batman-ADV in brazil Flavio Leonel "suporte tecnico"
@ 2011-12-06 22:28 ` Tom Cannon
2011-12-07 5:06 ` Wayne Abroue
0 siblings, 1 reply; 3+ messages in thread
From: Tom Cannon @ 2011-12-06 22:28 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
This is just a guess, but perhaps the bridge is not set to 'auto' and
will not come up without the lan interface up.
/etc/config/network
config 'interface' 'bridge'
option 'ifname' 'eth wlan bat' # replace with your interface names
option 'type' 'bridge'
option 'auto' '1'
The option 'auto' ensures the bridge comes up with or without the lan
port active.
This stumped me once.......
On 12/6/2011 1:00 PM, Flavio Leonel "suporte tecnico" wrote:
>
>
> --------------------------------------------------
> From: "Flavio Leonel "suporte tecnico"" <suporte@tec-wi.com.br>
> Sent: Tuesday, December 06, 2011 6:49 AM
> To: "Sven Eckelmann" <sven@narfation.org>
> Subject: Re: [B.A.T.M.A.N.] Fw: Rede Mesh BatmanADV no brazil
>
>> well what is happening here is the following problem.
>>
>> jah have some nodes with OpenWRT and Ubiquiti with batman-adv
>> instaldos as I
>> said in another e-mail and could see the pictures.
>>
>> settings:
>> radio interfaces:
>> Physical: 2 a LAN and a WLAN.
>> built-in OpenWRT:
>> mode = wlan mesh
>> = wifi wlan
>> connected to the router lan =
>>
>> All part of a bridge
>> br-lan
>> where this batman-adv active
>>
>> what happens? ..
>> when I disconnect any machine "computer" or router
>> connected to the LAN port of the device or restart.
>>
>> the radio will not let me drop, access ... I no more communication.
>> I have to restart with the same device (computer or router) connected to
>> reestablish connection.
>>
>> already tested it with bridge mode with no firewall
>> and now I'm experimenting with a way forward iptable
>>
>> but without any success not find anything about the forum and do not
>> understand where this error.
>>
>> I hope you can help me, I tried to write my best English
>> grateful ...
>>
>>
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [B.A.T.M.A.N.] Rede Mesh Batman-ADV in brazil
2011-12-06 22:28 ` Tom Cannon
@ 2011-12-07 5:06 ` Wayne Abroue
0 siblings, 0 replies; 3+ messages in thread
From: Wayne Abroue @ 2011-12-07 5:06 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
On Wed, Dec 7, 2011 at 12:28 AM, Tom Cannon <tcannon@generalpacket.com> wrote:
> This is just a guess, but perhaps the bridge is not set to 'auto' and will
> not come up without the lan interface up.
>
> /etc/config/network
>
> config 'interface' 'bridge'
> option 'ifname' 'eth wlan bat' # replace with your interface names
> option 'type' 'bridge'
> option 'auto' '1'
>
> The option 'auto' ensures the bridge comes up with or without the lan port
> active.
> This stumped me once.......
>
>
> On 12/6/2011 1:00 PM, Flavio Leonel "suporte tecnico" wrote:
>>
>>
>>
>> --------------------------------------------------
>> From: "Flavio Leonel "suporte tecnico"" <suporte@tec-wi.com.br>
>> Sent: Tuesday, December 06, 2011 6:49 AM
>> To: "Sven Eckelmann" <sven@narfation.org>
>> Subject: Re: [B.A.T.M.A.N.] Fw: Rede Mesh BatmanADV no brazil
>>
>>> well what is happening here is the following problem.
>>>
>>> jah have some nodes with OpenWRT and Ubiquiti with batman-adv instaldos
>>> as I
>>> said in another e-mail and could see the pictures.
>>>
>>> settings:
>>> radio interfaces:
>>> Physical: 2 a LAN and a WLAN.
>>> built-in OpenWRT:
>>> mode = wlan mesh
>>> = wifi wlan
>>> connected to the router lan =
>>>
>>> All part of a bridge
>>> br-lan
>>> where this batman-adv active
>>>
>>> what happens? ..
>>> when I disconnect any machine "computer" or router
>>> connected to the LAN port of the device or restart.
>>>
>>> the radio will not let me drop, access ... I no more communication.
>>> I have to restart with the same device (computer or router) connected to
>>> reestablish connection.
>>>
>>> already tested it with bridge mode with no firewall
>>> and now I'm experimenting with a way forward iptable
>>>
>>> but without any success not find anything about the forum and do not
>>> understand where this error.
>>>
>>> I hope you can help me, I tried to write my best English
>>> grateful ...
>>>
Secondly WLAN does not need to be part of the BR as BAT which is
essentially wlan's VI if set to wlan,
option 'ifname' 'ethA ethB batX' # replace with your interface names
Wayne A
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-12-07 5:06 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-06 21:00 [B.A.T.M.A.N.] Rede Mesh Batman-ADV in brazil Flavio Leonel "suporte tecnico"
2011-12-06 22:28 ` Tom Cannon
2011-12-07 5:06 ` Wayne Abroue
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox