Create a virtual network card on Windows 7.
Solved
TheField
Posted messages
463
Status
Member
-
kaumune Posted messages 22605 Registration date Status Contributor Last intervention -
kaumune Posted messages 22605 Registration date Status Contributor Last intervention -
Hello,
I can't find a solution to create a virtual network card; I need to be able to connect from my physical network card to multiple Wi-Fi connections. (If that's obviously possible)
Thank you for your help. :)
Best regards.
I can't find a solution to create a virtual network card; I need to be able to connect from my physical network card to multiple Wi-Fi connections. (If that's obviously possible)
Thank you for your help. :)
Best regards.
2 answers
-
Hello,
If I understand correctly, you have 1 Wi-Fi network card, and you want to connect to multiple devices via Wi-Fi at the same time?-
-
-
-
You can create "virtual network cards" (I'm thinking specifically of virtual machines that can be connected to their host through a principle that we could call that), but in no case can you connect via Wi-Fi to 2 different networks at the same time, simply because it is physically impossible for the card if it is not designed for it. I'm afraid that the only solution for you, if you really need to connect to 2 Wi-Fi networks at the same time, is to have a second Wi-Fi network device connected to your machine (whether it's a USB Wi-Fi adapter, a PCI Express card, a phone...).
-
There is software developed by Microsoft that allows you to connect to 2 Wi-Fi networks simultaneously, called simply Virtual WiFi. In the FAQ of this software, there is this:
Q: Why does VirtualWiFi not work with my card?
A: VirtualWiFi will not work over cards whose drivers don't forward packets that have a source address. This functionality is required since VirtualWiFi virtual miniports already have a MAC address. Another reason VirtualWiFi could fail is when the wireless card does not support packet filters NDIS_PACKET_TYPE_DIRECTED and NDIS_PACKET_TYPE_BROADCAST.
Therefore, a network card capable of supporting direct packets as well as broadcasts is required.
-
-
To create a virtual network card on Windows 7, simply enter a command: netsh wlan set hostednetwork mode=allow ssid=YOUR_NETWORK_NAME key=YOUR_NETWORK_PASSWORD in administrator mode on CMD.
More information: http://www.getdlight.com/wiki/index.php/Win_8_et_le_r%C3%A9seau_Wifi_Ad_Hoc_(tuto)