I used this tutorial to change primary IP address
/http://www.codero.com/knowledge-base/questions/248/, i have some questions in some steps
is this already correct & still needed now?
thank you for the answer
/http://www.codero.com/knowledge-base/questions/248/, i have some questions in some steps
i changed IPADDR, but i dont find GATEWAY in this file, is this ok? maybe because this tutorial is old enough1. Edit /etc/sysconfig/network-scripts/ifcfg-eth0
Change the IPADDR and GATEWAY lines to match the new IP and Gateway for the new ip
so example like this 1.2.3.4:255.255.255.252:1.2.3.33. Edit /etc/ips
Remove the new primary IP from this file if it is present
Add the old primary IP to this file with the format <IP address>:<Net Mask>:<Gateway>
is this already correct & still needed now?
i only have 1 ip for my server, is this still needed?7. Restart the ipaliases script to bring up the additional IPs
service ipaliases restart
thank you for the answer