How to Configure IP Network with ‘nmtui’ Tool

An alternative for the nmcli is the nmtui, short for Network Manager Text User Interface, the nmtui is yet another handy tool that allows you to easily configure your network interfaces in Linux distributions using a graphical display by invoking the nmtui command straight from the terminal or even putty.

To configure a network interface IPv4 address, start by invoking the nmtui tool.

$ nmtui

Select the first option ‘Edit a connection’ and hit ENTER.

Edit Network Interface Connection
Edit Network Interface Connection

Next, select the interface you want to configure and hit ENTER. In this case, the interface we are configuring is enps03.

Select Network Interface
Select Network Interface

In the next step, key in the preferred IP address and define the subnet mask, default gateway, and DNS servers as shown below.

Configure Network Connection
Configure Network Connection

Once you are satisfied with your settings, scroll all the way down and hit ENTER on the ‘OK’ option.

Confirm Network Settings
Confirm Network Settings

This takes you back to the interfaces screen as shown below. Navigate and hit on the ‘Back’ option.

Network Interface Settings
Network Interface Settings

Select ‘Activate a connection’ and then ‘OK’ and hit ENTER.

Active Network Connection
Active Network Connection

Select your interface name and then navigate to the ‘Deactivate’ option and hit ENTER.

Deactivate Network Connection
Deactivate Network Connection

This will take you a step back whereupon you will click on the ‘Activate’ option as shown:

Active Network Connection
Active Network Connection

We’re all done now. To go back click on the ‘Back’ option and finally, press ENTER on the ‘quit’ selection.

Quit Network Configuration
Quit Network Configuration

Again, to verify that the network interface has acquired the IP address we have just configured, run the command:

$ ip addr show enp0s3
Confirm Network IP Address
Confirm Network IP Address

And this concludes this article on configuring IP network connection using ‘nmtui’ graphical command-line utility on Linux. We hope you found this guide helpful.

Ravi Saive
I am an experienced GNU/Linux expert and a full-stack software developer with over a decade in the field of Linux and Open Source technologies

Each tutorial at TecMint is created by a team of experienced Linux system administrators so that it meets our high-quality standards.

Join the TecMint Weekly Newsletter (More Than 156,129 Linux Enthusiasts Have Subscribed)
Was this article helpful? Please add a comment or buy me a coffee to show your appreciation.

4 Comments

Leave a Reply
  1. I have configured the connection in Edit a connection, but when I go to ‘Activate a connection‘ it isn’t showing up.

    Any idea why?

    Reply
  2. Deactivating the network card sounds like a terrible way to apply the changes, especially if this is a remote server.

    Reply

Leave a Reply to Anonymous Cancel reply

Thank you for taking the time to share your thoughts with us. We appreciate your decision to leave a comment and value your contribution to the discussion. It's important to note that we moderate all comments in accordance with our comment policy to ensure a respectful and constructive conversation.

Rest assured that your email address will remain private and will not be published or shared with anyone. We prioritize the privacy and security of our users.