ping6 -I eth0 ::1 is not working in the busybox-1.13.4
Gayathri Manoj
gayathri.annur at gmail.com
Fri May 22 10:11:29 UTC 2009
Hi all,
I have executed ping6 -I eth0 ::1 (ping6 in busybox-1.13.4). But not giving
the response. The same command working fine, if we are using ping6 in the
busybox-1.4.2 version.
Error Message.
-bash-3.2# ping6 -I eth0 ::1
PING ::1 (::1): 56 data bytes
ping6: sendto: Network is unreachable
-bash-3.2#
I am able to ping if the interface name is lo.
-bash-3.2# ping6 -I eth0 ::1
PING ::1 (::1): 56 data bytes
ping6: sendto: Network is unreachable
-bash-3.2# ping6 -I lo ::1
PING ::1 (::1): 56 data bytes
64 bytes from ::1: seq=0 ttl=64 time=0.396 ms
The following command is also working fine. ie by using ipv4 address in
place of the interface name.
-bash-3.2# ping6 -I 43.88.101.207 ::1
PING ::1 (::1): 56 data bytes
64 bytes from ::1: seq=0 ttl=64 time=0.334 ms
Please let me know is this one is a bug or a built in behavior?.
Thanks and Regards,
Gayathri Manoj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/busybox/attachments/20090522/f4f224a8/attachment.htm>
More information about the busybox
mailing list