Note
Très utile pour mettre une VM snort en bridge sur un linux ; il suffit de mettre les deux vmnet du bridge en promiscuous sur la machine hébergeant la VM
-
# VMware software does not allow the virtual Ethernet adapter to go into promiscuous mode unless the user running the VMware software has permission to make that setting. This follows the standard Linux practice that only root can put a network interface into promiscuous mode.
-
chgrp vmware/dev/vmnet0
-
chmod g+rw /dev/vmnet0
-
# N.B: Change vmnet0 with the bridged device