On Sunday 04 April 2010 23:41:52 Clemens John wrote:
root@OpenWrt:~# route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.178.0 * 255.255.255.0 U 0 0 0 eth0 10.18.0.0 * 255.255.0.0 U 0 0 0 br-mesh 10.18.0.0 * 255.255.0.0 U 0 0 0 tap0 default 192.168.178.1 0.0.0.0 UG 0 0 0 eth0
Which interfaces did you add to batman-adv ? I guess ath1 & tap0 ? Can you please post "batctl if" just to be sure ?!
If you added tap0 you should not "use" this interface directly anymore (don't assign IP address, etc). batman-adv behaves like an ordinary bridge - all bridged interfaces are to be ignored. Only the bridge interface itself (bat0 in our case) can be used.
Regards, Marek