[Linux] CentOS 7 네트워크 초기 설정
2020. 2. 15. 18:03ㆍServer/Linux
1. 네트워크 설정
- CentOS 7은 초기에 설치하면 ifconfig, netstat 명령어가 동작이 되지 않음
2. ifcfg-enp0s3 설정
- 해당 파일 위치는 /etc/sysconfig/network-scripts에 위치
- vi ifcfg-enq0s3으로 설정이 가능합니다.
3. 네트워크 ON
- ifcfg-enp0s3에 접속하면 가장 아래줄에 ONBOOT 상태가 no로 되어 있으며 yes로 변경 후 저장
4. 네트워크 시작
- systemctl start network로 ifcfg-enp0s3에 설정된 내용을 적용하여 네트워크를 시작
4. net-tools 설치
- yum -y install net-tools로 net-tools프로그램 설치
5. ifconfig 명령어 입력
- net-tools로 인해 네트워크 관련 명령어 사용이 가능합니다.
'Server > Linux' 카테고리의 다른 글
[Linux] CentOS 7 Apache Source 설치 (0) | 2020.03.01 |
---|---|
[Linux] CentOS 7 mysql8 source 설치 (0) | 2020.03.01 |
[Linux] CentOS 7 APM 설치 전 OpenSSL Source 설치 (0) | 2020.02.25 |
[Linux] CentOS 7 설치 후 초기 셋팅 (0) | 2020.02.24 |
[Linux] CentOS 7 설치 방법 (0) | 2020.02.15 |