Hello!
On one of my VMs, I would like to configure multiple public IPs. I tried to add a second one but I can't ping it.
What I have done so far on the VM (centOS 7), I have created ifcfg-eth0:0 under network-scripts:
DEVICE="eth0:0"
BOOTPROTO=static
DEFROUTE=no
ONBOOT=yes...