aboutsummaryrefslogtreecommitdiff
path: root/docs/networking.md
diff options
context:
space:
mode:
authorEmmett1 <me@emmett1.my>2026-06-04 03:57:18 +0000
committerEmmett1 <me@emmett1.my>2026-06-04 03:57:18 +0000
commit6ceffed1c24416b38af1c2c1be4c65a120cd5d26 (patch)
treedab6723d6dc37e37441e3116ff3d6c0390548742 /docs/networking.md
parentd55b6466e59794f44a0c0c4e66ca55066c7205d0 (diff)
parent3b0d90838e369ecbb112753999f98591b4d2a5b0 (diff)
downloadalicelinux-6ceffed1c24416b38af1c2c1be4c65a120cd5d26.tar.gz
alicelinux-6ceffed1c24416b38af1c2c1be4c65a120cd5d26.zip
Merge branch 'main' of https://codeberg.org/emmett1/alicelinux
Diffstat (limited to 'docs/networking.md')
-rw-r--r--docs/networking.md27
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)