Add IP address to CentOS Server

To add newly assigned IP addresses from SSH, follow this procedure: Open SSH and go to /etc/sysconfig/network-scripts/ # cd  /etc/sysconfig/network-scripts/ Verify which interface you will use to add IP addresses. Typically, this will be eth0 for public IP addresses. # cat ifcfg-eth0

Add IP address to CentOS Server Read More »