Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 704 Bytes

README.md

File metadata and controls

36 lines (30 loc) · 704 Bytes

docker-NtopMikrotik

Docker image with NTOPNG and instructions for Mikrotik traffic-flow setup.

Docker:

docker build . --tag=ntop

docker run \
  --name ntop \
  -d \
  -p 1234:1234 \
  -p 2055:2055/udp \
  -p 3000:3000 ntop -m [localnetwork(s)]

Docker Hub:

docker run \
  --name ntop \
  -d \
  -p 1234:1234 \
  -p 2055:2055/udp \
  -p 3000:3000 johanels/ntopmikrotik -m [localnetwork(s)]

RouterOS:

/ip traffic-flow set active-flow-timeout=1m enabled=yes
/ip traffic-flow target add dst-address=[ntop-ip] port=2055 v9-template-timeout=1m

References: