Hi All, I used to work on Older Linux 5.6 and I am comfortable with Creating Multiple IP Addresses to One Single Network Interface as URL Create Multiple IP Addresses to One Single Network Interface
I was doing the similar way in Oracle Linux 7, It seems a lot has changed in terms of networking.
I have two network interfaces(physical) ifcfg-enp0s8 and ifcfg-enp0s3
I am adding one more virtual by copying from ifcfg-enp0s3 to ifcfg-enp0s3:1 and changing the ip address to another value and making the device name to ifcfg-enp0s3:1
restarting the network using systemctl restart network.service
The device is always shows deactivated when looking in nmtui application. Please guide.