On Friday, May 11, 2012 06:16:49 Pedro Nuno Costa Rodrigues wrote:
The batman-adv-devel version didn't work...:
In the:https://dev.openwrt.org/wiki/GetSource
downloaded: svn co svn://svn.openwrt.org/openwrt/trunk/
with this feed in feeds.conf.default: src-svn batman http://downloads.open-mesh.org/svn/openwrt-feed/
That is the package for developers. You only want to use it if you really know what you are doing.
The only thing that didn't start with the boot of the routers was the: -option 'gw_bandwidth' '5mbit/1024kbit' -option 'gw_mode' 'server' -option 'vis_mode' 'server'
I just tried to replicate the problem but I can't (using the latest trunk package). Here my simple batman-adv configuration file:
cat /etc/config/batman-adv
config 'mesh' 'bat0' option 'interfaces' 'eth1' option 'vis_mode' 'server' option 'gw_mode' 'server' option 'gw_bandwidth' '5mbit/1024kbit'
The corresponding logread output after starting batman-adv:
root@OpenWrt:/# batman-adv start batman_adv: bat0: Adding interface: eth1 batman_adv: bat0: Interface activated: eth1 batman_adv: bat0: Changing gateway bandwidth from: '41' to: '49' (propagating: 4MBit/1024KBit) batman_adv: bat0: Changing gw mode from: off to: server batman_adv: bat0: Changing vis mode from: client to: server
Regards, Marek