|
From: Reema M. - M. <ree...@ya...> - 2009-07-10 10:27:44
|
Hi,
I have a 3 node setup to test AODV
A <---> B <---> C
192.168.12.1 <---> 192.168.12.2 <---> 192.168.12.3
using iptables mac filtering A is not able to reach C
The AODV implementation i use is AODV-UU-0.9.5 implementation
The linux kernel version i use is 2.6.27(Fedora Core 10)
After running aodvd -l -r 30 -i wlan0
ping C from A is not happening
the /sbin/route -n output at each node is as follows
Node A
Destn gateway
GenMask Flags Metric use IFace
192.168.12.2 0.0.0.0 255.255.255.255 UH 1 0 wlan0
192.168.12.0 0.0.0.0 255.255.255.0 U 0
0 wlan0
Node B
192.168.12.1 0.0.0.0 255.255.255.255 UH 1 0 wlan0
192.168.12.3 0.0.0.0 255.255.255.255 UH 1 0 wlan0
192.168.12.0 0.0.0.0 255.255.255.0 U 0 0 wlan0
Node C
192.168.12.2 0.0.0.0 255.255.255.255 UH
1 0 wlan0
192.168.12.0 0.0.0.0 255.255.255.0 U 0 0 wlan0
Any help is appreciated
Thanks in Advance
Regards,
Reema
|