The Security Onion operating system itself sees both NIC's that I added, and I can ping out/in of the VM so everything is OK with the network connectivity itself.
Just Wireshark doesn't see any NICs and I'm not sure why. I have wireshark running on another VM that is running Windows in the same Hyper-V environment (also a Gen 2 machine) and I have no problems running Wireshark there.
Thanks
By installing Wireshark packages non-root users won't gain rights automatically to capture packets. To allow non-root users to capture packets follow the procedure described in /usr/share/doc/wireshark-common/README.Debian"
Thanks,
Wes
--
Follow Security Onion on Twitter!
https://twitter.com/securityonion
---
You received this message because you are subscribed to the Google Groups "security-onion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to security-onion+unsubscribe@googlegroups.com.
To post to this group, send email to security-onion@googlegroups.com.
Visit this group at https://groups.google.com/group/security-onion.
For more options, visit https://groups.google.com/d/optout.
sudo dpkg-reconfigure wireshark-common
sudo usermod -a -G wireshark <my username>