|
From: landsailor <lan...@16...> - 2007-06-05 03:29:16
|
Hello: I`m trying to implement aodv-uu on my computer running Fedora(in vmware), my linux kernel is 2.4.22. I followed the steps in the README file: 1. unpack the aodv-uu-0.9.4 2. make 3. make install My kernel has netfilter support, and I am using ethernet to do the test(two computers run Fedora in vmware on the ethernet ). Then I tried to run the program, I typed aodvd -i eth0 -l -r 3 and it runs, but I got such results: 21:08:38.033 aodv_socket_init: RAW send socket buffer size set to 131070 21:08:38.033 aodv_socket_init: Receive buffer size set to 131070 21:08:38.033 main: In wait on reboot for 15000 milliseconds. Disable with "-D". 21:08:38.033 hello_start: Starting to send HELLOs! 21:08:40.921 nl_kaodv_callback: Sending RERR for unsolicited message from 192.168.10.111 to dest 192.168.255.255 21:08:40.921 rerr_create: Assembling RERR about 192.168.255.255 seqno=0 21:08:40.921 aodv_socket_send: AODV msg to 255.255.255.255 ttl=1 size=12 21:08:40.921 nl_kaodv_callback: Wait on reboot timer reset. 21:08:41.669 nl_kaodv_callback: Sending RERR for unsolicited message from 192.168.10.111 to dest 192.168.255.255 21:08:41.669 rerr_create: Assembling RERR about 192.168.255.255 seqno=0 21:08:41.670 aodv_socket_send: AODV msg to 255.255.255.255 ttl=1 size=12 21:08:41.670 nl_kaodv_callback: Wait on reboot timer reset. 21:08:42.419 nl_kaodv_callback: Sending RERR for unsolicited message from 192.168.10.111 to dest 192.168.255.255 21:08:42.419 rerr_create: Assembling RERR about 192.168.255.255 seqno=0 21:08:42.420 aodv_socket_send: AODV msg to 255.255.255.255 ttl=1 size=12 21:08:42.420 nl_kaodv_callback: Wait on reboot timer reset. 21:08:57.421 wait_on_reboot_timeout: Wait on reboot over!! 21:10:43.063 nl_kaodv_callback: Sending RERR for unsolicited message from 192.168.10.111 to dest 192.168.255.255 21:10:43.063 rerr_create: Assembling RERR about 192.168.255.255 seqno=0 21:10:43.063 aodv_socket_send: AODV msg to 255.255.255.255 ttl=1 size=12 21:10:43.812 nl_kaodv_callback: Sending RERR for unsolicited message from 192.168.10.111 to dest 192.168.255.255 21:10:43.812 rerr_create: Assembling RERR about 192.168.255.255 seqno=0 21:10:43.812 aodv_socket_send: AODV msg to 255.255.255.255 ttl=1 size=12 21:10:44.562 nl_kaodv_callback: Sending RERR for unsolicited message from 192.168.10.111 to dest 192.168.255.255 21:10:44.562 rerr_create: Assembling RERR about 192.168.255.255 seqno=0 21:10:44.562 aodv_socket_send: AODV msg to 255.255.255.255 ttl=1 size=12 21:12:45.065 nl_kaodv_callback: Sending RERR for unsolicited message from 192.168.10.111 to dest 192.168.255.255 21:12:45.065 rerr_create: Assembling RERR about 192.168.255.255 seqno=0 21:12:45.065 aodv_socket_send: AODV msg to 255.255.255.255 ttl=1 size=12 21:12:45.808 nl_kaodv_callback: Sending RERR for unsolicited message from 192.168.10.111 to dest 192.168.255.255 21:12:45.808 rerr_create: Assembling RERR about 192.168.255.255 seqno=0 21:12:45.808 aodv_socket_send: AODV msg to 255.255.255.255 ttl=1 size=12 It seems that the program didn`t run correctlly, could anyone help me about this problem? Many thanks! By the way, my Kernel IP routing table is as follows:(by using command 'route') Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.10.0 * 255.255.255.0 U 0 0 0 eth0 169.254.0.0 * 255.255.0.0 U 0 0 0 eth0 127.0.0.0 * 255.0.0.0 U 0 0 0 lo default 192.168.10.1 0.0.0.0 UG 0 0 0 eth0 |