Wednesday, April 1, 2009

CentOS RedHat - Network Configure

Issue: Need to change the network configuration

Quick/Visual/Learning:

The command ifconfig will tell you what your current configuration is:
#ifconfig

If you want to change it you can run netconfig.
#netconfig
This brings up a window where you can enter your desired IP configuration.

When you are done restart the network services.
#service network restart
or
#service network reload
You can manually edit files in /etc/sysconfig/network-scripts files ifcfg-eth0

No comments: