Issues
Insufficient permissions
If you encounter this issue, it probably means you lack the required permissons to ping on your system. As a workaround, you can run these terminal commands to get Echo working:
echo 'net.ipv4.ping_group_range = 0 2147483647' | sudo tee -a /etc/sysctl.conf
sudo sysctl -p