Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Tech News
  • Contact
  • Toggle search form

Adding a subnetwork interface to an existing network interface

Posted on 27/10/202031/08/2026 IT Expert By IT Expert No Comments on Adding a subnetwork interface to an existing network interface
  1. Home
  2. Linux
  3. Adding a subnetwork interface to an existing network interface
subnetwork interface

A Network Interface Card (NIC) is used to connect a computer to an Ethernet network. This tutorial will teach you two ways you can add a network interface to an already existing network interface. how to install the Windows Subsystem for Linux (WSL) on Windows Server via Server Manager and PowerShell, how to download and install Windows Server 2016.

METHOD 1

Additionally, we look at my available interfaces by issuing the ip command.

existing network interface

For this tutorial, I am going to create and attach a sub network interface to the lo interface. All the configuration files for the various network interfaces are stored in the etc/sysconfig/network-scripts directory.

First, we will copy the content of the configuration scripts of the interface we want to attach the new subnetwork interface to; copy it to a file that will serve as the configuration script for the new subnetwork interface.

The new script must end with a :interger extention. For example, the new interface I am creating will be named lo:1

Copy the configuration file with the command

cp /etc/sysconfig/network-scripts/ifcfg-lo /etc/sysconfig/network-scripts/ifcfg-lo:1

Remember to change the name of the network interfaces correspondingly when you are trying yours.

network configuration

When you are done copying, open the file you just created with the copy command with a text editor:

network management

Modifying Device Names in Copy Commands

Furthermore, Where you see DEVICE, change the device name to match the one you used in the copy command. In my case, I will change lo to lo:1.

However, Also change the IPADDR value to the new address you want to add to the existing interface. In my case, I will put 127.0.0.10.

subnetwork interface

Save and quit the editor. Now, restart the interface using the command: ifup interfaceName. In my case, it will be ifup lo:1

network configuration

Moreover, If we run the ip a command again, you will see the new network sub-interface has been added.

network configuration

In addition, You can ping the ip address to verify if it is truly up.

Terminal output showing the results of a ping command to the IP address 127.0.0.10, including packet data, response times, and statistics.

METHOD 2

Nonetheless, Let’s run the ip a command again to view our existing network interfaces.

Terminal output displaying network interface details, including IP addresses and interface states.

Consequently, For this demonstration, I will attach a new sub network interface to the ens33 interface.

Similarly, Now use the command below to add a new interface to a network interface: nmcli con mod interfaceName +ipv4.addresses  “new-ip-address/nwMask”. In my case, the command will be nmcli con mod ens33 +ipv4.addresses “192.168.37.175/24”.

Terminal output showing a command to modify network settings, including an IPv4 address configuration.

Nevertheless, Now reboot your system and run the ip a command again.

Terminal display showing the output of the 'ip a' command, highlighting network interface details and IP address information.

Nevertheless, The major difference between both methods is that you control naming the newly created interface in the first method.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Linux Tags:Enhanced Networking Adapter, Networking

Post navigation

Previous Post: Log Off: How to sign out of Windows Server 2012
Next Post: How to check your current Runlevel in Linux

Related Posts

  • linux windows 10
    Windows Subsystem for Linux: How to install WSL on Windows 10 Linux
  • LAMP
    How to setup and configure a Lamp stack on CentOS Linux
  • Linux Shell Scripting 1
    Write a Shell Script that Count Lines and Words in a File Linux
  • HAProxy
    Deploying a load balancer from scratch and adding backend servers Linux
  • DNS FEATURE
    Domain Name System: All you need to know about DNS Linux
  • google sdk feature
    How To Install Google Cloud SDK on a Linux System Linux

More Related Articles

linux windows 10 Windows Subsystem for Linux: How to install WSL on Windows 10 Linux
LAMP How to setup and configure a Lamp stack on CentOS Linux
Linux Shell Scripting 1 Write a Shell Script that Count Lines and Words in a File Linux
HAProxy Deploying a load balancer from scratch and adding backend servers Linux
DNS FEATURE Domain Name System: All you need to know about DNS Linux
google sdk feature How To Install Google Cloud SDK on a Linux System Linux

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • Screenshot 2022 04 27 at 17.51.48
    Remote Desktop Services Setup on Windows Server Windows Server
  • Word backup day Veeam Backup configuration File saved the backup sever
    [World Backup Day] V13 Upgrade Failure: Veeam Configuration Backup Saved the Day Backup
  • images 4 1
    How to export passwords from KeePass Database to Pleasant Password Server Password Manager
  • screensaver1
    Prevent Windows Users from Changing the Screen Saver via the Registry Settings Windows
  • rrd
    How to uninstall the DriveLock Agent from your device Security | Vulnerability Scans and Assessment
  • allthings.how how to download and install winget windows package manager windows 10 winget cli
    How to install Winget CLI on Windows Windows Server
  • Private and Public networks in Windows to VPN
    The differences between Private and Public networks in Windows to VPN? Network | Monitoring
  • images 1 1
    How To Use Pleasant Password Private Folder Password Manager

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,762 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.