我的 Debian Lenny 系统中有静态 IP,通过 IP ping Internet 工作正常。遗憾的是 www.google.com 未按名称解析。我无法在我的 Linux 上安装任何附加软件,因为它不解析名称。
/etc/网络/接口:
# Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or
# /usr/share/doc/ifupdown/examples for more information.
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface uses static address
auto eth0
iface eth0 inet static
address 192.168.1.99
netmask 255.255.255.0
broadcast 192.168.1.255
network 192.168.1.0
gateway 192.168.1.1
dns-nameservers 8.8.8.8
如何使用标准工具跟踪 DNS 请求以发现问题?
这似乎是您的 Debian 设备上的 DNS 解析问题。
尝试这个:
这应该可以解决您的问题。