A laptop in the house uses a network cable to access the Internet. The network connection name is "local connection 3". The laptop has a wireless network card, and the phone number is Nexus One with froyo 2.2.
To enable the mobile phone to share the Internet Connection of local connection 3 through the wireless network card of the laptop.
Steps:
1. Run CMD in administrator mode.
Netsh WLAN show drivers
Check whether Microsoft Virtual miniport WiFi adapter is supported.
If yes, the supported bearer network should be yes.
2,
Netsh WLAN set hostednetwork SSID = mywifi key = ********** keyusage = persistant mode = allow
Indicates that the bearer network is configured successfully.
3. In the change adapter settings in the network and sharing center, you can see a multi-virtual nic "wireless network connection 2" Microsoft Virtual mini port adapter.
Configure its IPv4 address 192.168.137.1 netmask 255.255.255.0. The DNS is the DNS address of local connection 3 displayed in ipconfig/All.
4.Local Connection 3Select "share" in the NIC attribute, and select "share" from the drop-down menu.Wireless Network Connection 2And select share.
5,
Netsh WLAN start hostednetwork
Start Bearer Network
6. Open your phone and start scanning for WiFi. If no IP address is available, manually set the IP address to 192.168.137.2 netmask 255.255.255.0 gateway 192.168.137.1.
Enjoy!