iputils

Small useful utilities for Linux networking like ping and traceroute

brewmacoslinux
Try with needOr install directly
Source

About

Set of small useful utilities for Linux networking

Commands

pingping6traceroutetraceroute6arpingclockdiffrdisc

Examples

Test connectivity to a host by sending ICMP echo requests$ ping -c 4 example.com
Trace the network path to a destination showing all hops$ traceroute example.com
Send ARP requests to identify hosts on the local network$ arping -c 3 192.168.1.1