Tagged articles
22 articles
Page 1 of 1
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
Nov 3, 2024 · Fundamentals

Enable and Use Promiscuous Mode on Linux: Commands and C Code

This guide explains what network‑card promiscuous (promisc) mode is, why it matters for receiving packets across different subnets, and provides step‑by‑step Linux commands and a C program example to enable, disable, and verify the mode on an interface.

C programmingLinuxPromiscuous Mode
0 likes · 4 min read
Enable and Use Promiscuous Mode on Linux: Commands and C Code
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
MaGe Linux Operations
MaGe Linux Operations
May 6, 2024 · Operations

Mastering CentOS 7 Network Configuration: ifconfig, ifup, ifdown & More

This guide explains how to use ifconfig to view and modify network interfaces, manage them with ifup/ifdown, and configure CentOS 7 networking through key files such as /etc/sysconfig/network-scripts, plus essential supplementary ip commands and troubleshooting tips for virtual machine MAC address issues.

CentOSLinuxifconfig
0 likes · 10 min read
Mastering CentOS 7 Network Configuration: ifconfig, ifup, ifdown & More
Liangxu Linux
Liangxu Linux
Mar 26, 2024 · Fundamentals

Understanding Linux Networking: OSI vs TCP/IP Models and Packet Flow

This article explains Linux networking fundamentals, comparing the OSI and TCP/IP models, detailing the Linux network stack architecture, packet encapsulation, reception and transmission processes, and introduces essential commands for monitoring network performance and socket statistics.

LinuxNetwork StackOSI model
0 likes · 21 min read
Understanding Linux Networking: OSI vs TCP/IP Models and Packet Flow
Liangxu Linux
Liangxu Linux
Jul 24, 2022 · Fundamentals

Master IP Address Lookup: From ifconfig to CIDR and Beyond

This guide explains how to view IP addresses on Windows and Linux, compares commands like ipconfig, ifconfig, and ip addr, and delves into networking fundamentals such as CIDR, public vs private IP ranges, MAC addresses, and interface flags.

CIDRIP addressLinux
0 likes · 16 min read
Master IP Address Lookup: From ifconfig to CIDR and Beyond
Liangxu Linux
Liangxu Linux
Dec 21, 2021 · Operations

Master Linux Network Commands: ifconfig, ping, traceroute, and More

This guide explains how to use essential Linux networking utilities—including ifconfig, ping, traceroute, netstat, dig, nslookup, route, host, arp, ethtool, iwconfig, and hostname—covering their purpose, common options, and practical command‑line examples for system administration tasks.

digifconfignetstat
0 likes · 11 min read
Master Linux Network Commands: ifconfig, ping, traceroute, and More
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
DevOps Cloud Academy
DevOps Cloud Academy
Jun 27, 2020 · Operations

Linux System Network Management with ifconfig, ip, and nmcli

This guide explains Linux network fundamentals, shows how to view and configure network interfaces using ifconfig, ip, and the nmcli tool, and provides step‑by‑step examples of editing ifcfg files and applying changes on CentOS 7 systems.

LinuxSystem Administrationifconfig
0 likes · 9 min read
Linux System Network Management with ifconfig, ip, and nmcli
Efficient Ops
Efficient Ops
Jun 6, 2016 · Operations

How a Single Space in ifconfig Crashed an Oracle RAC Cluster

A tiny typo in an ifconfig command set all IPs to 0.0.0.0, causing an Oracle RAC 10.2.0.4 cluster on Solaris 10 to collapse instantly, illustrating the critical need for meticulous command‑level precision in system operations.

OperationsRACifconfig
0 likes · 5 min read
How a Single Space in ifconfig Crashed an Oracle RAC Cluster
MaGe Linux Operations
MaGe Linux Operations
Jul 15, 2014 · Information Security

How I Traced a Bandwidth‑Hogging Malware on a Linux Server

A Linux admin recounts responding to a bandwidth‑saturation incident, discovering a suspicious sbin process hidden in /var/cache, using ifconfig, top, and netstat to reveal PPTP connections, and outlining the steps taken to identify and remove the malicious scripts.

Bandwidth HijackingLinuxMalware Investigation
0 likes · 6 min read
How I Traced a Bandwidth‑Hogging Malware on a Linux Server