Promiscuous mode on Raspberry Pi 3 B+ not seeing packets
https://github.com/raspberrypi/linux/issues/2566
Steps to reproduce.
- Install 2018-04-18-raspbian-stretch-lite on a Raspberry Pi 3 B+
- Attach the Pi to a Switch monitor/mirror port, or a hub
- Add the following to /etc/dhcpcd.conf
static
interface eth0
static ip_address=0.0.0.0
- Add the following to /etc/sysctl.conf
net.ipv6.conf.all.disable_ipv6 = 1
- Reboot, or run
sudo systemctl restart dhcpcd; sudo sysctl -p
- Run "ifconfig eth0 promisc"
- Run "tcpdump -i eth0"
No hay comentarios:
Publicar un comentario