My iPad was only Wi-Fi enabled, so I was able to connect to his laptop’s Wi-Fi and get Internet access. The only other time I have used it is when I was staying in a hotel room and they only had a wired Ethernet connection for Internet. I setup my computer and created a personal Wi-Fi network so that everyone else could connect their smartphones, tablets, etc. ..

In this article, I’ll show you how to share your Internet connection from your Windows computer. Not that this only works well in certain scenarios. However, in most cases, it can be a useful way to keep in touch with friends and family while you’re on the go.

If you match up the items in this list, then you will most likely be successful in setting up a shared Internet connection. Now let’s get started.

Create Virtual Wireless Network

If your Wi-Fi network is connected to any other network, it’s likely that something is wrong. Make sure your Wi-Fi network is not connected to any other networks and try again. If that doesn’t work, you may need to replace your router or modem.

You can check this by clicking on Start and then typing in ncpa.cpl and pressing Enter. You should see a red X next to the icon.

Now we can open the Administrative Command Prompt window. Type in command, and then right-click on the top result and choose Run as Administrator.

sudo ifconfig wlan0 up sudo dhcpcd wlan0 Now, we need to create a new user for our network. To do this, type the following command: sudo adduser –home /home/newuser –gecos “Virtual Wireless Network” newuser ..

In the Network and Sharing Center, you can choose a SSID for your new wireless network and set the password also. If you choose a different SSID, other devices on your network will not be able to connect. Once the network has been started, go to Control Panel and open the Network and Sharing Center.

You will see the network you are currently connected to, which in my case is Ethernet 2. Below that, you should see your new network, which will say No network access and Identifying. If you open ncpa.cpl again or click on Change adapter settings in Network and Sharing Center, you’ll see that Local Area Connection 3 is actually Microsoft Hosted Network Virtual Adapter. ..

In the Ethernet 2 Properties window, you will need to set the network connection type to “Ethernet.” You can also set the network adapter to be “Ethernet 2.” If you have a wireless network, you can also set the network adapter to be “Wireless 2.” Click on OK to close the Ethernet 2 Properties window.

The Properties window for the connection will open. In this window, you can change the settings for the connection such as its name, type of connection, and how long it will last. You can also set up security features for the connection such as a password and a security key.

If you want other people to be able to connect through your computer’s Internet connection, you need to check the box and select the adapter name for the new virtual wireless network.

The new connection also has Internet access, which is great news.

That’s it! You now have a wireless network that will allow others to connect and use the Ethernet or tethered connection for Internet access. Connect using the password you set and you should be good to go.

netstat -an This will show you the network connections and status of all devices on your network.

wifi off

To create a virtual wireless network, type the following commands: sudo ifconfig wlan0 up sudo dhcpcd wlan0 If you ever need to create the virtual wireless network again, you can do so by typing the following commands: sudo ifconfig wlan0 up sudo dhcpcd wlan0 ..