Skip to content

Commit 58d0e3c

Browse files
committed
Add chapter (WIP): Configuring Netplan
1 parent aecc15b commit 58d0e3c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/howto/howto-static-ip-address.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,20 @@ Ubuntu configures networking through a higher abstraction tool called [Netplan](
1818
<!--
1919
TODO: Integrate @OrsoEric notes from section "4a) ETH0 Static IP" of
2020
<https://arol.atlassian.net/l/cp/01AGbw4N>
21+
22+
TODO: Integrate @alv67 notes from <https://arol.atlassian.net/l/cp/PSbCAVjP>
2123
-->
2224

25+
## Configuring Netplan
26+
27+
From <https://netplan.io>:
28+
29+
> Netplan is a utility for easily configuring networking on a linux system.
30+
> You simply create a YAML description of the required network interfaces and what each should be configured to do.
31+
> From this description Netplan will generate all the necessary configuration for your chosen renderer tool.
32+
33+
TODO
34+
2335
## Configuring NetworkManager
2436

2537
**NOTE**: Even though NetworkManager was designed for the Gnome desktop environment, it works "just-fine" also in server editions of those OSs. Checked on the following

0 commit comments

Comments
 (0)