You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/howto/howto-static-ip-address.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,20 @@ Ubuntu configures networking through a higher abstraction tool called [Netplan](
18
18
<!--
19
19
TODO: Integrate @OrsoEric notes from section "4a) ETH0 Static IP" of
20
20
<https://arol.atlassian.net/l/cp/01AGbw4N>
21
+
22
+
TODO: Integrate @alv67 notes from <https://arol.atlassian.net/l/cp/PSbCAVjP>
21
23
-->
22
24
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
+
23
35
## Configuring NetworkManager
24
36
25
37
**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