* [B.A.T.M.A.N.] openwrt config changes when upgrading from 2014-4 to 2015-0 ?
@ 2015-06-13 15:40 Ufo
2015-06-13 16:21 ` Marek Lindner
0 siblings, 1 reply; 3+ messages in thread
From: Ufo @ 2015-06-13 15:40 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
thank you for upgrading batman-adv inside openwrt trunk to 2015-0
im testing new version (yesterdays openwrt trunk) but have problems:
the bridge (br-mesh12) with bat-interface and wifi-vAP isnt complete,
the bat-interface is missing :-(
the "wifi" command also doesnt repair that :-(
but, when i delete vlan-setting (for interface, where batman-adv is
running on) problems are gone.
maybe config for openwrt/batman-adv has changed, or some of our settings
are outdated and now obsolete?
ufo
p.s. with 10 days old openwrt trunk (and batman-adv 2014-4) the problem
doesnt appear
p.p.s. maybe my former firmware problems are related to that? some of
them are gone when we only use one batman-adv on each node instead of two
https://github.com/freifunk/meshkit-firmware/issues/23
https://github.com/freifunk/meshkit-firmware/issues/12
----
tested with minimalized setup it looks like this:
some config-files...
config interface 'wireless0'
option dns '8.8.8.8 212.204.49.83 141.1.1.1'
option netmask '255.255.255.255'
option proto 'static'
option ipaddr '10.61.234.70'
option mtu '1536'
config interface 'mesh12'
option type 'bridge'
option ifname 'bat12'
option proto 'none'
config interface 'meshbat12'
option ifname '@wireless0.12'
option proto 'batadv'
option mesh 'bat12'
option mtu '1532'
------
config wifi-device 'radio0'
option type 'mac80211'
option path 'platform/ar934x_wmac'
option htmode 'HT20'
option diversity '1'
option distance '1000'
option disabled '0'
option country 'DE'
option channel '44'
option hwmode '11na'
config wifi-iface 'radio0_iface'
option device 'radio0'
option encryption 'none'
option mode 'adhoc'
option mcast_rate '6000'
option network 'wireless0'
option ssid 'leipzig.freifunk.net'
option bssid '02:44:CA:FF:EE:EE'
config wifi-iface 'radio0_meshap12'
option network 'mesh12'
option mode 'ap'
option device 'radio0'
option encryption 'none'
option ssid '012Freifunk-Test'
root@234-70:~# cat /etc/config/batman-adv
config mesh 'bat12'
option gw_mode 'client'
option multicast_mode '0'
option bridge_loop_avoidance '1'
----
root@234-70:~# brctl show
bridge name bridge id STP enabled interfaces
br-mesh12 7fff.16cc204886e0 no wlan0-1
-----------------------------
#############################
changing to test setting, its working in a proper way:
config interface 'meshbat12'
option ifname '@wireless0'
option proto 'batadv'
option mesh 'bat12'
option mtu '1532'
---
root@234-70:~# brctl show
bridge name bridge id STP enabled interfaces
br-mesh12 7fff.16cc204886e0 no wlan0-1
bat12
--
---
Freifunk Leipzig http://leipzig.freifunk.net
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [B.A.T.M.A.N.] openwrt config changes when upgrading from 2014-4 to 2015-0 ?
2015-06-13 15:40 [B.A.T.M.A.N.] openwrt config changes when upgrading from 2014-4 to 2015-0 ? Ufo
@ 2015-06-13 16:21 ` Marek Lindner
2015-06-13 17:41 ` Ufo
0 siblings, 1 reply; 3+ messages in thread
From: Marek Lindner @ 2015-06-13 16:21 UTC (permalink / raw)
To: b.a.t.m.a.n
[-- Attachment #1: Type: text/plain, Size: 960 bytes --]
On Saturday, June 13, 2015 17:40:32 Ufo wrote:
> thank you for upgrading batman-adv inside openwrt trunk to 2015-0
>
> im testing new version (yesterdays openwrt trunk) but have problems:
> the bridge (br-mesh12) with bat-interface and wifi-vAP isnt complete,
> the bat-interface is missing
> the "wifi" command also doesnt repair that
>
> but, when i delete vlan-setting (for interface, where batman-adv is
> running on) problems are gone.
>
> maybe config for openwrt/batman-adv has changed, or some of our settings
> are outdated and now obsolete?
>
> ufo
>
> p.s. with 10 days old openwrt trunk (and batman-adv 2014-4) the problem
> doesnt appear
The batman-adv uci config has not changed one bit. You can check the package
diff: https://github.com/openwrt-routing/packages/commit/4dc2c500ffde0e248dbc83e5bd904ec0c9af0c42
Can you try the '10 days older openwrt trunk' with batman-adv 2015.0 ? That
way you can rule out batman-adv.
Cheers,
Marek
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 473 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [B.A.T.M.A.N.] openwrt config changes when upgrading from 2014-4 to 2015-0 ?
2015-06-13 16:21 ` Marek Lindner
@ 2015-06-13 17:41 ` Ufo
0 siblings, 0 replies; 3+ messages in thread
From: Ufo @ 2015-06-13 17:41 UTC (permalink / raw)
To: b.a.t.m.a.n
ok, my '10 days older openwrt trunk' with batman-adv 2015.0 (compiled
via sdk) is running without bridge-problems.
so batman-adv is not the guilty one
Am 13.06.15 um 18:21 schrieb Marek Lindner:
> On Saturday, June 13, 2015 17:40:32 Ufo wrote:
>> thank you for upgrading batman-adv inside openwrt trunk to
>> 2015-0
>>
>> im testing new version (yesterdays openwrt trunk) but have
>> problems: the bridge (br-mesh12) with bat-interface and wifi-vAP
>> isnt complete, the bat-interface is missing the "wifi" command
>> also doesnt repair that
>>
>> but, when i delete vlan-setting (for interface, where batman-adv
>> is running on) problems are gone.
>>
>> maybe config for openwrt/batman-adv has changed, or some of our
>> settings are outdated and now obsolete?
>>
>> ufo
>>
>> p.s. with 10 days old openwrt trunk (and batman-adv 2014-4) the
>> problem doesnt appear
>
> The batman-adv uci config has not changed one bit. You can check
> the package diff:
> https://github.com/openwrt-routing/packages/commit/4dc2c500ffde0e248dbc83e5bd904ec0c9af0c42
>
> Can you try the '10 days older openwrt trunk' with batman-adv
> 2015.0 ? That way you can rule out batman-adv.
>
> Cheers, Marek
>
--
---
Freifunk Leipzig http://leipzig.freifunk.net
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-06-13 17:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-13 15:40 [B.A.T.M.A.N.] openwrt config changes when upgrading from 2014-4 to 2015-0 ? Ufo
2015-06-13 16:21 ` Marek Lindner
2015-06-13 17:41 ` Ufo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox