Tag

rc-local

0 views collected around this technical thread.

Practical DevOps Architecture
Practical DevOps Architecture
Feb 25, 2025 · Operations

Configuring a Dual‑NIC Linux Server with Static Routing and Persistent Startup

This guide explains how to configure a Linux server with two network interfaces—one for an internal private network and one for external access—by setting static IPs, adding a static route, and ensuring the configuration persists across reboots using rc.local.

Dual NICLinuxRouting
0 likes · 7 min read
Configuring a Dual‑NIC Linux Server with Static Routing and Persistent Startup
Practical DevOps Architecture
Practical DevOps Architecture
Jan 8, 2025 · Operations

How to Add a Startup Script on Ubuntu Using the rc‑local Service

This guide explains how to create and enable an rc‑local startup script on Ubuntu by inspecting the rc‑local.service unit, creating /etc/rc.local, setting execution permissions, and enabling the service with systemctl so custom commands run automatically at boot.

Linuxoperationsrc-local
0 likes · 3 min read
How to Add a Startup Script on Ubuntu Using the rc‑local Service