2. ifconfig, netstat 등의 네트워크 명령어 설치하기
페이지 정보
작성자 관리자 댓글 0건 조회 6,256회 작성일 19-01-22 21:00본문
2. ifconfig, netstat 등의 네트워크 명령어 설치하기
$ ifconfig 을 실행시 설치하라는 메세지가 나타난다면, 아래와 같이 설치한다.
$ sudo apt-get install net-tools
$ ifconfig
enp0s3: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.0.103 netmask 255.255.255.0 broadcast 192.168.0.255
inet6 fe80::5685:91d3:e4a5:cc19 prefixlen 64 scopeid 0x20<link>
ether 08:00:27:bc:38:94 txqueuelen 1000 (Ethernet)
RX packets 594 bytes 765358 (765.3 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 293 bytes 34218 (34.2 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Local Loopback)
RX packets 96 bytes 7311 (7.3 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 96 bytes 7311 (7.3 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
댓글목록
등록된 댓글이 없습니다.