How to add secondary IP address using nmcli
On an AlmaLinux 9 server, I wanted to add secondary IPs to a server. First, I checked the network interface device name used in the server with the command ip a The current public IP address was assigned to the network interface with the name enp13s0. To see how it is configured, I run cd … Read more