I will give an example of setting up blackhole routes in Netplan.
Continue reading “How to add a blackhole route in Netplan”Tag Archives: Netplan
Renaming Network Interfaces in Linux
Once, after updating the i40e driver for Intel network adapters, I noticed that the names of the network interfaces had changed, and after rebooting the operating system, the names also periodically changed.
Continue reading “Renaming Network Interfaces in Linux”Netplan. Adding Routes
I’ll give an example of adding routes in the Netplan configuration.
Continue reading “Netplan. Adding Routes”VLAN Generation Script for Netplan
Once it was necessary to add several hundred VLANs without IP addresses to the Netplan configuration and in order to simplify the process, I came up with the following script:
Continue reading “VLAN Generation Script for Netplan”How to configure networking with Netplan
In this article I will give examples of network configuration using Netplan.
I also note that for example, starting with Ubuntu version 18.04, Netplan is used by default.