728x90
CentOS 7을 minimal로 다운 받아 ifconfig가 존재하지 않아 오류가 발생한다.
해결 방법에는 1. ip 명령어 사용, 2. hostname -I 명령어 사용, 3. net-tools 설치가 있다.
1. ip 명령어 사용
ip addr
ip addr을 입력한다.
2. hostname -I 명령어 사용
hostname -I
ip 주소를 빠르게 알아낼 수 있다.
3. net-tools 설치
[root@centosnode ~]# yum install net-tools
... (생략)
===========================================================================================
Package Arch Version Repository Size
===========================================================================================
Installing:
net-tools x86_64 2.0-0.17.20131004git.el7 base 304 k
Transaction Summary
===========================================================================================
Install 1 Package
Total download size: 304 k
Installed size: 917 k
Is this ok [y/d/N]: y
이후 ifconfig를 실행하면 정상적으로 작동한다.
참고
CentOS 7 ifconfig 명령어 없음 - 제타위키 (zetawiki.com)
728x90
'Infra > CentOS' 카테고리의 다른 글
[CentOS] CentOS7에 Gradle 설치하기 (0) | 2021.11.12 |
---|---|
[CentOS] Linux Git Server 구축하기 (0) | 2021.11.09 |
[CentOS] SSH Root 로그인 막기 (0) | 2021.11.08 |
[CentOS] Linux 환경에서 그룹 생성, 사용자 생성 (0) | 2021.11.08 |