diff options
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) |