From: Luo Y. <EY...@nt...> - 2004-07-20 05:24:08
|
Dear all: During last few weeks I was trying to setup AODV-UIUC on 2 notebooks 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 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 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 correct. I'm using RedHat 8.0 (kernel 2.4.18-14). Can u kindly tell me what system configuration I should use to overcome the problem? Thank you for your kind help |