If you get this error trying to ping addresses:
ping: icmp open socket: Operation not permitted
Per this post, chmod ping like this and then it will work as expected.
sudo chmod u+s /bin/ping
Articles, notes and random thoughts on Software Development and Technology
If you get this error trying to ping addresses:
ping: icmp open socket: Operation not permitted
Per this post, chmod ping like this and then it will work as expected.
sudo chmod u+s /bin/ping