Tagged articles
82 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Jul 15, 2025 · Operations

Why Your Linux Network Keeps Failing? Master Subnet Masks and Gateways

This guide walks Linux administrators through the essential concepts of IP addressing, subnet masks, CIDR notation, gateway configuration, and routing, providing detailed examples for RedHat/CentOS, Debian/Ubuntu, and cloud environments, plus troubleshooting steps and advanced topics like bonding, VLANs, firewalls, and performance tuning.

Network ConfigurationSubnet MaskSysadmin
0 likes · 21 min read
Why Your Linux Network Keeps Failing? Master Subnet Masks and Gateways
MaGe Linux Operations
MaGe Linux Operations
Apr 7, 2025 · Operations

Master Linux Network Configuration: From IP Settings to NIC Bonding

This guide walks through Linux network fundamentals, covering hostname, IP and netmask configuration, default gateway, DNS, connection status tools, domain resolution, using ifconfig and ip commands, permanent and temporary IP changes, renaming interfaces, routing, traceroute, nslookup, tcpdump packet capture, and bonding multiple NICs for redundancy or load‑balancing.

BondingNetwork Configurationifconfig
0 likes · 20 min read
Master Linux Network Configuration: From IP Settings to NIC Bonding
Liangxu Linux
Liangxu Linux
Feb 24, 2025 · Fundamentals

Mastering DHCP on CentOS: Theory, Configuration, and Hands‑On Setup

This guide explains DHCP fundamentals, its four‑step lease process, allocation methods, advantages, and provides a step‑by‑step tutorial for installing and configuring a DHCP server on CentOS 6.5, including client testing and static host assignments.

CentOSDHCPIP Management
0 likes · 6 min read
Mastering DHCP on CentOS: Theory, Configuration, and Hands‑On Setup
Open Source Linux
Open Source Linux
Feb 19, 2025 · Operations

Master Linux Network Management with the Powerful ip Command

This article provides a comprehensive guide to the Linux ip command, covering its syntax, how to view and configure network interfaces, manage IP addresses, routes, VLANs, and ARP entries, enabling users to efficiently administer and troubleshoot network settings.

Network ConfigurationSystem Administrationip command
0 likes · 6 min read
Master Linux Network Management with the Powerful ip Command
Open Source Linux
Open Source Linux
Sep 4, 2024 · Operations

How to Configure IPv6 Addresses on Ubuntu: Step-by-Step Guide

Learn how to enable and configure IPv6 on Ubuntu, covering its benefits, checking interface support, editing Netplan or legacy network files, setting static addresses, applying changes, and verifying the configuration with practical command examples.

IPv6LinuxNetplan
0 likes · 7 min read
How to Configure IPv6 Addresses on Ubuntu: Step-by-Step Guide
Liangxu Linux
Liangxu Linux
Sep 1, 2024 · Operations

How to Add Custom Policy Routing for Multiple NICs on Linux

This guide explains how to configure additional routing rules for a second network interface on Linux by creating a new policy routing table, adding specific routes and rules with iproute2 commands, and verifying that traffic uses the intended NIC.

LinuxNetwork ConfigurationPolicy Routing
0 likes · 7 min read
How to Add Custom Policy Routing for Multiple NICs on Linux
MaGe Linux Operations
MaGe Linux Operations
Jul 29, 2024 · Operations

How to Add Custom Routing Rules for Multiple NICs on Linux

This guide explains how to configure additional routing tables and policy‑based routes on a Linux server with two network interfaces, covering IP address inspection, routing table edits, ip rule commands, and persistence across reboots.

LinuxNetwork ConfigurationPolicy Routing
0 likes · 9 min read
How to Add Custom Routing Rules for Multiple NICs on Linux
Open Source Linux
Open Source Linux
May 21, 2024 · Operations

Set Up CentOS 7 VM, Configure IP, Install JDK, MySQL, Tomcat & Auto-Start

This guide walks through importing a CentOS 7 virtual machine in VMware, configuring network settings (dynamic or static IP), resolving common issues, then installing and configuring JDK 1.8, MySQL 5.7, and Tomcat 8.5, and finally creating systemd services for automatic startup of Java applications.

CentOSJDKNetwork Configuration
0 likes · 14 min read
Set Up CentOS 7 VM, Configure IP, Install JDK, MySQL, Tomcat & Auto-Start
Liangxu Linux
Liangxu Linux
Apr 13, 2024 · Operations

Master Linux Network Interface Management: Essential Commands and Real-World Examples

This guide walks Linux system administrators through essential network interface commands—such as ifconfig, ip, route, netstat, traceroute, ping, ss, nmcli, iw, ethtool, firewall-cmd, and iptables—providing clear syntax, practical examples, and tips for configuring IP addresses, routes, DNS, VPNs, and firewall rules.

LinuxNetwork ConfigurationShell Commands
0 likes · 8 min read
Master Linux Network Interface Management: Essential Commands and Real-World Examples
Open Source Tech Hub
Open Source Tech Hub
Mar 5, 2024 · Operations

How to Expose Intranet Web Services with Custom Domains Using frp

This guide explains what frp is, why it’s a strong reverse‑proxy choice, and provides step‑by‑step instructions—including configuration files, port opening, and domain setup—to expose internal web services through custom domains securely.

Custom DomainNetwork ConfigurationOperations
0 likes · 7 min read
How to Expose Intranet Web Services with Custom Domains Using frp
Open Source Linux
Open Source Linux
Nov 27, 2023 · Operations

How to Switch WLAN APs from Direct to Tunnel Forwarding (Step‑by‑Step Guide)

This article explains the concepts of direct and tunnel forwarding in WLAN networks, compares their advantages and disadvantages, and provides detailed step‑by‑step configuration instructions for converting APs from direct‑forward mode to tunnel‑forward mode in both AC‑side and AC‑direct deployment scenarios.

CAPWAPHuaweiNetwork Configuration
0 likes · 15 min read
How to Switch WLAN APs from Direct to Tunnel Forwarding (Step‑by‑Step Guide)
Network Intelligence Research Center (NIRC)
Network Intelligence Research Center (NIRC)
Aug 15, 2023 · Artificial Intelligence

Neural Networks for Rapid Network Configuration: A Concise Overview

The article presents a neural‑algorithmic reasoning approach that replaces slow SMT‑based network configuration tools with a graph‑neural‑network model, describing dataset creation, model architecture, and experiments that show 20‑to‑490× speedups while maintaining over 92% configuration consistency on large topologies.

Graph Neural NetworkNetwork ConfigurationNetwork Synthesis
0 likes · 5 min read
Neural Networks for Rapid Network Configuration: A Concise Overview
Open Source Linux
Open Source Linux
Aug 23, 2022 · Operations

Isolating Users in the Same VLAN and Enabling Partial VLAN Connectivity

This guide walks through three practical scenarios for VLAN isolation: using port isolation to separate users within the same VLAN, employing MUX VLAN to achieve selective inter‑VLAN communication and isolation, and applying ACL‑based flow policies to block specific VLANs or individual users while preserving overall connectivity.

ACLFlow PolicyMUX VLAN
0 likes · 8 min read
Isolating Users in the Same VLAN and Enabling Partial VLAN Connectivity
ShiZhen AI
ShiZhen AI
Jun 23, 2022 · Backend Development

How Kafka Clients Choose the Correct Listener in Multi‑Network Environments

This article explains how a Kafka client determines which broker listener to use when a cluster has multiple listeners, detailing the metadata update flow, server‑side filtering by listener name, and the impact of mixed listener names in the bootstrap.servers list.

Bootstrap ServersKafkaListeners
0 likes · 9 min read
How Kafka Clients Choose the Correct Listener in Multi‑Network Environments
Architects' Tech Alliance
Architects' Tech Alliance
Mar 4, 2022 · Operations

What Is InfiniBand RDMA and How to Configure It on RHEL 8?

This guide explains the fundamentals of InfiniBand and RDMA, details the InfiniBand Verbs API, outlines the steps required for kernel data handling, and provides practical configuration instructions for RoCE, IPoIB, and the subnet manager on Red Hat Enterprise Linux 8.

IPoIBInfiniBandNetwork Configuration
0 likes · 11 min read
What Is InfiniBand RDMA and How to Configure It on RHEL 8?
YunZhu Net Technology Team
YunZhu Net Technology Team
Jan 7, 2022 · Operations

Huawei DSVPN Solution: Architecture, Configuration Steps, and Validation

This article explains the limitations of traditional IPSec VPNs for growing enterprises, introduces Huawei's DSVPN dynamic VPN technology, provides detailed configuration procedures for Hub and Spoke devices—including interface, routing, firewall, and security policies—and demonstrates verification of end‑to‑end connectivity.

DSVPNDynamic VPNHuawei
0 likes · 14 min read
Huawei DSVPN Solution: Architecture, Configuration Steps, and Validation
Open Source Linux
Open Source Linux
Sep 12, 2021 · Operations

Mastering ifconfig: How to View and Configure Network Interfaces on Linux

Learn how to use the Linux ifconfig command to display network interface details, configure IP addresses, modify MAC addresses, enable or disable interfaces, and set advanced options like netmask, MTU, and IPv6 addresses, with clear syntax explanations and practical examples.

