Configuring Network on Linux VM, updating packages

Quick note on setting up Linux VMs on Hyper V.

Step 1: Check adapters, test internet connectivity
First, check if the network adapters are attached.

ifconfig

you will see Ethernet, loopback or WiFi adapters.
They look like eth0, lo, wi and you should be getting private IP on those adapters.

If you do, proceed on. If you don’t, please watch my video on how to set up Virtual Switch Manager for VMs.

Continue reading “Configuring Network on Linux VM, updating packages”