会社のクラウドサービスでUbuntu 14.04を実行しています(インスタンスにはエラスティックIPがあります)。コマンドラインで実行しているインスタンスのIPアドレスをチェックアウトしたいのですが、うまくいきませんでした。
root@ubuntu14-graphite:~# hostname
ubuntu14-graphite
root@ubuntu14-graphite:~# hostname -i
hostname: Name or service not known
理由がわかりません。
私はubuntu14-graphiteにpingを試みましたが、それは言いました:
unknown host ubuntu14-graphite.
それは私のホストが存在しないということですか?
別のサーバー(クラウドインスタンスではなく、物理サーバー)があります。このサーバーにCentOS 6.7をインストールしました。ホスト名のIPをチェックしましたが、特別なものは何もありませんでした/etc/hosts
。
の出力はcat /etc/hosts
次のとおりです。
127.0.0.1 localhost
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts