Skip to content

Docker image with NTOPNG and instructions for Mikrotik

Notifications You must be signed in to change notification settings

johanels/docker-NtopMikrotik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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:

About

Docker image with NTOPNG and instructions for Mikrotik

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published