wifi tethering

Download Wifi Tethering

If you can't read please download the document

Upload: vijitha-kalass

Post on 18-Dec-2015

222 views

Category:

Documents


3 download

DESCRIPTION

tips

TRANSCRIPT

You have all came across Wi-Fi Tethering options in your android/iphone and it will be very easy to share your internet connection to any device(which has Wi-Fi).Many of us have thought of how to do the same in our Wi-Fi enabled laptops. I have made this tutorial on windows 8.Kindly find the below steps to share your internet connection(connected in your laptop) to the Wi-Fi enabled devices.How To Steps:1. Launch an elevated command prompt under Windows 8 (command prompt with administrator privileges).To do this Press Windows +x key in windows 8 and click Command Prompt(Admin).2. Execute the below command to verify that your network interface support virtualization:netsh wlan show driversIf the Hosted network supported says Yes, then youre ready to share the internet via Wi-Fi. Otherwise, you need to upgrade your hardware, if the software update doesnt fix it.3. Now set up the Ad-hoc wireless network (wifi tethering) using this command. Replace the parts in markup tags with your own choicesnetsh wlan set hostednetwork mode=allow ssid=vishaka key=87654321ssid is nothing but your desired Wi-Fi name, you can give your own.Key is nothing but your Wi-Fi password. It should be Minimum 8 characters long.Eg :netsh wlan set hostednetwork mode=allow ssid=T2Lead key=123456784. Until now, your hosted network has been created. Now, you need to start it.Use the command below to start your Wi-Fi Network:netsh wlan start hostednetwork5. Now type exit. Command Prompt will close.6. Open the connected network and right-click on it and select Connection Properties. Now open Sharing Tab (Internet Connection Sharing) and check Allow other network option and from the drop down select the Local Area Connection and Click OK.Note : Sometimes in the drop down you can see Local Area Connection11,Local Area Connection12?, etc., Just select the name with Local Area Connection and make sure you see only one Local Area Connection in the dropdown.7. To Check the connection, open Control Panel-> Internet and Sharing and there you will see 2 connectionsOne is your internet connection and the other one is Local Area Connection(Which is your Wi-Fi Created)Check out the Video Tutorial for Clarification.Many Readers came up question like Page Not loading on connected devices , After reconnecting my internet connection, Tethering not working , etc.,Readers Please read the below note I made for you. Hope it will help to fix many questions.