075-845-490 | 097-165-2449
Line ID: @hostnakhonitech
🎉 โปรโมชั่นพิเศษ! ลด 10% สำหรับลูกค้าใหม่
NakhoniTech
075-845-490
support@NakhoniTech.com

วิธีแก้ IP บนเซิร์ฟเวอร์ RHEL / CentOS 7 ด้วย nmtui Print

  • 0

nmtui (Network Manager Text user interface) is a command line program available in RHEL/CentOS 7 to configure IP address. This is a text based UI, allow you to add IP address to network interfaces. To install nmtui, run

1
yum install NetworkManager-tui

To navigate use TAB, SHIFT+TAB, ENTER keys.

mnui also allow you to set hostname for the server. Setting hostname can also be done with command hostnamectl.

To Set hostname

To add/edit IP address

You can also use

1
nmcli

to manage network configuration with command line.

Once IP added, restart network with command

1
systemctl restart network
 

Was this answer helpful?

« Back