Tagged articles
15 articles
Page 1 of 1
Java Tech Enthusiast
Java Tech Enthusiast
Nov 27, 2025 · Fundamentals

How Devices Secure Their IP Address: The Full DHCP Journey Explained

This article walks through the complete DHCP process—from a device’s initial broadcast for an IP address, through server offers, request, and acknowledgment—while also covering static versus dynamic IP configuration, lease management, and common troubleshooting scenarios such as missing addresses and IP conflicts.

DHCPDynamic IPIP address
0 likes · 14 min read
How Devices Secure Their IP Address: The Full DHCP Journey Explained
IT Services Circle
IT Services Circle
Nov 23, 2025 · Fundamentals

How Does Your Device Get an IP Address? Inside the DHCP Journey

When a device connects to a network, it initiates a DHCP discovery process, receives an IP address offer, confirms the assignment, and eventually leases the address, with static and dynamic options, subnet masks, gateways, DNS settings, renewal cycles, and conflict resolution all playing crucial roles.

DHCPDNSDynamic IP
0 likes · 12 min read
How Does Your Device Get an IP Address? Inside the DHCP Journey
NiuNiu MaTe
NiuNiu MaTe
Nov 12, 2025 · Fundamentals

How Devices Find Their IP Address: The DHCP Journey Explained

This article walks through how a device obtains an IP address via DHCP, covering the broadcast discovery, server offer, client request, and acknowledgment phases, the differences between static and dynamic addressing, lease management, common conflicts, and practical troubleshooting steps.

DHCPDynamic IPIP address
0 likes · 13 min read
How Devices Find Their IP Address: The DHCP Journey Explained
Linux Ops Smart Journey
Linux Ops Smart Journey
Jul 16, 2025 · Operations

How to Stop KVM IP Drift with DHCP Static MAC‑IP Binding

Learn how to prevent virtual machine IP changes in KVM by using DHCP static MAC‑IP binding, covering prerequisite network knowledge, commands to view MAC addresses, editing libvirt XML, restarting the network, and verifying that each VM receives a fixed IP address.

DHCPKVMMAC binding
0 likes · 7 min read
How to Stop KVM IP Drift with DHCP Static MAC‑IP Binding
Liangxu Linux
Liangxu Linux
Feb 19, 2025 · Operations

How to Configure Dynamic and Static IP Addresses on Linux VMs

This guide walks through configuring both dynamic and static IP addresses, setting gateways, DNS servers, and hostnames on a Linux virtual machine, including editing network‑script files, restarting the network service, and verifying connectivity with ping.

Dynamic IPIP ConfigurationLinux
0 likes · 5 min read
How to Configure Dynamic and Static IP Addresses on Linux VMs
Liangxu Linux
Liangxu Linux
Aug 2, 2020 · Fundamentals

Quick Guide: Set a Fixed IP on Ubuntu via System Settings

This tutorial explains why a changing desktop IP can disrupt mouse‑sharing tools and walks you through checking the current network settings, recording the IPv4 address, gateway, mask and DNS, and then configuring a static IP (e.g., 192.168.0.210) in Ubuntu’s Network settings, ending with applying the changes and rebooting.

LinuxNetwork ConfigurationStatic IP
0 likes · 3 min read
Quick Guide: Set a Fixed IP on Ubuntu via System Settings
DevOps Cloud Academy
DevOps Cloud Academy
Nov 14, 2019 · Cloud Computing

Practical Guide to Offline Installation of an OpenShift 4 Enterprise HA Cluster with Troubleshooting

This article details a step‑by‑step offline installation of an OpenShift 4 enterprise high‑availability cluster on bare‑metal, covering prerequisites, static‑IP configuration without DHCP or load balancers, mirror registry setup, installation pitfalls, post‑install tasks, and extensive troubleshooting tips.

Bare MetalOpenShiftStatic IP
0 likes · 16 min read
Practical Guide to Offline Installation of an OpenShift 4 Enterprise HA Cluster with Troubleshooting