After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 578841 - Ping and traceroute fails on certain address
Ping and traceroute fails on certain address
Status: RESOLVED DUPLICATE of bug 650611
Product: gnome-nettool
Classification: Applications
Component: Tools
2.26.x
Other Linux
: Normal normal
: ---
Assigned To: Germán Poo-Caamaño
Rodrigo Moya
Depends on:
Blocks:
 
 
Reported: 2009-04-13 15:08 UTC by Pedro Villavicencio
Modified: 2011-07-13 08:11 UTC
See Also:
GNOME target: ---
GNOME version: 2.25/2.26



Description Pedro Villavicencio 2009-04-13 15:08:54 UTC
this report has been filed here:

https://bugs.edge.launchpad.net/ubuntu/+source/gnome-nettool/+bug/359315

"If i ping my standard reference basun.sunet.se it fails. Another address www.expressen.se works fine.
Using ping from command line works without a problem.

hjelm@aspire-one:~$ ping basun.sunet.se
PING basun.umdc.umu.se (130.239.8.41) 56(84) bytes of data.
64 bytes from basun.umdc.umu.se (130.239.8.41): icmp_seq=1 ttl=245 time=35.6 ms
64 bytes from basun.umdc.umu.se (130.239.8.41): icmp_seq=2 ttl=245 time=35.6 ms
64 bytes from basun.umdc.umu.se (130.239.8.41): icmp_seq=3 ttl=245 time=34.8 ms

Traceroute is the same.
All other tabs works fine."
Comment 1 Mikael Hjelm 2009-11-01 15:28:14 UTC
After some debugging i think i have narrowed it down to adresses that have a ipv6 adresses.

This was in the console after i started it from a command line.

command: /bin/ping6 ping6 -c 5 -n basun.sunet.se 

My computer apparently have a ipv6 address but it is not used.


Not sure where the error is here but an error message would be nice. I will try to disable any ipv6 address and see what happens.
Comment 2 Mikael Hjelm 2009-11-05 16:25:55 UTC
Looking at the sourcecode it does not take into account if the device is IPV6 enabled or not.

Not sure how it should be done but a check prior to selecting which kind of ping is used.
Comment 3 Germán Poo-Caamaño 2011-07-13 08:11:46 UTC
This should be fixed with the patch applied in #650611, which gives
priority to IPv4 over IPv6.

*** This bug has been marked as a duplicate of bug 650611 ***