ioBroker / ioBroker.ping

Pings configured IPs for ioBroker
MIT License
21 stars 18 forks source link

PING läuft nicht unter Proxmox und LXC Container #57

Closed smarteshome2020 closed 2 years ago

smarteshome2020 commented 2 years ago

Describe the bug
PING Adapter ist auf "grün" aber alle Geräte werden mit "false" in den DP angezeigt. Wenn ich auf den LXC Container des iobroker per Konsole gehe kann ich alles pingen. Leider erscheint auch kein Fehler im iobroker log und somit benötige ich bite deine Hilfe.

grafik

grafik

grafik

Versions:

thost96 commented 2 years ago

@smarteshome2020 this is a limitation of the LXC as the necessary rights are missing. If you execute sudo setcap cap_net_raw+p /bin/ping inside the LXC, iobroker.ping will work fine. This is also reboot-consistent.

smarteshome2020 commented 2 years ago

@thost96 Thanks, Problem solved 👍