Run the command: 명령을 실행합니다 :
ip address show 주소 표시
In the output you will find lines like these: 이와 같은 라인의 출력을 발견할 것이다 :
inet 127.0.0.1 /8 scope host lo inet 127.0.0.1 / 8 범위를 호스트 강력
inet 192.168.1.10 /24 brd 192.168.1.255 scope global eth1 inet 192.168.1.10 / 24 brd 192.168.1.255 범위를 글로벌 eth1

The highlighted portions are your (ipv4) ip addresses. 강조 표시된 부분은 당신의 (의 IPv4) 주소합니다.

The /8 or /24 represents your network. 에서 / 8 개 또는 / 24의 네트워크를 나타냅니다. /8 means your subnet mask is 255.0.0.0 and /24 means your subnet mask is 255.255.255.0. / 8 뜻은 고객님의 서브넷 마스크는 255.0.0.0과 / 24 뜻은 고객님의 서브넷 마스크가 255.255.255.0합니다. You will not have a subnet typically for a point-to-point connection. 일반적으로 당신은 서브넷에 포인트 -이 - 포인트 연결을합니다.

Note: The lines containing inet6 provides the ipv6 addresses. 참고 사항 : ipv6 주소를 포함한 행 inet6을 제공합니다.