diff --git a/io/ping/README.md b/io/ping/README.md index e10b690c..eb2d9fad 100644 --- a/io/ping/README.md +++ b/io/ping/README.md @@ -10,6 +10,14 @@ Run the following command in the root directory of your Node-RED install npm install node-red-node-ping +**Gotcha** + +On some versions on Raspbian (Raspberry Pi) `ping` seems to be a root only command. +The fix is to allow it as follows + + sudo setcap cap_net_raw=ep /bin/ping + sudo setcap cap_net_raw=ep /bin/ping6 + Usage -----