09

Feb

How to check the IP address with Ubuntu

It's f.oh.S.S.On August 23 (US time), "How to Check IP Address in Ubuntu Linux [Quick Tip]" featured how to use a command to display the host's IP address in Ubuntu.The article assumes Ubuntu, but the commands used can also be used in other Linux distributions.

UbuntuでIPアドレスを確認する方法

The main methods introduced are as follows.

コマンド内容
ip addr showIPv4とIPv6アドレスを表示
ip aip addr showと同じ
hostname -IIPv4アドレスを表示
curl ifconfig.meサーバと通信する時に使われるパブリックIPアドレスを表示

The IFCONFIG command should not be used in recent Linux distributions, so it is better not to use it.

設定されたIPアドレスなどのネットワーク情報を表示するコマンドとしては、これまでifconfigが使われることが多かった。ifconfigコマンドはLinuxのみならずmacohSやFreeBSDなどほかのUNIX系オペレーティングシステムでも利用できる。ipコマンドは最近Linuxに導入されたコマンドで、Linux以外のオペレーティングシステムでは利用できない。