Ben's notes

Linux, Unix, network, radio...

User Tools

Site Tools


pc_engines_apu2_sniffer_interface

This is an old revision of the document!


PC Engines APU2 - Sniffing interface

  • Configure enp2s0 as sniffing interface, edit /etc/network/interfaces.d/enp2s0.conf
    allow-hotplug enp2s0
    iface enp2s0 inet manual
      offload-tx  off
      offload-rx  off
      offload-sg  off
      offload-tso off
      pre-up sysctl -w net.ipv6.conf.enp2s0.autoconf=0
      pre-up sysctl -w net.ipv6.conf.enp2s0.accept_ra=0
      pre-up ifconfig $IFACE promisc -arp up
      post-down ifconfig $IFACE down
pc_engines_apu2_sniffer_interface.1549006809.txt.gz · Last modified: 2019/02/01 07:40 by admin