The IP address entry that is duplicated appears to use two different broadcast addresses as seen below:
Code:
eth0:0 Link encap:Ethernet HWaddr AA:01:5F:9A:FE:26
inet addr:95.154.254.39 Bcast:95.154.254.39 Mask:255.255.255.255
eth0:1 Link encap:Ethernet HWaddr AA:01:5F:9A:FE:26
inet addr:95.154.254.39 Bcast:95.154.254.255 Mask:255.255.255.0
To correct this it will be necessary to check with the data center staff or network engineering personnel to confirm the correct IP address setup information, including the network mask, network gateway, and broadcast address. Once this information is known then it would be possible to proceed forward with corrections.
The configuration information for (1) the Ethernet interface involved "eth0" and for (2) IP aliases (as setup using the IP Functions in WHM) may be found at the following file system paths:
Code:
/etc/sysconfig/network-scripts/ifcfg-eth0
/etc/ips
The two files listed may be viewed via root SSH access; here are two example commands using "cat" to display the file contents:
Code:
# cat /etc/sysconfig/network-scripts/ifcfg-eth0
# cat /etc/ips
The IP address aliases as defined in the aforementioned "ips" file may be configured via WHM at the following menu paths:
WHM: Main >> IP Functions >> Add a New IP Address
WHM: Main >> IP Functions >> Show or Delete Current IP Addresses
Related Documentation:
IPFunctions < AllDocumentation/WHMDocs < TWiki
AddNewIP < AllDocumentation/WHMDocs < TWiki
ShowDeleteIP < AllDocumentation/WHMDocs < TWiki