Hi,
Axel Neumann wrote:
Hi,
On Dienstag 20 November 2007, rene wrote:
Hi,
starting batmand, the daemon sometimes doesn't seem to recognize the
network the right way.
root@25:~# killall batmand
root@25:~# batmand eth1:1 vlan0:1
Using interface eth1:1 with address 192.168.42.25 and broadcast address
192.168.43.255
Using interface vlan0:1 with address 192.168.42.25 and broadcast address
192.168.43.255
-------------------------------------------
on the other node:
root@25:~# killall batmand
root@25:~# batmand eth1:1 vlan0:1
Using interface eth1:1 with address 192.168.42.25 and broadcast address
192.168.43.255
Using interface vlan0:1 with address 192.168.42.25 and broadcast address
192.168.43.255
root@25:~#
What is definitively not correct is that your capture indicates 4 times the
same IP address (192.168.42.25) on 4 different interfaces.
This is two times the
same node, first time it recognizes the broadcast
the right way, second time not.
There MUST be a different IP address for each BATMAN
interface in the network
(also if a single BATMAN node has more than one interface).
Is this implemented
like this (where?)? Can't work BATMAN with the
interfaces (or can't we change it to work this way), it would make the
whole configuration much easier to assign to every node only one single
IP address (or two, one for olsr and ne for BATMAN)? We are doing this
with olsr and this really makes the network-structure much cleaner -
every node has one IP.
Is the described problem with the misconfigured broadcast related to the
'same IP on different interfaces' issue?
regards,
Rene