Ubuntu 22.04 LTS 를 설치하면 ifconfig가 설치되어있지 않습니다.
ifconfig 실행시 에러 발생
ffoooo@mapserver:~$ ifconfig
Command 'ifconfig' not found, but can be installed with:
sudo apt install net-tools
net-tools 설치
ffoooo@mapserver:~$ sudo apt-get install net-tools
ifconfig 실행
ffoooo@mapserver:~$ ifconfig
enp0s25: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet xxx.xxx.xxx.xxx netmask 255.255.255.0 broadcast xxx.xxx.xxx.xxx
....
출처==https://installati.one/ubuntu/22.04/net-tools/
How To Install net-tools on Ubuntu 22.04
In this tutorial we learn how to install net-tools on Ubuntu 22.04. net-tools is NET-3 networking toolkit
installati.one
ip addr를 통하여 아이피 확인이 가능합니다.
ffoooo@mapserver:~$ ip addr'Ubuntu' 카테고리의 다른 글
| [Ubuntu 22.04 LTS] 콘솔 잠금 vlock (2) | 2022.08.22 |
|---|---|
| [Ubuntu 22.04 LTS] Ubuntu 22.04.1 LTS 업그레이드하기 (0) | 2022.08.22 |
| [Ubuntu 22.04 LTS] 우분투 버전 확인 (0) | 2022.08.22 |
| [Ubuntu 22.04 LTS] 고정 IP 설정 (0) | 2022.08.22 |
| [Ubuntu 22.04 LTS] root 계정 활성화 (1) | 2022.08.12 |