LinuxNetwork ConfigurationSystem Administration
0 likes · 5 min read
Mastering ifconfig: How to View and Configure Network Interfaces on Linux
UCloud Tech
UCloud Tech
Jun 23, 2021 · Operations

Hands‑On DR Mode LVS Load Balancing with Keepalived: Step‑by‑Step Guide

This article walks through a practical setup of LVS DR mode load balancing on four UCloud servers, covering network configuration, ARP tweaks, ipvsadm rules, VIP assignment, troubleshooting steps, and implementing high‑availability with Keepalived, complete with command examples and visual screenshots.

DR ModeLVSNetwork Configuration
0 likes · 10 min read
Hands‑On DR Mode LVS Load Balancing with Keepalived: Step‑by‑Step Guide
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Apr 25, 2021 · Fundamentals

Configuring Linux Network: Files, Routing, IP/MAC Headers, and Common Connection Methods

This article explains how to configure Linux network interfaces, interpret configuration files, set up DNS and hosts, understand routing (static and dynamic), examine IP and MAC header structures, apply CIDR subnetting, differentiate private and public addresses, and choose common virtual networking methods such as bridge, NAT, and host‑only.

LinuxMacNetwork Configuration
0 likes · 16 min read
Configuring Linux Network: Files, Routing, IP/MAC Headers, and Common Connection Methods
FunTester
FunTester
Mar 31, 2021 · Backend Development

Resolving Slow Java Application Startup on macOS Caused by a JDK getLocalHost Bug

The article describes a macOS JDK bug where calls to java.net.InetAddress.getLocalHost() cause a 5‑second (or longer) delay during application startup, explains the investigation steps, and provides three practical fixes including hosts file modification, interface aliasing, and JDK upgrade.

Java bugNetwork Configurationlog4j2
0 likes · 7 min read
Resolving Slow Java Application Startup on macOS Caused by a JDK getLocalHost Bug
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Feb 1, 2021 · Fundamentals

Configuring Linux Network, Routing, and IP Fundamentals

This article explains how to configure Linux network settings, describes the contents of key configuration files such as ifcfg, /etc/resolv.conf, and /etc/hosts, and introduces routing concepts, static and dynamic routes, gateways, IP/MAC headers, CIDR, and common virtual networking methods.

LinuxMacNetwork Configuration
0 likes · 17 min read
Configuring Linux Network, Routing, and IP Fundamentals
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
dbaplus Community
dbaplus Community
Jul 6, 2020 · Databases

How to Enable IPv6 on Oracle 19c: A Step‑by‑Step Guide

This tutorial walks through verifying IPv6 support on Red Hat 7.6, configuring a static IPv6 address, updating the Oracle 19c listener for IPv6, restarting services, and confirming connectivity, providing concrete commands, configuration snippets, and screenshots for a RAC environment.

IPv6LinuxNetwork Configuration
0 likes · 5 min read
How to Enable IPv6 on Oracle 19c: A Step‑by‑Step Guide
Full-Stack Internet Architecture
Full-Stack Internet Architecture
Jun 18, 2020 · Operations

Comprehensive Guide to Setting Up a VMware Virtual Machine with CentOS 7.8 and Network Configuration

This article provides a step‑by‑step tutorial on installing VMware Workstation, creating a CentOS 7.8 virtual machine, configuring bridge and NAT networking, adjusting network scripts, installing Java, deploying services, and troubleshooting firewall settings to enable a fully functional test environment.

Bridge ModeCentOSLinux
0 likes · 9 min read
Comprehensive Guide to Setting Up a VMware Virtual Machine with CentOS 7.8 and Network Configuration
Tencent Cloud Developer
Tencent Cloud Developer
Jan 8, 2020 · Cloud Computing

Tencent Cloud CDN IPv6 Architecture and Configuration Guide

The guide explains Tencent Cloud CDN’s dual‑stack IPv6 architecture and walks users through adding an accelerated domain, enabling IPv6, configuring the origin server, creating the required CNAME record, and verifying both back‑to‑origin and public IPv6 access using command‑line tests, while noting the feature’s trial status.

CDNIPv6Network Configuration
0 likes · 5 min read
Tencent Cloud CDN IPv6 Architecture and Configuration Guide
Tencent Cloud Developer
Tencent Cloud Developer
Dec 13, 2019 · Cloud Computing

Tencent Cloud IPv6 Load Balancing Setup Guide

