|
From: Reema M. - M. <ree...@ya...> - 2009-07-30 09:20:38
|
Hi, I am testing AODV-UU implemnetation three node setup before and aftre applying the IP rules @ Node 1:192.168.12.1 Destination Next hop HC St. Seqno Expire Flags Iface Precursors 192.168.12.2 192.168.12.2 1 INV 2 4342 wlan0 192.168.12.3 192.168.12.3 1 INV 2 1243 wlan0 @ Node 2:192.168.12.2 Destination Next hop HC St. Seqno Expire Flags Iface Precursors 192.168.12.3 192.168.12.3 1 INV 2 321 wlan0 192.168.12.1 192.168.12.1 1 INV 2 245 wlan0 @ Node 3:192.168.12.3 Destination Next hop HC St. Seqno Expire Flags Iface Precursors 192.168.12.1 192.168.12.1 1 INV 2 2133 wlan0 192.168.12.2 192.168.12.2 1 INV 2 321 wlan0 ------------------------------------- Applied IP rules at Node 1 iptables -I INPUT -m --mac-source MAC_ID_NODE_3 -j DROP & Node 3 iptables -I INPUT -m --mac-source MAC_ID_NODE_1 -j DROP cat /proc/sys/net/ipv4/ip_forward is 1 in all nodes ------------------------------------- after that the rtlog is as below: @ Node 1 Destination Next hop HC St. Seqno Expire Flags Iface Precursors 192.168.12.2 192.168.12.2 1 INV 2 1341 wlan0 @ Node 2 Destination Next hop HC St. Seqno Expire Flags Iface Precursors 192.168.12.3 192.168.12.3 1 INV 2 2134 wlan0 192.168.12.1 192.168.12.1 1 INV 2 244 wlan0 @ Node 3 Destination Next hop HC St. Seqno Expire Flags Iface Precursors 192.168.12.2 192.168.12.2 1 INV 2 423 wlan0 Any hint Pls help Regards, Reema --- On Wed, 8/7/09, Reema Mathew - Michael <ree...@ya...> wrote: From: Reema Mathew - Michael <ree...@ya...> Subject: [Aodvimpl] AODV Testing in close proximity To: aod...@li... Date: Wednesday, 8 July, 2009, 3:34 PM Hi all, I have a 3 node setup to test AODV The AODV implementation i use is AODV-UU-0.9.5 implementation i have sucessfully installed AODV The linux kernel version i use is 2.6.27(Fedora Core 10) I want to test multihop routing in close proximity Can anyone tell me where can i find mackill-0.2 or similar tool which will allow me do conduct the test with a room. Pls help Thanks in advance Reema Mathew -----Inline Attachment Follows----- ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge -----Inline Attachment Follows----- _______________________________________________ Aodvimpl-public mailing list Aod...@li... https://lists.sourceforge.net/lists/listinfo/aodvimpl-public |