I created a debian testing container with the instructions from the site
https://support.endlessos.org/en/dev/toolbox-debian
I tried to scan my network using “sudo netdiscover -i eth0”, i got “Operation not permitted”
I know toolbox has some limitations, if i create and run the container in privileged mode, i can scan the network, But as non-privileged mode, i can see the network adapters, but no permissions,
Is there a way to achieve this?
I know distrobox is also an option, but is there a way to achieve this via toolbox.
Trying to create a podman-toolbox based Debian container and trying to access network adapter without privilege mode
My guess is, that there is a lack of CAP_NET_RAW.
There is a github issue.
Probably it is not possible with toolbox in un-priviliged mode.