Categories: Ubuntu

How to reload /etc/network/interfaces in Ubuntu 22.04?

Many times, while working with any system on a network, multiple network issues can arise where a user is required to reload the network/interface. In Linux-based systems such as Ubuntu usually, terminal commands are used to perform operations. So, if while working on the terminal you want to reload the network/interface to resolve the network-related issues in your system, then this article will help you with that.

Follow this article’s guide to reload etc/network/interfaces in Ubuntu 22.04.

Reload /etc/network/interfaces in Ubuntu 22.04

To reload /etc/network/interfaces in Ubuntu, there are three ways:

Method 1: By Using Network Manager

Sponsored

In Ubuntu, network manager is the default network configuration tool and with the help of it, you can configure network interfaces on the system. So, reloading the network manager on the Ubuntu system will automatically reload the etc/network/interfaces.

There are different command to reload Network Manager on Ubuntu system, which are discussed below

Command 1

Since, network manager service runs in the background on Debian, so restarting the service through the below-given command will eventually reload the etc/network/interfaces on the system:

sudo systemctl restart NetworkManager.service

Command 2

You can also apply the following command to reload the etc/network/interfaces on Debian.

sudo systemctl restart NetworkManager

Command 3

The Debian user can apply the following command too to reload etc/network/interfaces using Network Manager.

sudo systemctl reload NetworkManager

Command 4

Instead of systemctl, you can use the service command to reload the network interfaces on Ubuntu.

Sponsored
sudo service NetworkManager reload

After running any of the above network-manager commands, your Ubuntu system’s network/interfaces will reload/restart within a few seconds.

Method 2: By Using nmcli

The other method is by using the nmcli command, which is a command line tool to control network managers. It can also be used to view the network status through the terminal by running the below-written command:

To reload the network interfaces, you must turn off the networking by using the below-mentioned nmcli command:

nmcli networking off

And after a few seconds turn the networking on by using the below-mentioned command to successfully reload the network interfaces.

nmcli networking on

Method 3: By Using systemd-networkd

In Ubuntu, another service which is present and manages the network is systemd-networkd. This service works mostly for configuring network devices in Ubuntu but it can also be used to reload /etc/network/interfaces by following the below-mentioned syntax:

sudo systemctl restart systemd-networkd.service

Conclusion

To reload /etc/network/interfaces in Ubuntu, there are three ways: one is by using network-Manager, the second is by using the “nmcli” command and the third is by using systemd-networkd. The commands and details for each of these methods are discussed in the above guidelines.

Ubuntu Server Admin

Recent Posts

From sales development to renewals: Mariam Tawakol’s career progression at Canonical

Career progression doesn’t follow a single path – and at Canonical, we embrace that. Our…

10 hours ago

In pursuit of quality: UX for documentation authors

Canonical’s Platform Engineering team has been hard at work crafting documentation in Rockcraft and Charmcraft…

10 hours ago

Ubuntu 24.10 (Oracular Oriole) reached End of Life on 10th July 2025

This is a follow-up to the End of Life warning sent earlier to confirm that…

1 day ago

Canonical announces Charmed Feast: A production-grade feature store for your open source MLOps stack

July 10, 2025: Today, Canonical announced the release of Charmed Feast, an enterprise solution for…

1 day ago

Ubuntu Adding NVIDIA 575 Driver Support for 24.04 & 22.04 LTS

For NVIDIA users, the latest 575 series driver will be available soon in Ubuntu repository.…

2 days ago

Amarok Released 3.3 with Qt6/KF6 Port & GStreamer Backend

Amarok, the free open-source KDE music player, released new 3.3 version on Tuesday, named “Far…

2 days ago