Windows – netsh hostednetwork issue

netshwindows 7wireless-networking

I try to get the Virtual Wifi Adepter working on Win 7 Professional. I want to share the wifi connection (I think it does work with cable connection) and I'm pretty sure that the network card should be able to do this, since its a Dell notebook from last year (Dell XPS 15 with Intel wifi adapter). So far I did the following:

1) Starting cmd.exe as admin

2) netsh wlan set hostednetwork mode=allow ssid=test key=testkey1 returns positive feedback (mode for the hosted network is allowed, SSID has been changed etc.)

3) netsh wlan show hostednetwork returns what I previously entered

4) netsh wlan start hostednetwork returns positive feedback (hosted network has been started)

5) In Control Panel\Network and Internet\Network and Sharing Center you can see that the PC is connected with a wifi network using the wifi adapter and with the test network using one of the two the virtual adapters

6) netsh wlan show hostednetwork returns an error (group or resource not in correct state for this action) and my mobile device does not find the proposed connection

I tried deleting/deactivating the two virtual network connections and deinstalling the two virtual wifi adapters in the device manager and rebooting. So far, I only read about the encountered error during the start command.

Any ideas how to fix that or how to start all over again in setting up the virtual wifi? This morning it worked, except for the shared internet which would be the next step. (but using an additional cable connection, which I will try out later tonight and let you know)

Cheers,
Daniel

Best Answer

netsh wlan set hostednetwork mode=disallow 

will stop the service and remove the virtual port

Related Question