Tagged articles
6 articles
Page 1 of 1
Open Source Linux
Open Source Linux
Jun 11, 2024 · Operations

How to Configure Persistent Static Routes and Dual‑NIC Routing on Linux

This guide explains Linux routing commands for adding host and network routes, setting default gateways, creating permanent static routes via rc.local, sysconfig files, and static‑routes, enabling IP forwarding, and demonstrates a dual‑NIC experiment using VMware and eNSP to achieve simultaneous internal and external network access.

Dual NICLinuxNetworking
0 likes · 11 min read
How to Configure Persistent Static Routes and Dual‑NIC Routing on Linux
Java Tech Enthusiast
Java Tech Enthusiast
Jun 7, 2024 · Operations

Configuring Static and Persistent Routes in Linux and Dual‑NIC Experiment

The article explains how to configure static and persistent routes on a Linux host using the route command, make them survive reboots via rc.local, sysconfig files, or sysctl, enable IP forwarding, and demonstrates a dual‑NIC experiment where a single static route lets the client access both external and multiple internal subnets.

Dual NICLinuxVMware
0 likes · 10 min read
Configuring Static and Persistent Routes in Linux and Dual‑NIC Experiment
Liangxu Linux
Liangxu Linux
May 28, 2024 · Operations

How to Configure Multiple Default Gateways and Dual NICs on Linux

This guide explains what a default gateway is, how to set it manually on Linux, and how to handle single, dual, or triple NIC configurations using route and iproute2 commands, including creating separate routing tables, static routes, and bonding for redundancy and load balancing.

BondingDefault GatewayDual NIC
0 likes · 20 min read
How to Configure Multiple Default Gateways and Dual NICs on Linux