본문 바로가기
Ubuntu

[Ubuntu 22.04 LTS] ifconfig 설치하기

by UpDream- 2022. 8. 12.

 

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