[Network 설정]
* 네트워크 정보 보기
ifconfig -a
* eth0 정보
ifconfig eth0
* interface 설정
ifconfig <interface> <ip></mask>
ifconfig eth0 192.168.100.201/24
* interface 중지
ifdown <interface>
* interface 시작
ifup <interface>
[ip alias]
* eth0:0 , eth0:1 ...
* ifconfig eth0:0 <ip> <netmask>
----------------------------------------------------------------
* 설정파일 편집
vi /etc/sysconfig/network-scripts/ifcfg-eth0
* 네트워크 재 시작
/etc/init.d/network restart
* ifconfig 및 ping 으로 구성 확인
'Linux Server' 카테고리의 다른 글
리눅스 xwindows 설치 (0) | 2015.05.11 |
---|---|
리눅스 소프트웨어 관리 (0) | 2015.05.11 |
리눅스 top (0) | 2015.05.08 |
리눅스 ps - 실행중인 프로세스 확인 (0) | 2015.05.08 |
리눅스 버전 확인 (0) | 2015.05.08 |
리눅스 man texinfo (0) | 2015.05.08 |
리눅스 alias 설정 (0) | 2015.05.08 |
CentOS7 Host name (0) | 2015.05.08 |