Skip to content

Traffic not being recorded in docker #19293

@irajic

Description

@irajic

Hi,

I was installing Maltrail, just for demonstration purposes, in docker on VirtualBox with clean Debian 12.7 following commands given at https://github.com/stamparm/maltrail/tree/master/docker, but there was no /var/log/maltrail/$(date +"%Y-%m-%d").log file and it didn't seem to capture any traffic. I tried with commands nslookup morphed.ru and ping -c 1 136.161.101.53.

I updated the Dockerfile because it seems to me that there is some trouble with properly executing command pip3 install pcapy-ng (but there was no warning or error of any kind while building the container).

Adding
apt-get install net-tools iproute2 curl
and
pip3 install --upgrade pip setuptools wheel
to the Dockerfile seems to get rid of the issue and now I see logs and traffic in UI.

If you have the time, can you maybe checkout what exactly happened?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions