Hello,
Since several days I have an issue where one of our small network PC's cannot resolve domain name addresses, while it can access external servers given by its IP address. If I try to browse for example: Internet explorer returns a "This page cannot be displayed" and Firefox a "Server not found"
The configuration of this PC does not differ from the others (obtain IP and DNS automatically) PC's of the network.
The network is just 6 XP pc's connected to a DSL router through a switch. Internal IP addresses are given through DHCP by the router.
While external IP addresses can be ping normally from this PC, external named servers cannot. The other PC's can normally surf the internet.
ipconfig /all returns the same as other PC's:
That would seem a DNS problem but the strange thing is that nslookup seems to work normally:
I have read some posts suggesting to re-install TCP/IP, and others telling that the problem could come from the firewall. I have uninstalled the firewall and I have reinstalled TCP/IP (by removing the winsocket registry entries and installing it again from /windows/inf). None of this attempts have solved the problem for instance.
Any hints would be welcome.
Thank you very much.
Since several days I have an issue where one of our small network PC's cannot resolve domain name addresses, while it can access external servers given by its IP address. If I try to browse for example: Internet explorer returns a "This page cannot be displayed" and Firefox a "Server not found"
The configuration of this PC does not differ from the others (obtain IP and DNS automatically) PC's of the network.
The network is just 6 XP pc's connected to a DSL router through a switch. Internal IP addresses are given through DHCP by the router.
While external IP addresses can be ping normally from this PC, external named servers cannot. The other PC's can normally surf the internet.
ipconfig /all returns the same as other PC's:
Code:
Windows IP Configuration
Host Name . . . . . . . . . . . . : Inspiron9300
Primary Dns Suffix . . . . . . . :
Node Type . . . . . . . . . . . . : Unknown
IP Routing Enabled. . . . . . . . : No
WINS Proxy Enabled. . . . . . . . : No
DNS Suffix Search List. . . . . . : local.net
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : local.net
Description . . . . . . . . . . . : Broadcom 440x 10/100 Integrated Controller
Physical Address. . . . . . . . . : 00-14-22-EA-69-FB
Dhcp Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
IP Address. . . . . . . . . . . . : 192.168.1.5
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DHCP Server . . . . . . . . . . . : 192.168.1.1
DNS Servers . . . . . . . . . . . : 192.168.1.1
Lease Obtained. . . . . . . . . . : lundi, 17. septembre 2007 08:01:03
Lease Expires . . . . . . . . . . : lundi, 17. septembre 2007 10:01:03
That would seem a DNS problem but the strange thing is that nslookup seems to work normally:
Code:
C:\>nslookup
Default Server: SpeedTouch.local.net
Address: 192.168.1.1
> [URL unfurl="true"]www.google.com[/URL]
Server: SpeedTouch.local.net
Address: 192.168.1.1
Non-authoritative answer:
Name: [URL unfurl="true"]www.l.google.com[/URL]
Addresses: 209.85.129.99, 209.85.129.147, 209.85.129.104
Aliases: [URL unfurl="true"]www.google.com[/URL]
I have read some posts suggesting to re-install TCP/IP, and others telling that the problem could come from the firewall. I have uninstalled the firewall and I have reinstalled TCP/IP (by removing the winsocket registry entries and installing it again from /windows/inf). None of this attempts have solved the problem for instance.
Any hints would be welcome.
Thank you very much.