This guide walks you through configuring an IPv6 VPC, assigning addresses to cloud servers, deploying Nginx, creating an IPv6 Cloud Load Balancer with listeners, adding AAAA and A DNS records, and testing the setup on Tencent Cloud’s supported regions.

CLBIPv6Network Configuration
0 likes · 10 min read
Tencent Cloud IPv6 Load Balancing Setup Guide
DevOps Cloud Academy
DevOps Cloud Academy
Aug 9, 2019 · Operations

Guide to Cisco Switch Configuration Commands and Modes

This article explains the different Cisco device configuration modes—user, privileged, global, and interface—provides command examples for setting hostnames, viewing version and MAC tables, and configuring duplex and speed settings on switch ports, illustrated with screenshots.

CLICiscoDuplex
0 likes · 3 min read
Guide to Cisco Switch Configuration Commands and Modes
Practical DevOps Architecture
Practical DevOps Architecture
Jul 25, 2019 · Operations

Configuring PPPoE Access on a USG Firewall

This guide details step‑by‑step configuration of a USG firewall to act as a PPPoE client, covering VLAN interface setup, DHCP server, NAT, security zones, DNS proxy, static routing, and verification commands to ensure Internet connectivity for a LAN.

DHCPNATNetwork Configuration
0 likes · 9 min read
Configuring PPPoE Access on a USG Firewall
MaGe Linux Operations
MaGe Linux Operations
Jul 2, 2019 · Operations

Three Simple Ways to Configure DNS on a Linux Machine

This guide explains three practical methods for setting up DNS resolution on Linux—editing the local hosts file, modifying the system's resolv.conf, and configuring network interface files—along with the precedence order and necessary service restarts.

DNSNetwork ConfigurationSystem Administration
0 likes · 3 min read
Three Simple Ways to Configure DNS on a Linux Machine
MaGe Linux Operations
MaGe Linux Operations
Nov 22, 2017 · Operations

Master Linux Networking: Using the ip Command to Manage Interfaces, Routes, and Stats

This guide explains how to use the powerful Linux ip command—replacing ifconfig—to configure IP addresses, manage routing tables, view network statistics, monitor netlink messages, handle ARP entries, and control interfaces, with practical examples and code snippets for system administrators and developers.

Network ConfigurationNetworkingSystem Administration
0 likes · 7 min read
Master Linux Networking: Using the ip Command to Manage Interfaces, Routes, and Stats
Tencent Cloud Developer
Tencent Cloud Developer
Feb 21, 2017 · Databases

Building SQL Cluster on Tencent Cloud: Step-by-Step Configuration Guide

This step‑by‑step guide walks readers through securely building a four‑node SQL Server Failover Cluster on Tencent Cloud—covering jump‑server setup, domain controller and storage gateway configuration, AD account creation, internal CLB and DNS setup, network and iSCSI storage configuration, CSV and quorum settings, and final failover verification.

Failover ClusterNetwork ConfigurationSQL Cluster
0 likes · 5 min read
Building SQL Cluster on Tencent Cloud: Step-by-Step Configuration Guide
Practical DevOps Architecture
Practical DevOps Architecture
Jul 13, 2016 · Operations

Configuring Huawei Router to Connect LAN to Internet via ADSL Modem Using PPPoE and RADIUS

This guide details the step‑by‑step configuration of a Huawei router (RouterA) to access the Internet through an ADSL modem using PPPoE client mode, and the setup of a second router (RouterB) as a PPPoE server with RADIUS authentication, including necessary interface, routing, and NAT settings for a small‑business LAN.

HuaweiNetwork ConfigurationPPPoE
0 likes · 6 min read
Configuring Huawei Router to Connect LAN to Internet via ADSL Modem Using PPPoE and RADIUS
ITPUB
ITPUB
Apr 26, 2016 · Databases

Fix SQL Server Availability Group Listener IP Errors and Configure Network Ports

Learn how to verify network connectivity, open required ports, add a listener IP in SQL Server Management Studio, configure subnet settings, adjust failover cluster properties, and resolve the SQL Server error 19456 that prevents an availability group listener from binding to an IP address.

Availability GroupError 19456Listener IP
0 likes · 4 min read
Fix SQL Server Availability Group Listener IP Errors and Configure Network Ports
Practical DevOps Architecture
Practical DevOps Architecture
May 11, 2015 · Operations

Configuring L2TP VPN on Huawei Devices

This guide provides a step‑by‑step configuration for setting up an L2TP VPN on Huawei equipment, covering ACL rules, IP pools, user authentication, interface settings, virtual templates, PPP parameters, static routing, and related commands.

HuaweiL2TPNetwork Configuration
0 likes · 2 min read
Configuring L2TP VPN on Huawei Devices