Run the command:コマンドを実行します:
ip address show IPアドレスの詳細
In the output you will find lines like these:行して、 [出力には、これらのように:
inet 127.0.0.1 /8 scope host loのinet 127.0.0.1 / 8範囲内のホストlo
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の) IPアドレスです。

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.注: inet6には、 IPv6アドレスを含む行です。