目標: サーバーから IP アドレスを取得します。ただし、専用と VPS は大きく異なるという問題が生じます。IPアドレスをプルしてチェックして印刷するための最良または最も理想的な方法は何ですか?
以下で確認できると思いますか?
root@host]# /sbin/ifconfig venet0:0 | grep 'inet addr:' | cut -d: -f2 | awk '{ print $1}'
IP IS HERE
root@host]# /sbin/ifconfig eth0 | grep 'inet addr:' | cut -d: -f2 | awk '{ print $1}'
eth0: error fetching interface information: Device not found