Resolve why NO network adaptor shows up in Microsoft Network Monitoring tool (plus bonus issue)

Yesterday is one interesting day… First of all, I would like to take this chance to thank my dear friend who shows me how to use Microsoft Network Monitoring tool – Uncle Pom. Smile

Problem – No network Adaptor shows up in NetMon tool

More interesting is after we install Netmon tool on our production machine… NO network adaptor shows up in the tool for us to capture network traffic in \ out the machine!

image

 

Findings and Solution (Part 1) – Missing Driver

After much troubleshooting, we found out that it is because that the “Microsoft Network Monitor 3 Driver is not installed as network services under the “Local Area Connection Properties”

image

So, we tried to add it back! But guess what?… We hit another issue! Error message pops up saying that “Filters currently installed on the system have reached the limit”

clip_image001clip_image002clip_image003

LOL~ More issue? Never mind, we always understand that there is always a workaround. How?

Finding and Solution (Side track) – Workaround to resolve “Filters Currently Installed on the System Have Reached the Limit” is as follow…

Step 1 – “Regedit” (Note: Please ensure you know what you are doing first, if not, please backup the registry key first!)

clip_image001[4]

Step 2 – Locate the registry key “MaxNumFilters” under HKLM\System\Currentcontrolset\Control\Network\

Default Value is “8” that means you can have up to 9 adaptors (Count from “0” to “8”)

clip_image002[4]

Step 3 – Change the Value to “A”, means the we can have up to 11 adaptors (More than enough for me~)

clip_image003[5]

clip_image004

Step 4 – Click “Ok” and reboot the machine! (MUST REBOOT!!)

Note: Above steps to increase the limit are not supported in Microsoft. Ok? Do it as your own risk!!

Workaround to resolve “Filters Currently Installed on the System Have Reached the Limit” ends here.

Findings and Solution (Part 2) – Adding Back the Missing Network Monitoring Driver

Ok… Once machine is rebooted, let us re-install the Microsoft Network Monitoring tool under “repair” mode. (Trust me, this is the safest way…)

Locate the installer (remember, if your machine is 64bit.. get the correct version!)

clip_image001[6]

Select “Repair” and click “next”

clip_image002[6]

Once completes, you will see that the “Microsoft Network Monitor 3 Driver” appears!

clip_image004[4]

Then, you can happily launch the Microsoft Network Monitor 3.4 tool and see the network adaptors to select from as shown below!

image

Other possible cause why you cannot use netmon… Rights issue!

If you install the tool with local administrator account but need to run as domain user, please remember to add the necessary account into the “Netmon User” group!

image

Hope above sharing is useful to anyone who is keen to use netmon!! I am getting to Love this tool.. Smile

This entry was posted in Microsoft Windows, Troubleshooting and tagged . Bookmark the permalink.

3 Responses to Resolve why NO network adaptor shows up in Microsoft Network Monitoring tool (plus bonus issue)

  1. cocs says:

    Thx!! Very usefull!

  2. Vorbis says:

    Thanks, this helped me out very much!

  3. Ruwan Indika says:

    thanks, issue in my case was that not running the Network Monitor as admin, right click and run as admin

Leave a comment