----------------------------------------------------------------------------
#확인하는 명령어 ifconfig , netstat 또는 route
#cd /etc/sysconfig
#vi network
GATEWAY = "수정 "
#cd /etc/sysconfig/network-scripts
#vi ifcfg-eth0 (해당 ethernet inferface)
IPADDRESS = " 수정 "
NETMASK = " 수정 "
#/etc/rc.d/init.d/network restart
----------------------------------------------------------------------------
※ 시스템을 리부팅하기전에 "sync"를 통해서 디스크 동기화를 시켜주는 것이 안전
----------------------------------------------------------------------------
이더넷 IP수정 후 랜카드 활성화 시킬때
#ifup eth0 (해당 ethernet inferface)
#ifdown eth0 (해당 ethernet inferface)