-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npcap v0.78r5 - Network limited or no connectivity. #443
Comments
Resolved the issue by disabling my Vbox Networking Adapter. |
This issue needs to be addressed, still. @afallenhope mentioned an interesting notion on IRC: Npcap may be doing something to the wrong interface based on its ordinal position in some listing:
I believe that NPFInstall.exe is taking some sort of action on adapters that do not support it: the Vbox adapter in this case, but also possibly VPN adapters and other software we have previously reported as conflicting. I am keeping this open until I finish investigating. |
I have this same problem in both of my computes. Installation did not give me any error. Wireshark did not saw my wireless adapter. I tried this. I changed HKEY_LOCAL_MACHIN/ESYSTEM/CurrentControlSet/Control/NetworkMaxNumFilters from 8 to 9. Then I installed Npcap but after reboot my wired Ethernet connection was gone. I have Freedome VPN Connection and VirtualBox Host-Only Network adapters installed. |
@dmiller-nmap I think this might be caused by an else statement in netcfgapi.cpp
The error might occur due to it installing (or trying to install) the first service. |
This is a problem that had me and my Windows admins scratching our heads for quite some time. Why is the adapter being given a link local address? Are DHCP services being blocked. The inability for my Windows 7 FP1 Toshiba Tecra A40-C's wireless adapter to get an outside IP address occurs with the npcap version bundled with the current nmap download, as well as the latest version of npcap, as of 30 Dec. 2016. The only workaround I've found, short of uninstalling npcap, is to turn off - in the wireless adapter's Network Connection Properties - Npcap Packet Driver (NPCAP). After doing this, the adapter immediately gets an outside IP address. This workaround is okay for me, since I use nmap for local VMs, but this obviously not a use case for everyone. My own personal machine, a Windows 10 desktop, does not exhibit this behavior. |
Investigating this as an instance of nmap/nmap#373. Not closing this yet because there's useful info here. |
I've hit the same problem. It happens when a load my operation system (win7). For some reason, when I run nmap -sn 10.10.10.0/24 (my local network) it enables network connectivity, but only until next reboot. |
hey everyone |
@everiknow What were the options with which you installed? |
i used the default option but i just found a solution, under my WIFI card
properties i dis checked NPCAP driver PAcket option. now when i reboot my
computer i can access WIFI internet with no pronlem.
2017-04-05 11:59 GMT+02:00 Varunram Ganesh <notifications@github.com>:
… @everiknow <https://github.com/everiknow> What were the options with
which you installed?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<https://github.com/nmap/nmap/issues/610#issuecomment-291813767>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AZrJFQoFb8-ONewqI7DPN22DKjUPz5uEks5rs2X1gaJpZM4LO1Yy>
.
|
Please try Npcap 0.90 and report if it fixes this issue. Thanks! |
Still have the problem. Windows 7 and Npcap 0.90 |
Provisionally closing this issue because we have done lots of changes and improvements related to OID requests and WiFi connectivity. Please make a new issue if you are experiencing similar symptoms with Npcap 0.99-r6 or later and reference this issue if they involve complete loss of connectivity with VirtualBox or a VPN network adapter. |
OS: Win 10 64 bit Everything works fine after installing, except for rebooting my machine makes my ethernet adapter confused. Disabling and re-enabling the adapter from Network Connection takes everything back to normal. |
After installing the latest version of nmap I noticed I was experiencing issues with npcap. I did at one point in time check all options. Once I discovered the "Releases" I've always stayed up to date and been reading the issues with drivers.
After installing the latest (0.78r5), I rebooted my computer and I wasn't able to get an IP. I've uninstalled the loopback adapter with NPFInstall.exe -ul and I've also uninstalled the wifi NPFInstall.exe -u2 and still had issues. I completely uninstalled and my wifi has returned to me.
I've tried stopping npcap and npf and both seem to have little to no effect on the issue. Only way I can get my network is by uninstalling npcap.
I've created a batch file that I run when I run into IP issues.
The text was updated successfully, but these errors were encountered: