On Tuesday 15 December 2009 17:35:28 wu xiaofei wrote:
Does batman-adv support gateway ? Should all nodes' interfaces(batman-adv interface , non batman-adv interface) be in the same network(e.g. 192.168.1.0/24) or use "HNA" to announce different networks? (some nodes have multi interfaces)
Olsrd can use "HNA" to announce 'non-olsrd interface' in different network from 'olsrd interface' , so other nodes know how to get to that network.
How to config the IP address of a node with two interfaces running batman-adv at the same time?
Hey,
are sure you want to know about batman-adv ? Advanced operates on layer 2 (mac address layer) and does not care about IP addresses. If you want to let non- batman nodes join the network you simply bridge the interfaces. No (manual) HNA settings are needed.
If you are interested in the batman daemon (layer 3 - ip layer) I suggest you read through our documentation: http://www.open-mesh.net/wiki/UserDocs
Regards, Marek