schweikert / fping

High performance ping tool
https://fping.org
Other
1.01k stars 250 forks source link

errors on fping version 5.1 #309

Closed punithadevi14 closed 4 months ago

punithadevi14 commented 5 months ago

root@CHQS-vIHJAeHE53:~$ sudo fping google.com setting SO_TIMESTAMPNS option: Protocol not available setting SO_TIMESTAMPNS option (IPv6): Protocol not available google.com is unreachable root@CHQS-vIHJAeHE53:~$ fping --version fping: Version 5.1

I am seeing this error when I am trying to ping the google.com. How can make the fping to work on my ubuntu

gsnw commented 5 months ago

Please check if fping -4 google.com works. I assume you do not have an IPv6 address on your system? You can disable ipv6 over NetworkManager /etc/NetworkManager/system-connections/ when you set method=ignore under [ipv6] category. This may help...

punithadevi14 commented 5 months ago

root@CHQS-vIHJAeHE53:~$ fping -4 google.com setting SO_TIMESTAMPNS option: Protocol not available setting SO_TIMESTAMPNS option (IPv6): Protocol not available google.com is unreachable

root@CHQS-vIHJAeHE53:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.3 LTS Release: 22.04 Codename: jammy

google is still unreachable

gsnw commented 5 months ago

Does a normal ping on google.com work? ping google.com

I have check fping on my system Ubuntu 22.04.4 LTS and it works. Is your system a container or virtualmaschine?

gsnw commented 4 months ago

@schweikert Can be closed. Creator of the issue no longer responds.