W. eWatson wrote:
> My 95 year old neighbor's PC no longer connects to the internet. If I
> put in safe mode, it will. His ISP is Comcast. He bought a refurb from
> Clearing (Subject) in 2007. When it comes up normally, and I try IE, it
> hangs while showing Connecting. It is possible to execute, slowly, some
> simple programs while connecting. IE shows something like
> www.xfinitity/... and something about an error. Maybe in the registry.
>
> I asked him to search for the CD/DVD he got with it. Maybe a new install
> will break through. Comments?
Xfinity is some hollow Comcast branding. It suggests the error message,
is coming from a home page setting or the like. A home page set up by some
Comcast software. And a visit to xfinity.com will show Comcast at work.
http://www.time.com/time/specials/pa...914808,00.html
Find a web page about "WinXP network troubleshooting" and start there. The home
page in the browser isn't appearing, either because there is no physical
network connection (something is in the way), or just DNS is broken, and
Windows cannot at the moment consult a DNS server and convert "www.xfinity.com"
to 142.231.1.167 .
You can open a command prompt (MSDOS) window on your current working PC,
and type
nslookup
www.xfinity.com
and get that kind of information. Then
ping 142.231.1.167
to verify a basic network connection is there. It appears 142.231.1.167
supports ICMP ping, so I can reach the web site right now. It returns a
response in about 70 milliseconds.
I can also do a TraceRoute to the server in the MSDOS window.
tracert 142.231.1.167
and from my position on the network, the TraceRoute shows a total of
13 network nodes (routers or the like), between my home computer and
the xfinity.com server. The final answering server has "akamaitechnologies.com"
in the name, which means Comcast is using Akamai servers to ensure a
good web experience in reaching their (rebranding) web site.
Paul