Below from my own reference, and I direct copy direct from the below URL
how-to-set-a-hyper-v-virtual-machine-to-use-my-wi-fi-connection -answered Jul 9 '14 at 20:32 byTravis
Below for my reference :
- Launch Hyper-V Manager from your App Menu
- In the Actions area in right-hand navigation, click “Virtual Switch Manager”
- When the Virtual Switch Manager window opens, select “New virtual network switch” on the left, select “Internal” on the right, and then click the “Create Virtual Switch” button
- Give the new switch a name like “Virtual WLAN” and click “OK”
- In Windows 8 sys tray, right-click on the wireless icon and click on “Open Network and Sharing Center.” You will see the new Unidentified Network connected to the vEthernet (Virtual WLAN) adapter.
- Back in Hyper-V Manager, select your VM (make sure it is turned off) and on the lower left side, click “Settings”
- The Settings window will default to Add New Hardware, select “Legacy Network Adapter” and click “Add”
- In the Legacy Adapter details, select the “Virtual WLAN” adapter we configured earlier and click “OK”
- Go back to Windows 8’s Network and Sharing Center and click on the “Wi-Fi” link (or the name of your laptop’s wireless adapter) listed in the Connections In the adapter status window, click “Properties”
- In the Properties window, click the Sharing tab, check the “Allow other network users…” box, select “vEthernet (Virtual WLAN)” (or the name of your wireless adapter), and click “OK” to close the window
- Click Close to exit the Wi-Fi status window
- To confirm you have it setup correctly, click on the “Change adapter settings” link. You should see the word Shared beside your wireless connection.
After setup all the above, windows server in hyper-v able connect using WIFI
Ubuntu using HyperV;
I still no manage to get my wifi connect to internet
I do the below :
sudo ifconfig -a -> cant get IP
sudo lshw -class network -> it show network disabled
ls /sys/class/net -> show ubuntu internet interfce name; example : enpp1203
enabled network interface enpp1203
sudo dhclient enpp1203
verify:
sudo lshw -class network
We can see the "disabled" word no longer there
after do the above step, i can connect to internet from Ubuntu inside hyperv using my wifi