For each of the nodes, i use this command: /usr/sbin/babeld -h 1 -d 2 -D eth0
in node A, i use iptables/ip6tables to drop the packet from node C: iptables -A INPUT -i eth0 -m mac --mac-source MAC-of-C -j DROP ip6tables -A INPUT -i eth0 -m mac --mac-source MAC-of-C -j DROP in node C, i use iptables/ip6tables to drop the packet from node A: iptables -A INPUT -i eth0 -m mac --mac-source MAC-of-A -j DROP ip6tables -A INPUT -i eth0 -m mac --mac-source MAC-of-A -j DROP Then, i try to ping to see if node A connect to node C, but failed with "ping sendTo: Network is unreachable". My objective is to make the node A only see node B, node B see both A and C, and node C only see node B. On 7/19/11, Juliusz Chroboczek <[email protected]> wrote: > >> I have some question here. I try to create MANET network using babel >> protocol. This is my full scenario detail: >> >> A------>B------>C > >> But, when i ping in node A to node C, the output say: ping sendTo: >> Network is unreachable. I assume this have something to do with route, >> but i don't know how to make this work. > > Please describe your setup in more detail. > > -- Juliusz > _______________________________________________ Babel-users mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

