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
IPADDR=176.31.XX.XXX
NETMASK=255.255.255.255
BROADCAST=176.31.XX.XXX <- same IP than the IPADDR
But if I try to ping the new IP, I got a request timeout (firewall allow ping).
Did I forget something?
Thx!
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
IPADDR=176.31.XX.XXX
NETMASK=255.255.255.255
BROADCAST=176.31.XX.XXX <- same IP than the IPADDR
But if I try to ping the new IP, I got a request timeout (firewall allow ping).
Did I forget something?
Thx!
Last edited: