-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Question
Is it some can setup maltrail sensor in docker and configure detection for all traffic ?
Support
I do mirror all my internet traffic to maltrail sensor, but for some reason it is not detect if client is not same as docker host.
When I do capture on interface I see that traffic capturing inside docker
tcpdump -i enP1p49s0 -n | grep 136.161.101.53 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on enP1p49s0, link-type EN10MB (Ethernet), capture size 262144 bytes 16:54:53.162609 PPPoE [ses 0xf5d7] IP 100.65.87.152 > 136.161.101.53: ICMP echo request, id 1, seq 295, length 40 16:54:53.327258 PPPoE [ses 0xf5d7] IP 136.161.101.53 > 100.65.87.152: ICMP echo reply, id 1, seq 295, length 40
I doble check and disabled mirrored interface and try from docker host again to prove that detection works for SPAN port. Only when SPAN port enabled maltrail detect test "ping -n 1 136.161.101.53". Please advise what could be reason?