/etc/resolv.conf
アクティブネームサーバーが含まれています(ping
コマンドとして報告されます)。host
それともnslookup
解決できますか?google.com
$ host google.com google.com has address 74.125.228.3 google.com has address 74.125.228.4 ... $ nslookup google.com ... Non-authorative answer: Name: google.com Address: 74.125.228.0 Name: google.com Address: 74.125.228.1 ..
ping
それともtelnet
解決できませんか?google.com
$ ping google.com ping: unknown host google.com $ telnet google.com google.com: node name or service name not known
ベストアンサー1
構成されたDNSサーバーを照会せずに(そして他のDNS照会コードを使用しているように見える)、ホスト名を解決できping
ないようです。回避策は次のとおりです。telnet
host
nslookup
適用範囲/etc/nsswitch.conf
は次のとおりです/etc/nsswitch.dns
。
cp /etc/nsswitch.dns /etc/nsswitch.conf