Skip to content

Commit 18874a2

Browse files
authored
# style guide link fixes (#1215)
* # style guide link fixes * Fix too long right hand TOC item
1 parent b35f23c commit 18874a2

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/gemstones/RL9_network_manager.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags:
99

1010
# NetworkManager Network configuration tool suite
1111

12-
In 2004, Red Hat launched the **NetworkManager** project, which aims to make it easier for Linux users to meet the needs of current network management, especially the management of wireless networks. Today, the project is managed by GNOME. The homepage of the website is: https://networkmanager.dev/
12+
In 2004, Red Hat launched the **NetworkManager** project, which aims to make it easier for Linux users to meet the needs of current network management, especially the management of wireless networks. Today, the project is managed by GNOME. The [homepage for NetworkManager can be found here](https://networkmanager.dev/).
1313

1414
Official introduction - NetworkManager is a standard Linux network configuration tool suite. It supports various network settings from desktop to server and mobile devices, and is perfectly integrated with popular desktop environments and server configuration management tools.
1515

@@ -38,7 +38,7 @@ NAME UUID TYPE DEVICE
3838
ens160 25106d13-ba04-37a8-8eb9-64daa05168c9 ethernet ens160
3939
```
4040

41-
For RockyLinux 8.x, we introduced how to configure its network [here](./nmtui.md). You can use `vim` to edit the network card configuration file in the **/etc/sysconfig/network-script/** directory, or you can use `nmcli`/`nmtui`, both of which are acceptable.
41+
For RockyLinux 8.x, we introduced how to configure its network [in this document](./nmtui.md). You can use `vim` to edit the network card configuration file in the **/etc/sysconfig/network-script/** directory, or you can use `nmcli`/`nmtui`, both of which are acceptable.
4242

4343
## Naming rules for udev device Manager
4444

@@ -134,7 +134,7 @@ Shell > nmcli connection modify CONNECTION_NAME autoconnect yes ipv6.method dhcp
134134

135135
#### Link aggregation
136136

137-
Some use multiple network cards for link aggregation. In the early days, using **bonding** technology, there were seven working modes (0~6), and the bond mode only supported two network cards at most; Later, the **teaming** technology is gradually used as an alternative, there are five working modes, and the team mode can use up to eight network cards. Comparison link between bonding and teaming——https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-comparison_of_network_teaming_to_bonding
137+
Some use multiple network cards for link aggregation. In the early days, using **bonding** technology, there were seven working modes (0~6), and the bond mode only supported two network cards at most; Later, the **teaming** technology is gradually used as an alternative, there are five working modes, and the team mode can use up to eight network cards. Comparison link between bonding and teaming [can be found on this link](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/networking_guide/sec-comparison_of_network_teaming_to_bonding).
138138

139139
For example, the 0 mode of bonding:
140140

@@ -144,7 +144,11 @@ Shell > nmcli connection add type bond-slave ifname NIC_DEVICE_NAME1 mas
144144
Shell > nmcli connection add type bond-slave ifname NIC_DEVICE_NAME2 master BOND_NIC_DEVICE_NAME
145145
```
146146

147-
## Configuration file of the network card (it is not recommended to modify it by means of vim, etc.)
147+
## Network card configuration
148+
149+
!!! warning
150+
151+
It is not recommended to make changes to this by means of `vim` or other editors.
148152

149153
You can view more detailed information through `man 5 NetworkManager.conf` and `man 5 nm-settings-nmcli`.
150154

0 commit comments

Comments
 (0)