Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/gemstones/nmtui.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ For IPv4, if it is to obtain network information using DHCP way, you only need t

### Manually fix network information

If you want to manually fix all IPv4 network information, you need to select ** <Manual> ** after *IPv4 CONFIGURATION* and add it line by line. For example, I like this:
If you want to manually fix all IPv4 network information, you need to select **<Manual>** after *IPv4 CONFIGURATION* and add it line by line. For example, I like this:

|Item|Value|
|---|---|
|Addresses|192.168.100.4/24||
|Gateway|192.168.100.1||
|Addresses|192.168.100.4/24|
|Gateway|192.168.100.1|
|DNS servers|8.8.8.8|

Then click \< OK \> , return to the terminal interface step by step, and execute `systemctl restart NetworkManager.service`. Similarly, in rare cases, the network card needs to be switched on and off to take effect.
Expand Down