1. Install ping yum install iputils
2. Set the permission correctly
chmod 4755 /bin/ping
3. If you are getting error - /usr/bin/ping: Operation not permitted
Do the following
sudo setcap "cap_net_raw+ep" /usr/bin/ping
2. Set the permission correctly
chmod 4755 /bin/ping
3. If you are getting error - /usr/bin/ping: Operation not permitted
Do the following
sudo setcap "cap_net_raw+ep" /usr/bin/ping
No comments:
Post a Comment