Hello, all.
I am trying to feed a network tap into a vSwitch so that I can use VM instances to run snort, ntop on the network traffic.
Internet ----- FW ----- Physical Switch -------VMWare ESXi pNIC ------VMWare vSwitch ------ VMWare vNIC ----VM instance (Linux box)
My set up:
1. Feed a mirror port tap from a physical switch into a physical NIC on a VMWare ESXi
2. Create a vSwitch with that mirror port tap on it & set the vSwitch to allow promiscuous mode
3. Create a VM instance (Linux server) with 2 vNICs (1 vNIC plugged into the vSwitch, 1 vNIC is for managing the Linux server)
4. Install Snort, NTOP, etc... on the Linux server and have them listen on the vNIC that is plugged into the vSwitch)
Why am I doing this? I don't want to set up physical server just to tap the traffic.
If you have better idea to accomplish the objective, please give me a shout.
Thanks.