schweikert / fping

High performance ping tool

Home Page:https://fping.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

errors on fping version 5.1

punithadevi14 opened this issue · comments

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

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...

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

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?

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