root@openhab-ansible:/var/log/openhab# ping 192.168.0.151
PING 192.168.0.151 (192.168.0.151) 56(84) bytes of data.
64 bytes from 192.168.0.151: icmp_seq=1 ttl=128 time=0.218 ms
64 bytes from 192.168.0.151: icmp_seq=2 ttl=128 time=0.311 ms
64 bytes from 192.168.0.151: icmp_seq=3 ttl=128 time=0.458 ms
64 bytes from 192.168.0.151: icmp_seq=4 ttl=128 time=0.384 ms
64 bytes from 192.168.0.151: icmp_seq=5 ttl=128 time=0.299 ms
64 bytes from 192.168.0.151: icmp_seq=6 ttl=128 time=0.460 ms
64 bytes from 192.168.0.151: icmp_seq=7 ttl=128 time=0.398 ms
64 bytes from 192.168.0.151: icmp_seq=8 ttl=128 time=0.250 ms
I changed the log level to trace:
log:set TRACE org.openhab.binding.network
But in the log I only see the following:
2021-04-08 09:53:45.063 [TRACE] [g.network.internal.PresenceDetection] - Perform java ping presence detection for 192.168.0.151
Interesting - I am also using OH3 in an LXC container on Proxmox, on an Ubuntu 20.04 base, same as you.
How did you install openHAB? I followed the apt based install guide. I didn’t have to mess around with any permissions at all - ping worked immediately.
It may be worth stopping and starting the container again, to make sure all openHAB configurations are properly registered.