Can someone tell me how to change my system IP Address from the command line in Centos-3? Beth -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20040910/5d239883/attachment-0003.html>
Hello! BC> Can someone tell me how to change my system IP Address from the command line in Centos-3? In common situation, "system ip address" is the ETH0 address. So edit /etc/sysconfig/network-scripts/ifcfg-eth0 with your favourite text editor and run service network restart ps don't forget to change default gw also, it's located in /etc/sysconfig/network -- Eugeny aka ZEV.