diff options
| author | emmett1 <me@emmett1.my> | 2026-06-02 23:52:35 +0800 |
|---|---|---|
| committer | emmett1 <me@emmett1.my> | 2026-06-02 23:52:35 +0800 |
| commit | bfb2eac6d9bf99f3b00910252df8d0fda915ae7d (patch) | |
| tree | c4b8de7a8ae3600cd608a349f61fcb3683fa48fc /docs/networking.md | |
| parent | cde4ac9cad12e1d5e4bc5b2336f43ca3fff323e4 (diff) | |
| download | alicelinux-bfb2eac6d9bf99f3b00910252df8d0fda915ae7d.tar.gz alicelinux-bfb2eac6d9bf99f3b00910252df8d0fda915ae7d.zip | |
docs updated
Diffstat (limited to 'docs/networking.md')
| -rw-r--r-- | docs/networking.md | 27 |
1 files changed, 9 insertions, 18 deletions
diff --git a/docs/networking.md b/docs/networking.md index 186ddfe0..4b1eb702 100644 --- a/docs/networking.md +++ b/docs/networking.md @@ -1,12 +1,10 @@ -Networking -========== +# Networking This document describes how to configure networking on **Alice Linux** using `eiwd`/`wpa_supplicant` + `udhcpc`/`dhcpcd`. --- -Overview --------- +## Overview Alice Linux uses simple, modular networking tools: @@ -22,11 +20,9 @@ Alice Linux uses simple, modular networking tools: --- -Establish Network Link ----------------------- +## Establish Network Link -Wired (LAN) ---------------- +## Wired (LAN) Bring interface up: @@ -38,8 +34,7 @@ A physical cable connection is usually sufficient. > runit service enabled later will automatically bring up the interface. -Wi-Fi -------- +## Wi-Fi Bring interface up first: @@ -104,8 +99,7 @@ Enable `wpa_supplicant` service: --- -Obtain IP Address (DHCP) ------------------------- +## Obtain IP Address (DHCP) Once the interface is connected (LAN or Wi-Fi), obtain an IP address. @@ -137,8 +131,7 @@ Enable `dhcpcd` service: --- -Static Network Configuration ------------------------------ +## Static Network Configuration To use a static configuration instead of DHCP: @@ -159,8 +152,7 @@ Set the following variables: --- -Troubleshooting ---------------- +## Troubleshooting Check interfaces: @@ -182,8 +174,7 @@ ping -c 3 google.com --- -Quick Reference ---------------- +## Quick Reference LAN (DHCP) |