Windows 7 hosted network

Solution 1:

You will have to either bridge your wired and wireless interfaces or use Internet Connection Sharing.

Note: Use "Change adapter settings" instead of "Manage network connections"; Microsoft's web site refers to Windows Vista rather than Windows 7.

If you are doing this with the ICS approach, you need to make sure the ICS is set up before you start the hosted network with the "netsh wlan start hostednetwork" command. (I have tested this for 64-bit Windows 7 with the Internet connection provided via a USB-tethered Huawei smartphone.)

Solution 2:

This is actually deceptively simple. It relates to the ORDER you do things in, The simple answer is you have shared the wrong network. A lot of "howtos" tell you to do it in a order that CANNOT work.

The correct order is covered here

1, In Windows 7 go to Change Adapter Settings (Open Control Panel and go to Network and Sharing Center. Click Change Adapter Settings.) have a look before you start any of this there will be at least TWO icons. a LAN icon and a WIFI icon. At least these two.

  1. Now run this:
  @cmd as admin:@ netsh wlan set hostednetwork mode=allow ssid=mywifi key=passphrase
  @cmd as admin:@ netsh wlan start hostednetwork

You will immediately see a NEW icon appear in Change Adapter Settings this is the actual connection that needs permission to share.

  1. Back to the Change Adapter Settings window. Right click your Actual Internet LAN connection icon (on my PC is is called "Local Area Connection" the icon has a little RJ45 connector symbol on it and the grey text says "Realtek PCIe GBE Family Controller" it has no red ticks on it and it's the internet connection for my windows 7 pc, which I know because if I disconnect the LAN cable from the back of the pc, it THIS icon that goes ill on me) and select Properties. Click the Sharing tab. Choose your new virtual Wi-Fi adapter that appeared after step 2 and click OK.

NB: the new one that appeared will have the grey text "Microsoft Virtual WiFi Miniport Adapter" under a name like "Wireless Network Connection 2"

Then right click the new virtual Wi-Fi adapter that appeared after step 2 and disable all the gubins except TCP/IP v4 (un tick them all under Networking tab except the "Internet Protocol Version 4 (TCP/IPv4)"

it was this website that helped me figure it out http://mintywhite.com/windows-7/set-windows-7-wifi-hotspot-quick-tip/

Solution 3:

Use these two links to set the AP: http://www.howtogeek.com/112050/how-to-turn-your-windows-8-laptop-into-a-wireless-access-point/ and http://msdn.microsoft.com/en-us/library/windows/desktop/dd815243(v=vs.85).aspx.

The best thing to do always is to rename the network that appears in grey text "Microsoft Virtual WiFi Miniport Adapter" under a name like "Wireless Network Connection 2" to something like "FooWifi" then you easily share with it. Your main problem is sharing the wrong network and checking if your AP has internet access.