Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
Home » Linux » Adding a subnetwork interface to an existing network interface

Adding a subnetwork interface to an existing network interface

Posted on 27/10/202006/09/2023 Christian By Christian No Comments on 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.

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.

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

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”.

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

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

I hope you found this tutorial helpful.

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

  • teams feature
    How to install and configure Microsoft Teams on Ubuntu Linux
  • HOW TO AUTOMATE A PROCESS IN LINUX@
    Shell Scripting: How to Automate a Process in Linux Linux
  • final tomcat feature
    How to install Apache Tomcat on Ubuntu Linux
  • GitLab 1
    How to Setup GitLab Runner on WSL Linux
  • greywireshark
    How to install WireShark on a Linux Ubuntu System Linux
  • SUID GUID Sticky Bit 1
    Set Special File Permissions with SUID or GUID and Sticky Bit Linux

More Related Articles

teams feature How to install and configure Microsoft Teams on Ubuntu Linux
HOW TO AUTOMATE A PROCESS IN LINUX@ Shell Scripting: How to Automate a Process in Linux Linux
final tomcat feature How to install Apache Tomcat on Ubuntu Linux
GitLab 1 How to Setup GitLab Runner on WSL Linux
greywireshark How to install WireShark on a Linux Ubuntu System Linux
SUID GUID Sticky Bit 1 Set Special File Permissions with SUID or GUID and Sticky Bit 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

sysadmin top30a

  • fix IP addressed blocked Synology
    IP Address blocked on Synology NAS due to forgotten Password Storage
  • windows store icon
    Application User Model ID: How to find the AUMID of an installed UWP App Windows
  • screenshot 2020 04 02 at 23.27.20
    Cloud Protection Manager: N2WS Veeam CPM Guide Backup
  • Schedule and join Teams Meeting
    How to schedule and join meetings with Microsoft Teams JIRA|Confluence|Apps
  • settings app not working featured 800x400 1
    Disable or Remove Kiosk Mode Via the Local Settings Windows
  • Featured image   change default mail app
    How to change Windows 11 and 10 default mail app to Outlook Windows
  • FEAUREanydesk
    How to install AnyDesk on a Linux Machine Linux
  • azure logo
    Azure CLI commands: How to use Azure Command-line Interface AWS/Azure/OpenShift

Subscribe to Blog via Email

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

Join 1,823 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 © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.