From: Luo Y. <EY...@nt...> - 2004-07-20 06:13:29
|
Vikas: Thank you for your quick reply. When I tried to move all machines together, i.e. every node can see the other two nodes directly, The PING test between any two nodes was successful, so it is with SSH. But both failed when it requires a multi-hop.=20 * There's another thing I don't know whether it's helpful. When I compile the AODV-UIUC source code, I got one warning message: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D aodv.cc: In member function `void aodv::resendRREQ(void*)': aodv.cc:1033: warning: taking address of temporary =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D * I also checked the iptables with "iptables -L", the output is: [root@localhost /]# iptables -L Chain INPUT (policy ACCEPT) target prot opt source destination =20 Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination The table is empty. Should I add some entry to the Chain FORWARD? Thanks Luo Yang From: Vikas Kawadia [mailto:ka...@co...]=20 To: Luo Yang Cc: asl...@li... Subject: Re: [ASL] AODV-UIUC help There are too many things in a "system configuration: to just "kindly=20 tell".=20 As a first guess, I would suspect you have turned on a firewall (iptables)=20 which is eating up all the ping packets. Can you ssh. -vikas On Tue, 20 Jul 2004, Luo Yang wrote: ->Dear all: -> During last few weeks I was trying to setup AODV-UIUC on 2 notebooks=20 ->and 1 desktop. So far: ->* The ASL-a-0.5, AODV-UIUC-0.5 are successfully compiled/installed ->* each node able to find neighbours using HELLO and KRT updated ->* When I tried to PING a unknown node(10.1.1.3) from node ->10.1.1.4, the AODV program worked well, adding route to the node in=20 ->the KRT.I type the KRT of 10.1.1.4 below: ->DEST Gateway Genmask Flags ->Metric Ref Use Iface ->10.1.1.3 10.1.1.2 255.255.255.255 UGH ->0 0 0 eth1 ->10.1.1.2 10.1.1.4 255.255.255.255 UGH ->0 0 0 eth1 ->127.0.0.0 * 255.0.0.0 ->U 0 0 0 lo ->default * 0.0.0.0 ->U 0 0 0 tun -> -> The network topology is shown below: -> 10.1.1.4 <----------->10.1.1.2 <----------------> ->10.1.1.3 -> -> Well, my problem is although the AODV works fine, but my data is not=20 ->transmitted as it should be. When I PING 10.1.1.3 from 10.1.1.4. I can ->saw the KRT updated but there wasn't any reply received at 10.1.1.4. I ->doubt it's due to the system configuration since routing table is=20 ->correct. -> -> I'm using RedHat 8.0 (kernel 2.4.18-14). Can u kindly tell me what=20 ->system configuration I should use to overcome the problem? -> -> Thank you for your kind help -> --=20 |