Add a secondary IP to CentOS servers

How to add a secondary IP to CentOS servers is pretty easy. First what you’re going to do, is to SSH into the server itself. What we need to do, is to create a little file in sysconfig/network-scripts to bind the IP to the server, by doing following: cd /etc/sysconfig/network-scripts/ Make a new file called … Continued