Thank you Me.B
I had to add the ips to my centos, they were enabled server-wise but not on centos. Here are the settings if anyone else needs it.
nano /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=static
NM_CONTROLLED=yes
ONBOOT=yes
TYPE=Ethernet
IPADDR=10X.19X.25X.X
NETMASK=255.255.255.192
nano /etc/sysconfig/network-scripts/ifcfg-eth0:0
DEVICE=eth0:0
BOOTPROTO=static
ONBOOT=yes
IPADDR=10X.19X.25X.X
NETMASK=255.255.255.255
nano /etc/sysconfig/network-scripts/ifcfg-eth0:1
DEVICE=eth0:1
BOOTPROTO=static
ONBOOT=yes
IPADDR=10X.19X.25X.X
NETMASK=255.255.255.255
I had to add the ips to my centos, they were enabled server-wise but not on centos. Here are the settings if anyone else needs it.
nano /etc/sysconfig/network-scripts/ifcfg-eth0
DEVICE=eth0
BOOTPROTO=static
NM_CONTROLLED=yes
ONBOOT=yes
TYPE=Ethernet
IPADDR=10X.19X.25X.X
NETMASK=255.255.255.192
nano /etc/sysconfig/network-scripts/ifcfg-eth0:0
DEVICE=eth0:0
BOOTPROTO=static
ONBOOT=yes
IPADDR=10X.19X.25X.X
NETMASK=255.255.255.255
nano /etc/sysconfig/network-scripts/ifcfg-eth0:1
DEVICE=eth0:1
BOOTPROTO=static
ONBOOT=yes
IPADDR=10X.19X.25X.X
NETMASK=255.255.255.255