You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to run this as a rootless podman instance, and it almost works, but no entries show up in the logs or UI. I confirmed the podman instance is able to reach other ips w/ wget as it has a host network.
When running arp-scan -glNx -I eth0 manually in the podman instance, I get the following error:
pcap_activate: eth0: You don't have permission to perform this capture on that device(socket: Operation not permitted)
Tried to add these capabilities with CAP_NET_RAWCAP_SETPCAP but neither of these seemed to make any difference
The text was updated successfully, but these errors were encountered:
I've been trying to run this as a rootless podman instance, and it almost works, but no entries show up in the logs or UI. I confirmed the podman instance is able to reach other ips w/ wget as it has a host network.
When running
arp-scan -glNx -I eth0
manually in the podman instance, I get the following error:Tried to add these capabilities with
CAP_NET_RAW
CAP_SETPCAP
but neither of these seemed to make any differenceThe text was updated successfully, but these errors were encountered: