Skip to content

Programming by Design

If you're not prepared to be wrong, you'll never come up with anything original. – Sir Ken Robinson

  • About
  • Java-PbD
  • C-PbD
  • ASM-PbD
  • Algorithms
  • Other

Network Configuration for VMs

Posted on December 13, 2022January 21, 2025 By William Jojo
CISS-150-HowTo

(Updated January 21, 2025)

Overview

This document walks you through the steps to configure the network settings for Windows 10, Windows Server 2019, and Ubuntu 24.04


W2k19/Windows 10

  • Select Start.
  • Type ethernet and select Ethernet Settings from the menu.
  • Select Change adapter options.
  • Right click the Ethernet adapter and select Properties.
  • Select Internet Protocol Version 4 and select Properties.
  • Select the radio button for Use the following IP address. Fill out the form.
  • Select the radio button for Use the following DNS server addresses and only add 8.8.8.8 for the preferred.
  • Select OK
  • Select Close
  • You should now be connected to the Internet. Test to confirm.

Ubuntu

  • Select the waffle menu and type settings.
  • Select Settings.
  • Select Network.
  • Under the Wired category, select the gear.
  • Select IPv4.
  • Under IPv4 Method, select Manual.
  • Under Addresses, fill our the address form.
  • Under DNS, deselect Automatic and enter 8.8.8.8.
  • Select Apply.
  • Under Wired, set the toggle off and then on. This will recycle the network configuration.
  • You should now be connected to the Internet. Test to confirm.

Post navigation

❮ Previous Post: CISS-110 Project 2 – C
Next Post: CISS-110 Project 4 ❯

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Copyright © 2018 – 2025 Programming by Design.