https://codekiller.tistory.com/460
[Ubuntu 명령어] Ubuntu net-tools 설치하기
우분투를 처음설치 시, 네트워크 관련 툴이 없어서 IP등 정보 확인이 어렵습니다. 아래의 명령어를 이용하여 네트워크 툴을 설치합니다. sudo apt install net-tools
codekiller.tistory.com
"ip addr" 명령어를 이용하여 아이피를 확인 가능합니다.
$ ip addr