Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

5
  • Will there be any difference seen by Wireshark between shared and bridged networking?
    – tony_sid
    Commented Mar 6, 2011 at 2:46
  • @OSX Jedi: Try it and ... see? Commented Mar 6, 2011 at 17:52
  • Shared will see all host interfaces' traffic on the virtual eth0; bridged only sees activity from the bridged interface, and host-only will only see traffic over the virtual tunnel gateway (vnic0 on the host side here, with Parallels)
    – geekosaur
    Commented Mar 7, 2011 at 2:12
  • For spying on the network is shared better than bridged mode?
    – tony_sid
    Commented Mar 7, 2011 at 4:38
  • 1
    Depends on where you want to spy. If I have multiple interfaces and want to see traffic only on one of them inside the VM, I would have to use bridged instead of shared.
    – geekosaur
    Commented Mar 7, 2011 at 7:51