rajr/rpi-ntopng

By rajr

Updated about 8 years ago

ntopng on a Raspberry-Pi. This displays flow details coming from NetFlow probes.

Image
3

414

ntopng on a RPI. This displays flow details coming from NetFlow probes (say running on OpenWRT router or others).

ON OpenWRT-Router - enable NetFlow probes on all interfaces and point to RPI running ntopNG

  • root@OpenWrt:~# softflowd -D -v 5 -i br-lan -n rpi.local:5556 -T full
  • root@OpenWrt:~# softflowd -D -v 5 -i eth1 -n rpi.local:5556 -T full
  • root@OpenWrt:~# softflowd -D -v 5 -i eth0 -n rpi.local:5556 -T full

AND

On RPI TO RUN ntopNG in docker container

  • docker run --name ntopng -itd --restart=always -p 3000:3000 -p 5556:5556/udp -p 5556:5556/tcp rpi-ntopng

https://github.com/rajr0/rpi-ntopNG

Docker Pull Command

docker pull rajr/rpi-ntopng