Closed jborch closed 6 years ago
The command is run in a docker container, maybe that's the issue.
That's one possibility. A "Docker networking considered harmful" page says
There are a few ways to mitigate such an attack. One might run the container without
NET_RAW
capability so that programmes inside cannot createPF_PACKET
sockets that are needed to perform an ARP spoofing attack. As quite a few useful network diagnosis utilities such asping
,traceroute
ortcpdump
require theNET_RAW
capability to work, this approach has some drawbacks.
so if the container is running without NET_RAW
capability, you won't be able to run a packet sniffer such as tcpdump in it.
Thanks!
That's probably whats happening.
How come I get the following error, when running the command as sudo
I can't find anyone reporting the same issue.
The command is run in a docker container, maybe that's the issue.