[Network 설정] * 네트워크 정보 보기 ifconfig -a * eth0 정보 ifconfig eth0 * interface 설정 ifconfig ifconfig eth0 192.168.100.201/24 * interface 중지 ifdown * interface 시작 ifup [ip alias] * eth0:0 , eth0:1 ... * ifconfig eth0:0 ---------------------------------------------------------------- * 설정파일 편집 vi /etc/sysconfig/network-scripts/ifcfg-eth0 * 네트워크 재 시작 /etc/init.d/network restart * ifconfig 및 ping 으로 구성 확인