From 9fa825f23c34e048d8b93d69645895164f62d1f2 Mon Sep 17 00:00:00 2001 From: Steven Spencer Date: Wed, 21 Sep 2022 08:27:34 -0500 Subject: [PATCH] Change titles to rep document version * Titles shortened for Left-Hand menu * Original document labeled for RL 8.6 and new document labeled for RL 9.0 --- docs/guides/network/basic_network_configuration.md | 8 ++------ docs/guides/network/basic_network_configuration9.md | 4 ++-- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/guides/network/basic_network_configuration.md b/docs/guides/network/basic_network_configuration.md index 6892632831..c2df813234 100644 --- a/docs/guides/network/basic_network_configuration.md +++ b/docs/guides/network/basic_network_configuration.md @@ -1,5 +1,5 @@ --- -title: Networking Configuration +title: Network Configuration - RL 8.6 author: unknown contributors: Steven Spencer, Hayden Young tested with: 8.5, 8.6 @@ -9,11 +9,7 @@ tags: - network --- -# Networking configuration - -!!! attention "Document tested for Rocky Linux 8.6" - - Please note that due to changes in the network stack upstream, many parts of this document will **not** work or be accurate for Rocky Linux 9.0. We will be working on a version of this document for Rocky Linux 9.0, or will modify this document for 9.0 as soon as possible. +# Network Configuration - Rocky Linux 8.6 ## Prerequisites diff --git a/docs/guides/network/basic_network_configuration9.md b/docs/guides/network/basic_network_configuration9.md index c82b4c83bd..d1786b9dfd 100644 --- a/docs/guides/network/basic_network_configuration9.md +++ b/docs/guides/network/basic_network_configuration9.md @@ -1,5 +1,5 @@ --- -title: Networking Configuration - Rocky Linux 9.0 +title: Network Configuration - RL 9.0 author: Steven Spencer contributors: Serge Croisé tested with: 9.0 @@ -9,7 +9,7 @@ tags: - network --- -# Networking Configuration - Rocky Linux 9.0 +# Network Configuration - Rocky Linux 9.0 A lot has changed with network configuration as of Rocky Linux 9.0. One of the major changes is the move from Network-Scripts (still available to install-but effectively deprecated) to the use of Network Manager and key files, rather than `ifcfg` based files. `NetworkManager` as of 9.0, prioritizes `keyfiles` over the previous `ifcfg` files. Since this is now the default, the act of configuring the network should now take the default as the proper way of doing things, given that other changes over the years have meant the eventual deprecation and removal of older utilities. This guide will attempt to walk you through the use of Network Manager and the latest changes within Rocky Linux 9.0.