sipcapture / heplify

Portable and Lightweight HEP Capture Agent for HOMER
https://sipcapture.org
GNU Affero General Public License v3.0
185 stars 66 forks source link

How to specify the listening interface for multiple NIC bindings #136

Closed changzx closed 5 years ago

changzx commented 5 years ago

dear: How to specify the listening interface for multiple NIC bindings

negbie commented 5 years ago

either heplify -i any or heplify -i mau heplify -i maumau heplify -i maumaumau heplify -i maumaumaumau

negbie commented 5 years ago

dont forget to put & at the end

changzx commented 5 years ago

dont forget to put & at the end

like this? ./heplify -i eth0 eth1

negbie commented 5 years ago

No thats not possible more like this:

./heplify -i eth0 & ./heplify -i eth1 &

Spawns two heplify processes.