I can't understund why the batmand doesn't add the default route for go on internet.
My configuration is:
The fonera (192.168.9.1) has internet throught the eth0 interface with class ip 192.168.1.X/24
On  fonera i start batman with this command:
batmand -s 192.168.9.1 -g 9 ath0

And on the client computer (192.168.9.4) i start batmand with this computer:
batmand -s 192.168.9.1 -r 3  -p 192.168.9.1 eth1


The problem is that when i start batman on the client pc it doesn't add the default route to 192.168.9.1 infact if i add it manually with:
route add default gw 192.168.9.1
everything goes ok and i can surf on internet but without the manual add of the route i can't surf..
Can someone help me?
Eidos