Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Centos 7 - Text Mode Setup Utility (Setup Command) - Missing "Network Configuration"

How to make "Network Configuration" option to show up in "Text Mode Setup Utility" (Setup Command) in Centos 7

enter image description here

  • This Centos 7 was installed with "Infrastructure Server" setup.
  • I have tried "yum groups install" with following groups, but it didn't resolve the issue:

Networking Tools
System Management
System Administration Tools

  • Please advise what should I install or enable on Centos 7 to get "Text Mode Setup Utility" to has "Network Configuration"
like image 931
Sean Hu Avatar asked May 26 '26 16:05

Sean Hu


1 Answers

Use NetworkManager TUI instead of setuptool

nmtui

if not installed install it

yum install NetworkManager-tui

enter image description here

like image 124
elpresidento Avatar answered May 30 '26 02:05

elpresidento