WilliamLam.com

  • About
    • About
    • Privacy
  • VMware Cloud Foundation
  • VKS
  • Homelab
    • Hardware Options
    • Hardware Reviews
    • Lab Deployment Scripts
    • Nested Virtualization
    • Homelab Podcasts
  • VMware Nostalgia
  • Apple
You are here: Home / Fusion / Quick Tip - Disable network traffic monitoring (promiscuous) UI prompt in VMware Fusion

Quick Tip - Disable network traffic monitoring (promiscuous) UI prompt in VMware Fusion

07.23.2024 by William Lam // Leave a Comment

While working on some demos planned for my VMware Explore session, Tech Deep Dive: Automating VMware ESXi Installation At Scale [CODEB1574LV], I kept getting this network monitoring prompt when powering up my Nested ESXi VM running in VMware Fusion.


Since Nested ESXi requires the use of promiscuous mode (for inner-VM networking), you will be prompted to approve of the request or networking will be disabled. For demo purposes, you probably do not want this prompting and I was wondering if this could be disabled. After a quick ping in our internal VMware Hosted Google Space, I learned that we can disable the UI prompt by adding a VMX option to the VM.

To disable the network monitoring prompt, add the following to your VM's VMX file:

ethernet0.promptForPromisc = "FALSE"

For inner-VM networking, you still need to add the following configuration file (per Engineering) by running the following command:

sudo touch "/Library/Preferences/VMware Fusion/promiscAuthorized"

More from my site

  • ESXi-Arm V2 Easter Egg
  • Native MAC Learning in vSphere 6.7 removes the need for Promiscuous mode for Nested ESXi
  • Enable TRIM/UNMAP from Nested vSAN OSA/ESA to physical vSAN OSA
  • vSAN ESA HCL hardware mock VIB for Nested ESXi
  • Easier method to simulate custom ESXi SMBIOS hardware strings

Categories // Fusion, Nested Virtualization Tags // fusion, Nested ESXi, promiscuous mode

Thanks for the comment!Cancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Search

Thank Author

Author

William is Distinguished Platform Engineering Architect in the VMware Cloud Foundation (VCF) Division at Broadcom. His primary focus is helping customers and partners build, run and operate a modern Private Cloud using the VMware Cloud Foundation (VCF) platform.

Connect

  • Bluesky
  • Email
  • GitHub
  • LinkedIn
  • Mastodon
  • Reddit
  • RSS
  • Twitter
  • Vimeo

Recent

  • VCF 9.0 Installer workaround for ESXi hosts with different vendor 06/19/2025
  • NVMe Tiering with AMD Ryzen CPU workaround for VCF 9.0 06/19/2025
  • vSAN ESA Disk & HCL Workaround for VCF 9.0 06/19/2025
  • Disable 10GbE NIC Pre-Check in the VCF 9.0 Installer 06/19/2025
  • Minimal resources for deploying VCF 9.0 in a Lab 06/18/2025

Advertisment

Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy

Copyright WilliamLam.com © 2025

 

Loading Comments...