Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

advanced ping returns false on RaspberryPi Node-red #2

Open
tanayn13 opened this issue Jun 30, 2016 · 1 comment
Open

advanced ping returns false on RaspberryPi Node-red #2

tanayn13 opened this issue Jun 30, 2016 · 1 comment

Comments

@tanayn13
Copy link

The node-red node adv ping on my raspberry pi returns only 'false' response for every host whereas the network is properly configured and some other nodes access internet service properly on the same node red flows.
Tried reboot, reinstalling node, tried difference host names, ip addresses, still same response.

Any suggestions for the issue?

@jonferreira
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants