-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Listen Multiple Interfaces #57
Comments
That should be possible. But there are some obstacles within |
We using pf-ring with suricata, that should be great! |
Hello, this might be indeed a pretty interesting enhancement. I use nDPId currently on a IPFire firewall platform and there are at least four different interfaces, three local and one WAN interface. The whole traffic can be grabbed via the WAN (or red0) interface whereby the src or dst is always the red0 interface but the local IPs are hidden so it would be better to collect the local interfaces. By the way thanks for your work on this awesome piece of software :-) . Best, Erik |
Supporting capture on multiple network interfaces per nDPId instance will take some time, as the core needs some changes to make this work. But all I can say, it's possible to do. |
Great news, thank you for looking into this. Best, Erik |
Hi !
We send mirrored traffic to several network interfaces, but it seems that ndpid can only listen to one interface.
However, using tc or TEE in iptables does not transmit packets that have already been duplicated.
The simplest solution is for ndpid to be able to listen to several interfaces at the same time, like suricata.
Is it possible to consider
netif = eth0,eth1,eth2 ?
This would avoid the need to run several daemons per interface, thus increasing the internal efficiency of the process.
The text was updated successfully, but these errors were encountered: