Configuring Static IP Address on Ubuntu 22.04

While DHCP automatically assigns IP addresses in most networks, certain scenarios like running servers or enabling port forwarding require a static IP configuration. This guide demonstrates how to set a static IP address on Ubuntu 22.04 using the graphical NetworkManager TUI tool. Note: Ensure your virtual machine uses bridged networking mode f ...

Posted on Sat, 27 Jun 2026 16:50:54 +0000 by Nolan

Configuring a Static Network and SSH Access for CentOS 7 on VMware Workstation

Environment Setup and OS Verification Deploy CentOS 7 within VMware Workstation 16.x. Following the installation, confirm the operating system version by querying the release identity file: cat /etc/os-release The output should reflect the CentOS 7 kernel version. Remote Access and Virtual Network Configuration Utilize an SSH client (such as ...

Posted on Wed, 27 May 2026 19:55:37 +0000 by joshblue

Configuring a Static Network Address in VMware CentOS Environments

Adjust VMware Virtual Network Settings Launch the Virtual Network Editor from the VMware interface. Administrative privileges may be required to modify these settings. Select the active virtual adapter (typically VMnet8 for NAT mode) and configure the following: Ensure Use local DHCP service remains unchecked to allow manual assignment. Record ...

Posted on Mon, 25 May 2026 23:29:02 +0000 by HostingTrade