Create Virtual/Secondary IP addresses on an Interface in Linux
Follow through this tutorial to learn how to create virtual/secondary IP addresses on an interface in Linux. This enables you to assign multiple IP addresses to a single interface.
Create Virtual/Secondary IP addresses on an Interface in Linux
You can create virtual/secondary IP addresses on an interface in Linux temporarily or permanently.
Create Temporary Virtual/Secondary IP addresses on an Interface in Linux
To...
Configure Static IP Addresses using Netplan on Ubuntu 20.04/18.04
In this tutorial, we are going to learn how to configure static IP Addresses using Netplan on Ubuntu 20.04/18.04
To manage network interfaces, Ubuntu 20.04/18.04 uses the Netplan utility. Netplan is a YAML network configuration abstraction for various backends
The Netplan command has replaced the commonly used static interfaces configuration file, /etc/network/interfaces, with various network configuration files in the /etc/netplan/ directory. The...