Computer Forum Forum Index
Register  FAQ Profile Log in to check your private messages Log in Register 

switch 2 networks
Goto page Previous  1, 2, 3 ... , 25, 26, 27  Next
 
Post new topic   Reply to topic    Computer Forum Forum Index -> windowsxp network_web
View previous topic :: View next topic  
Author Message
John Wunderlich
Guest





PostPosted: Wed Dec 19, 2007 1:15 am    Post subject: Re: The PC name ends up with DNS name appended. Reply with quote

=?Utf-8?B?bWlrZXN3?= <mikesw@discussions.microsoft.com> wrote in
news:D95B9C7F-CC53-415C-B687-7BCC075AD8BF@microsoft.com:

Quote:
I have a local home PC net with a router to a DSL modem and the
provider is Netzero via Verizon. When I ping another computer on
the home network, the resulting FQDN name I see is
pcname.dns.netzero.com. The 'pcname' is the name of I have for my
PC which is different for each one. The "dns.netzero.com" is made
up, but the router gets configured by the ISP to be the DNS server
for NetZero, lets say for discussion purposes 'dns.netzero.com'.
What is happening is that the pcname is concatenated with the dns
server name and the resulting IP address I see is the address of
the DNS server not the local subnet address of 192.168.x.x which
is DHCP'd by the router. Thus, the other PC's queried/accessed by
using the "PCname" won't respond as being there since the IP
address is the dns server address.

Yes. It works this way. "Ping" is a TCP/IP application, not a NetBT
application. When supplied with a non-qualified domain name (one
without dots), TCP appends domain names according to how TCP/IP was
configured. In your case, if you go to:
Network Control Panel -> Double-click connection -> Properties ->
double-click "Internet Protocol" in window -> Advanced -> Dns Tab ->
You probably have "Append primary and connection-specific DNS Suffixes
checked. The suffixes you are seeing are provided by your ISP as part
of the DHCP configuration. This is actually needed, for example, when
your ISP tells you to configure your Email Client Server with simply
"mail", knowing that the appropriate suffix will automatically be
appended depending on what part of the country you are in.

If the resulting DNS name does not resolve, then Windows will fall back
on Windows Networking to resolve the name. If it does resolve, then
you have an IP address of a computer that you don't want.

Quote:
However, if I ping by the 192.168.x.x address, that address is
also valid and will respond with a reply along with now being able
to access a PC on the local subnet.

Yes. In this case, you've eliminated the middleman name-resolving step
and called out the address manually.

Quote:
I have Netbios enabled and the ipconfig /all shows the correct
subnet address DHCP'd assigned as 192.168.x.x for a particular PC.
I can also do filesharing too. The ipconfig also shows "broadcast"
for each one via the registry entry of "DHCPNODETYPE" being 0x1. I
don't think the registry value should be mixed or hybrid since I
don't use a Wins server nor is it configured.

If you configure a WINS server, the type will default to Hybrid. If you
don't, it will probably default to "Broadcast". Both Hybrid and
Broadcast will do broadcasts if the WINS server does not resolve.

Quote:
However, Ipconfig does show that the Wins proxy is enabled as
'yes'. I don't see that there is a checkbox or a way to enable the
Wins Proxy in the network card properties.

Since you don't seem to be using a WINS server, the proxy function will
not do anything. How to enable/disable the proxy function is shown
here:
<http://www.jsifaq.com/SF/Tips/Tip.aspx?id=5558>

Quote:
Moreover, the router domain name is a blank along with the domain
name that is entered as part of network setup wizard since I use
the Workgroup setting. Also, the registry for "domain" is empty
too. More information: all IP address' are selected to be auto
from the DHCP router, all DNS' are auto,

Don't confuse a TCP/IP domain name (the one provided by your ISP that
get appended to a non-FQDN) with the Domain/Workgroup names that are
associated with NetBT (Windows Networking) protocol. Two different
things.

Quote:
when I ping the pcname of the PC I'm currently logged/using it
doesn't append the dns server name and displays the correct
192.168.x.x address.

Your PC name is Cached locally and apparently is resolved before an
external DNS query occurs.

Quote:
Does anyone know how the DNS server FQDN is being appended to the
local subnet pcname?

Answered above. (It is configured that way)

Quote:
One possibility may be that a PC was setup during network setup
wizard to connect directly to the internet vs. the others to
connect to a LAN and then to the internet? Trying to track down
which one if at all this was done to. They should all be setup to
connect to the LAN and then to the internet regardless if some are
connecting to the router via wireless and some using a CAT5 cable
to the router. Hmmmmm????

Gibberish. When a wireless router is handling network traffic, all
traffic, whether wireless or wired, gets around the same way. When
communicating with a device on the same network, the traffic goes
directly to that device, wireless or wired as is appropriate. All
internet traffic is sent through the Router's WAN port.

I don't know what your problem is... Everything is working as it
should. You do seem to be confusing normal TCP/IP protocols with
Windows Networking's NetBT protocols (NetBT = NetBIOS-over-TCP/IP).
Windows Networking has different name resolving techniques than
straight TCP/IP (Using Master Browsers and "LMHosts" file instead of
DNS Servers and "Hosts" file) although when desperate, they tend to
query each other's tables.

A good place to look to resolve this confusion is:
"Domain Browsing with TCP/IP and LMHOSTS Files"
<http://support.microsoft.com/kb/150800>

HTH,
John
Back to top
Google
Sponsor





PostPosted: Wed Dec 19, 2007 1:15 am    Post subject: Advertisement

Back to top
Robert L. (MS-MVP)
Guest





PostPosted: Wed Dec 19, 2007 3:53 pm    Post subject: Re: cannot register XP in DNS Reply with quote

Thank you for the update.

--
Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on
http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on
http://www.HowToNetworking.com


"Sjaak" <Sjaak@discussions.microsoft.com> wrote in message
news:302442B3-F726-44EF-A96B-F1E69EDE26AA@microsoft.com...
Quote:
Found the solution!!
The laptop received his IP-address from the wrong DHCP server. I Isolated
the new network (no connection to the old network) and tried again, and
now
the laptop can register!!

"Sjaak" wrote:

I have a Windows XP SP2 laptop which I joined to the domain using a valid
account to join computers to the network.

In AD in the container Computers the laptop is shown. But when I go to
the
command prompt and type ipconfig /registerdns I get the following error:

Registration of DNS records Failed: Access is denied.
Back to top
Matt
Guest





PostPosted: Thu Dec 20, 2007 4:20 am    Post subject: RE: Making the Network Work Reply with quote

Well, after trying a few things, which included turning off all the
firewalls, and trying a couple of other settings (I don't remember which
right now) I have managed to connect the tower to the printer connected to
the wireless laptop running Pro. However I'm still having issues connecting
to files on the laptop from the tower.

Any further suggestions?
Back to top
Anteaus
Guest





PostPosted: Thu Dec 20, 2007 9:23 am    Post subject: RE: The PC name ends up with DNS name appended. Reply with quote

On the computer, look at the DNS page of the TCP/IP properties for the LAN
connection. Chances are you have a 'DNS suffix' set, and possibly also a
'DNS search order.' On an internal LAN these items should be blank UNLESS you
own a domain for internal use, such as a large company might have.

Having the name of a domain which you do not own -and which is external to
your LAN- in here will cause trouble with connections between local
computers.

Before removing the suffix entry, you may wish to check the server settings
in your mail client, as these may be relying on the domain being appended to
a short-form name. If so, change the mailserver names accordingly.
Back to top
Bob Willard
Guest





PostPosted: Thu Dec 20, 2007 11:25 am    Post subject: Re: Making the Network Work Reply with quote

Matt wrote:
Quote:
Well, after trying a few things, which included turning off all the
firewalls, and trying a couple of other settings (I don't remember which
right now) I have managed to connect the tower to the printer connected to
the wireless laptop running Pro. However I'm still having issues connecting
to files on the laptop from the tower.

Any further suggestions?



Sounds like your network is working, since you can (I assume) access the
tower's files from your laptop and can even print on the laptop's printer
from your tower - right?

Now you need to set up the laptop's shared folders so that the tower
has access to them. How to do so depends on whether your two PCs are
using XP PRO's simple or complex (M$ calls it advanced) filesystem.

For testing purposes, create a C:\TempTest folder on each PC, and
check the box for ShareThisFolderOnTheNetwork: from Explorer, r.click
on that folder then click on Sharing. Next, create a net.mapped drive
on the tower to that folder on the laptop, and a net.mapped drive on
the laptop to that folder on the tower. Next, create accounts on each
PC with the same credentials (e.g., user=SAM, PW=SPADE) and make sure
that each SAM can access that folder on its own PC. If that folder on
the tower can be accessed from SAM on the laptop and if that folder on
the laptop can be accessed from SAM on the tower, then you're done; if not,
capture the exact error message and supply that along with the filesystem
types.
--
Cheers, Bob
Back to top
Malke
Guest





PostPosted: Wed Dec 26, 2007 3:45 pm    Post subject: Re: Buy viagra - *SPAM* Reply with quote

link270@yahoo.com wrote:

spam


Malke
--
Elephant Boy Computers
www.elephantboycomputers.com
"Don't Panic!"
MS-MVP Windows - Shell/User
Back to top
Robert Aldwinckle
Guest





PostPosted: Fri Dec 28, 2007 12:23 am    Post subject: Re: Can't open web page with IE but other browsers can Reply with quote

(cross-post added to XP Networking)
"Millie" <Millie@discussions.microsoft.com> wrote in message
news:62CE7EE2-967B-4FF4-B86A-8D6CEDD79077@microsoft.com...
Quote:
We have a website with a discussion group and yesterday IE stopped being able
to access the forum. Some folks entirely and others have the pages partially
load. The main website is still accessible with IE and the forum works
perfectly for other browsers but not for the members using IE.

Any idea on why and how to fix the issue?? I personally was using the latest
version of IE but not sure if others were using older versions - but its
everyone using IE that is having the trouble.

website that works with IE- www.julieandrewsonline.com

forum that stopped working with IE yesterday
http://www.julieandrewsonline.com/forum/index.php


The day you reported it I couldn't open that page either.
Fiddler2 indicated that it had a problem decompressing the response

<transcription>
<Title> Fiddler: UnGZip failed </Title>
<text>
The content could not be decompressed.
The calculated checksum differs from the stored checksum.
</text>
</transcription>

Somehow in spite of that IE managed to make something of the response
because I also saw a request and response for:

http://www.julieandrewsonline.com/forum/Themes/default/script.js?fin11

Some scripting is also present in

http://www.julieandrewsonline.com/forum/index.php

which gets cached in the TIF and can be dragged to a Notepad window.

When I did that I could see a problem--probably the same thing that Fiddler
was trying to point out: the source file was truncated, so (for example)
there was no ending </html> tag, so there was no HTML rendered,
so IE put up its ambiguous error message: Internet Explorer cannot display web page.

I also found the location and precise length of the cached page using a cmd window
(starting from the TIF's Content.IE5 subdirectory) with this command pipeline:

dir index* /s | findstr "Directory 2007-12-23"

E.g. then that procedure only found a file having length 20,153
Today (when it's working)

dir index* /s | findstr "Directory 2007-12-27"

has found a file having length 30,232

So probably there was some kind of truncation happening when we were
having a problem.


If there had still been a problem today I was going to try changing my MTU size.
E.g. I had noted that the maximum buffer size that ping could send seemed
to be 1424:

<cmd_output>
F:\>ping -n 1 -f -l 1425 www.julieandrewsonline.com

Pinging premium9.geo.yahoo7.akadns.net [216.39.58.157] with 1425 bytes of data:

Packet needs to be fragmented but DF set.

F:\>ping -n 1 -f -l 1424 www.julieandrewsonline.com

Pinging premium9.geo.yahoo7.akadns.net [216.39.58.157] with 1424 bytes of data:

Reply from 216.39.58.157: bytes=1424 time=62ms TTL=53
</cmd_output>


I think that 1424 is smaller than I would expect for my network interface with PPPoE.

E.g. this article implies that I might expect the maximum to be 1452 = 1480 - 28

<title>How to change the PPPoE MTU size in Windows XP</title>
http://support.microsoft.com/kb/283165

<quotes>
The default and maximum PPPoE MTU size is 1,480 bytes.

Therefore, if the MTU size is set to 1460 (decimal), the max value of NUM
in the following command line can be 1432:

ping IP_address -f -l NUM
</quotes>

I.e. I'm inferring a second (unstated) minimum size of 28 (1460-1432)
for (I guess) some headers needed to do the ping.


Fortunately other articles from the same web search makes these details moot:

(Live Search for
MTU XP site:support.microsoft.com
)

<title>Diagnoses and treatment of black hole routers</title>
http://support.microsoft.com/kb/159211/

says the preferred treatment is

<quote>
Enable PMTU Black Hole Detection on Windows hosts that will be
communicating over a wide area connection, as documented
in Microsoft Knowledge Base article 136970
(http://support.microsoft.com/kb/136970/EN-US/).
</quote>

The article referred to was written for NT 3.5 and has not been
updated to refer to any later versions of NTx (such as XP)!
Nevertheless, there is information in there which has enabled me
to see that I have a feature called PMTU Black Hole Detection
enabled:

<quote>
HKEY_LOCAL_MACHINE \SYSTEM\CurrentControlSet\Services\tcpip\parameters
\EnablePMTUBHDetect (REG_DWORD, 0=disabled, 1=enabled)
</quote>

Specifically my EnablePMTUBHDetect value is set to 1.


My guess is that when requests for the site were failing
there would have been something along the path which
was making this Black Hole Detection mechanism fail
and then because the default MTU maximum would be
too big the fragmentation problem would be occurring
and data would be lost. I'm not sure what good changing
the MTU size on the client side would do anyway because
the big packets would all be originating from the server.

In any case experiments with actually changing the MTU size
can wait. (Whew! <w>)

BTW I'm cross-posting this reply to XP Networking
in case anyone there can comment further on these details,
especially the apparent discrepancy that I'm seeing
regarding the PPPoE fragmentation point, as I see that
1424 maximum on all other sites too.


HTH

Robert Aldwinckle
---


Quote:


Through another support board - I found another website having the same
issues as ours. Both are only have trouble with IE and both are hosted by
yahoo if that helps.

Thanks for any help you can give.

Back to top
Kevin
Guest





PostPosted: Fri Dec 28, 2007 5:54 am    Post subject: Re: Pulling my hair out over file sharing Reply with quote

I am having a similar problem. I have a XP Media Edition hooked up to a
wireless router. Also hardwired to the router is an XP Home Edition. I also
have a Vista Laptop that is wireless. THe problem is I can';t access my
files, even thouh it appears they are fully shared, that are on my XP Home
machine. Any suggestions?

"Chuck" wrote:

Quote:
On Sat, 5 Nov 2005 06:36:03 -0800, Pam <Pam@discussions.microsoft.com> wrote:

I orginally posted this issue in the wireless forum - a couple of kind folks
tried to help but so far to no avail. I manage to isolate the problem to my
wired desktop computer so I thought I would try posting over here. Here goes:

I have a laptop and a desktop networked via a router. Laptop is wireless,
desktop is wired. Verizon DSL comes to both via the router.

Problem: Internet access is fine. I can access the laptop files from the
desktop fine. I can use the desktop's printer from the laptop fine. I CAN'T
access the desktop's files from the laptop. I get the 'you may not have
permission...access denied'message.

Details:
Desktop is running XP Pro. Network connect is static IP.
Laptop is running XP Media Edition (this means it must be Home Edition,
right?) -wireless connect -DHCP.
Router is from Verizon - Westell Versalink

I can ping the desktop from the laptop
I turned off all firewalls - Windows and Norton
I took off the WEP security
file sharing is on - simple file sharing and switched to Advanced - didn't
help
I turned everything off and went to make coffee. Then turned everything on,
router first.
I made sure the user accounts have the exact same names.
System permissions are simple - anybody can do anything
I tried putting a password (identical) on each account
I switched the laptop to a wired connection
I connected a wired Windows 98SE machine (could get to the XP desktop files
from there)

Any ideas?

Pam,

The "...access denied" messages has many causes. Attack the problem
systematically, and it should be possible to find the cause.
http://nitecruzr.blogspot.com/2005/06/mysterious-error-5-aka-access-denied.html
http://nitecruzr.blogspot.com/2005/06/mysterious-error-5-aka-access-denied.html

--
Cheers,
Chuck, MS-MVP [Windows - Networking]
http://nitecruzr.blogspot.com/
Paranoia is not a problem, when it's a normal response from experience.
My email is AT DOT
actual address pchuck mvps org.
Back to top
Robert L. (MS-MVP)
Guest





PostPosted: Fri Dec 28, 2007 4:18 pm    Post subject: Re: Pulling my hair out over file sharing Reply with quote

Also check the permissions in the Security tab. Or this search result may
help. Please post back with the result.

Vista Permission IssuesCan I assume the external drive used to be connecting
to other computer and you just re-connect it the the Vista? Check the
permission using this command: . ...
www.chicagotech.net/vista/vistapermission.htm


--
Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on
http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on
http://www.HowToNetworking.com


"Kevin" <Kevin@discussions.microsoft.com> wrote in message
news:8FA35A8B-95D0-4DB2-B828-CAFC7CB5B865@microsoft.com...
Quote:
I am having a similar problem. I have a XP Media Edition hooked up to a
wireless router. Also hardwired to the router is an XP Home Edition. I
also
have a Vista Laptop that is wireless. THe problem is I can';t access my
files, even thouh it appears they are fully shared, that are on my XP Home
machine. Any suggestions?

"Chuck" wrote:

On Sat, 5 Nov 2005 06:36:03 -0800, Pam <Pam@discussions.microsoft.com
wrote:

I orginally posted this issue in the wireless forum - a couple of kind
folks
tried to help but so far to no avail. I manage to isolate the problem to
my
wired desktop computer so I thought I would try posting over here. Here
goes:

I have a laptop and a desktop networked via a router. Laptop is
wireless,
desktop is wired. Verizon DSL comes to both via the router.

Problem: Internet access is fine. I can access the laptop files from the
desktop fine. I can use the desktop's printer from the laptop fine. I
CAN'T
access the desktop's files from the laptop. I get the 'you may not have
permission...access denied'message.

Details:
Desktop is running XP Pro. Network connect is static IP.
Laptop is running XP Media Edition (this means it must be Home Edition,
right?) -wireless connect -DHCP.
Router is from Verizon - Westell Versalink

I can ping the desktop from the laptop
I turned off all firewalls - Windows and Norton
I took off the WEP security
file sharing is on - simple file sharing and switched to Advanced -
didn't
help
I turned everything off and went to make coffee. Then turned everything
on,
router first.
I made sure the user accounts have the exact same names.
System permissions are simple - anybody can do anything
I tried putting a password (identical) on each account
I switched the laptop to a wired connection
I connected a wired Windows 98SE machine (could get to the XP desktop
files
from there)

Any ideas?

Pam,

The "...access denied" messages has many causes. Attack the problem
systematically, and it should be possible to find the cause.
http://nitecruzr.blogspot.com/2005/06/mysterious-error-5-aka-access-denied.html
http://nitecruzr.blogspot.com/2005/06/mysterious-error-5-aka-access-denied.html

--
Cheers,
Chuck, MS-MVP [Windows - Networking]
http://nitecruzr.blogspot.com/
Paranoia is not a problem, when it's a normal response from experience.
My email is AT DOT
actual address pchuck mvps org.
Back to top
Lefty
Guest





PostPosted: Sat Jan 19, 2008 7:20 pm    Post subject: Re: Why no WZC/Wireless Network Tab? Reply with quote

"Ron Lowe" wrote:

Quote:
"T Edelinski" <TEdelinski@discussions.microsoft.com> wrote in message
news:86B4E2C7-2BEC-4740-9B2F-A1DB56CF3EA9@microsoft.com...
The wireless zero configuration service is no installed on my Comaq
Presario 700. At least, it does not show up in the Adminsitrative Tools.

As a result, I do not have Wireless network tab in my network properties
boxes.

I have been using a number of Dlink wireless adapter cards and they all
work fine. Recently I installed an Extreme G, but it won't work. DLink
insists it is a Windows problem and I have to turn off "Let Windows control
my card" or somthing like that under the Wireless tab in the network
properties. But I don't have such a tab, even though my system help files
show that I should.

How can I can this service turned on? I've loaded every XP update I could
find and it still doesn't show up.

Thanks.


First, try to start the service:

Start | run | type "services.msc" then hit return.
Scroll down to "Wireless Zero Configuration Service"
Double-click it.
Click the start button to start the service.
Set the Startup Type to automatic.


If it does not show in the list of Services, then try this
procedure which Barb Bowman has posted in the past:

Start | run | type "regedit" then hit return.
Navigate to:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WZCSVC

add a DWORD entry named "Start" and value "2"


--
Best Regards,
Ron Lowe
MS-MVP Windows Networking



Back to top
Jack (MVP-Networking).
Guest





PostPosted: Sat Jan 19, 2008 8:44 pm    Post subject: Re: Why no WZC/Wireless Network Tab? Reply with quote

Hi
May be this can Help, http://www.ezlan.net/wzc.html
The Extreme G mode is Not a recognized standard Mode, may be the D-Link
people know that some thing is wrong with this device and it is Not fully
compatible with Windows Wireless Zero Configuration (WZC).
So you try the D-Link manager and WZC, and see which one works better for
you.
Just make sure that they are Not working at the same tome.
http://www.ezlan.net/wireless.html
Jack (MVP-Networking).

"Lefty" <Lefty@discussions.microsoft.com> wrote in message
news:215A4D84-08AC-44D6-A43B-E7430D52E6EE@microsoft.com...
Quote:


"Ron Lowe" wrote:

"T Edelinski" <TEdelinski@discussions.microsoft.com> wrote in message
news:86B4E2C7-2BEC-4740-9B2F-A1DB56CF3EA9@microsoft.com...
The wireless zero configuration service is no installed on my Comaq
Presario 700. At least, it does not show up in the Adminsitrative Tools.

As a result, I do not have Wireless network tab in my network
properties
boxes.

I have been using a number of Dlink wireless adapter cards and they all
work fine. Recently I installed an Extreme G, but it won't work. DLink
insists it is a Windows problem and I have to turn off "Let Windows
control
my card" or somthing like that under the Wireless tab in the network
properties. But I don't have such a tab, even though my system help files
show that I should.

How can I can this service turned on? I've loaded every XP update I
could
find and it still doesn't show up.

Thanks.


First, try to start the service:

Start | run | type "services.msc" then hit return.
Scroll down to "Wireless Zero Configuration Service"
Double-click it.
Click the start button to start the service.
Set the Startup Type to automatic.


If it does not show in the list of Services, then try this
procedure which Barb Bowman has posted in the past:

Start | run | type "regedit" then hit return.
Navigate to:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WZCSVC

add a DWORD entry named "Start" and value "2"


--
Best Regards,
Ron Lowe
MS-MVP Windows Networking



Back to top
Diane Nielsen
Guest





PostPosted: Mon Jan 21, 2008 12:19 am    Post subject: Re: Can't connect wireless; Get "media disconnected" Reply with quote

I downloaded windows SP2 and now I don't have Internet exployer. When I do
ipconfig it shows media disconected so what do I have to do

url:http://www.ureader.com/msg/12844006.aspx
Back to top
Robert Aldwinckle
Guest





PostPosted: Sat Jan 26, 2008 5:04 pm    Post subject: Re: Slow web access Reply with quote

(cross-post added to XP Networking)
"David Quinn" <DavidQuinn@discussions.microsoft.com> wrote in message
news:861A1532-80BF-47C2-BF62-1B0446225EC5@microsoft.com...
Quote:
I have this weird problem my ISP can't seem to help with. I get periods (it
seemed initially to be in the evening but is now at all times of day) of
intermittent poor internet response. Intermittent means that IE (and other
browsers - so don't think it is an IE problem really) stalls for maybe 2 - 3
minutes. The little whirring connection icon on the address bar keeps going
round and it says connecting. (Except sometimes I just get an hour glass and
sometimes I get nothing at all and the whole PC locks.


"the whole PC" or just the IE task? If you can't even move your mouse pointer
or press Ctrl-Alt-Delete to bring up Task Manager you have a problem in a
driver. E.g. looping in an non-interruptible routine.


Quote:
It always comes back
with the requested web page in the end. It never times out. This suggests
that connecting is the problem not the web page. Also this is happening as
much trying to access Google as even obscure web pages. I can get this delay
several times in a row then suddenly a page request will zoom through as
normal. This can happen several times then the delayed responses return. As
you can imagine this is pretty maddening.

When this happens I have opened the task manager and looked at the processes
screen. CPU is rarely over a few % and often the processor shows 99% idle
while IE is still busty connecting.


Also look at the I/O counters. You may have to use View, Select Columns...
to add the necessary statistics.

You can also run a netstat -sp TCP 5 loop in a cmd window for another clue
about what connections are active and how much of that I/O activity could be
associated with networking. netstat -s 5 is a completely different loop
(e.g. no connections get shown and so much detail gets shown each time
that it is hard to correlate); so rather than doing that if I was also interested
in UDP activity I would start netstat -asp UDP 5 in another cmd window.

Those are diagnostics any user could try. Others may have better tools to suggest.
SysInternals used to have one called tdimon which I think gave the sort of
statistical detail you want but AFAICS it is not distributed by Microsoft

http://technet.microsoft.com/en-us/sysinternals/677683af-3f5e-42ea-8116-9c92acd2c271.aspx

E.g. I don't think that tcpview has the required statistics.


Quote:
I have also run a virus and malware check
which both find nothing (not conclusive I know).

I asked my ISP for help. They at first suggested it could be the ADSL
adapters on the phone. I unplugged all the phone extensions, changed the
adapter on the main socket and used a new RJ11 wire to connect into it. It
didn't help.

The ISP also suggested my PC was slow because of full internet
caches (surely these wrap round??)


Yes but how big do you allow it to get?


Quote:
or bad disk sectors or need for
fragmentation. Not sure I buy any of that. Wouldn't explain intermittent
nature of the problem and the PC is not particularly slow in any other way.
Anyway I defragged the drives (I have a 250GB external backup drive).

I can't see how to check for bad sectors now but presumably the defrag would have
found any. This didn't help either.


chkdsk does that checking. It would depend on the nature of the error
I think whether defrag would detect a problem.


Quote:

Any ideas? Could it be the router (supplied by the ISP)? (Incidentally my
wireless LAN is secured). Maybe a simpler question is that if something in
XP (SP2 + auto updates) is corrupt is there any way I can repair or reinstall
it. I tried using my original (2 years old) XP SP1 disk but it said it
couldn't overwrite a newer version.


Take a look at your router. You may find that there are useful diagnostics
in it which you could check via a local connection (at least when only one
iexplore.exe task is in this hung state.)

Or you could try generating a Networking Diagnostics report and comparing
it with a normal report. I would try using all options *except* the ping connectivity
tests. Run... netsh diag gui is one way to start it.

IMO this is yet another example of how deficient XP is in terms of networking
diagnostics for end users. I haven't figured out what is best to use for these
circumstances either. One tool that I haven't looked at yet is perfmon.
E.g. we might be able to construct a relevant report with it that is easier
to check and assess than any of the other tools I have mentioned.

BTW I think that XP Networking is a more appropriate newsgroup
for this discussion so I am cross-posting there.


Good luck

Robert Aldwinckle
---
Back to top
David Quinn
Guest





PostPosted: Sun Jan 27, 2008 12:10 pm    Post subject: Re: Slow web access Reply with quote

Robert

Thanks for the comprehensive reply and for cross posting to the right user
group. I will work my way through this stuff and let you know (might take me
a while - I'm sort of half competent. I used to design very large IDMS
databases on mainframes but it is not quite the same thing).

David Quinn

"Robert Aldwinckle" wrote:

Quote:
(cross-post added to XP Networking)
"David Quinn" <DavidQuinn@discussions.microsoft.com> wrote in message
news:861A1532-80BF-47C2-BF62-1B0446225EC5@microsoft.com...
I have this weird problem my ISP can't seem to help with. I get periods (it
seemed initially to be in the evening but is now at all times of day) of
intermittent poor internet response. Intermittent means that IE (and other
browsers - so don't think it is an IE problem really) stalls for maybe 2 - 3
minutes. The little whirring connection icon on the address bar keeps going
round and it says connecting. (Except sometimes I just get an hour glass and
sometimes I get nothing at all and the whole PC locks.


"the whole PC" or just the IE task? If you can't even move your mouse pointer
or press Ctrl-Alt-Delete to bring up Task Manager you have a problem in a
driver. E.g. looping in an non-interruptible routine.


It always comes back
with the requested web page in the end. It never times out. This suggests
that connecting is the problem not the web page. Also this is happening as
much trying to access Google as even obscure web pages. I can get this delay
several times in a row then suddenly a page request will zoom through as
normal. This can happen several times then the delayed responses return. As
you can imagine this is pretty maddening.

When this happens I have opened the task manager and looked at the processes
screen. CPU is rarely over a few % and often the processor shows 99% idle
while IE is still busty connecting.


Also look at the I/O counters. You may have to use View, Select Columns...
to add the necessary statistics.

You can also run a netstat -sp TCP 5 loop in a cmd window for another clue
about what connections are active and how much of that I/O activity could be
associated with networking. netstat -s 5 is a completely different loop
(e.g. no connections get shown and so much detail gets shown each time
that it is hard to correlate); so rather than doing that if I was also interested
in UDP activity I would start netstat -asp UDP 5 in another cmd window.

Those are diagnostics any user could try. Others may have better tools to suggest.
SysInternals used to have one called tdimon which I think gave the sort of
statistical detail you want but AFAICS it is not distributed by Microsoft

http://technet.microsoft.com/en-us/sysinternals/677683af-3f5e-42ea-8116-9c92acd2c271.aspx

E.g. I don't think that tcpview has the required statistics.


I have also run a virus and malware check
which both find nothing (not conclusive I know).

I asked my ISP for help. They at first suggested it could be the ADSL
adapters on the phone. I unplugged all the phone extensions, changed the
adapter on the main socket and used a new RJ11 wire to connect into it. It
didn't help.

The ISP also suggested my PC was slow because of full internet
caches (surely these wrap round??)


Yes but how big do you allow it to get?


or bad disk sectors or need for
fragmentation. Not sure I buy any of that. Wouldn't explain intermittent
nature of the problem and the PC is not particularly slow in any other way.
Anyway I defragged the drives (I have a 250GB external backup drive).

I can't see how to check for bad sectors now but presumably the defrag would have
found any. This didn't help either.


chkdsk does that checking. It would depend on the nature of the error
I think whether defrag would detect a problem.



Any ideas? Could it be the router (supplied by the ISP)? (Incidentally my
wireless LAN is secured). Maybe a simpler question is that if something in
XP (SP2 + auto updates) is corrupt is there any way I can repair or reinstall
it. I tried using my original (2 years old) XP SP1 disk but it said it
couldn't overwrite a newer version.


Take a look at your router. You may find that there are useful diagnostics
in it which you could check via a local connection (at least when only one
iexplore.exe task is in this hung state.)

Or you could try generating a Networking Diagnostics report and comparing
it with a normal report. I would try using all options *except* the ping connectivity
tests. Run... netsh diag gui is one way to start it.

IMO this is yet another example of how deficient XP is in terms of networking
diagnostics for end users. I haven't figured out what is best to use for these
circumstances either. One tool that I haven't looked at yet is perfmon.
E.g. we might be able to construct a relevant report with it that is easier
to check and assess than any of the other tools I have mentioned.

BTW I think that XP Networking is a more appropriate newsgroup
for this discussion so I am cross-posting there.


Good luck

Robert Aldwinckle
---


Back to top
Robert Aldwinckle
Guest





PostPosted: Sat Feb 02, 2008 2:11 pm    Post subject: Re: Unable to access one website only Reply with quote

(cross-post added to XP Networking)
"Paul" <Paul@discussions.microsoft.com> wrote in message
news:FEC3DD76-EBD2-42E4-A479-6ADE5E2F15B0@microsoft.com...
Quote:
Hello. Robert. Re the page loading here is a copy of view source:
....
div class="roundedYellow"
h2><img src="/bbimages/uk/titles/BBPrivacyStatementBTsy.gif"
width="371" height="28" alt="Blockbuster Website Privacy Statement" /></h2
div class="roundedContentYellow"

table cellspacing="0" cellpadding="10" border="0" style="bo
As you can see not much....


Looks like you may be receiving some custom content as a subscriber then.
I don't get anything like that. E.g. no "roundedYellow" and the only instances
of the word "privacy" don't have either of the contexts shown above.

In any case the most likely explanation for this is a problem with MTU size.
You're going to have difficulty finding the correct size to use though
because all of the tests that I know of for determining it rely on ping -f -l
I think you should check with your ISP for help. Very likely this would be
an issue which other subscribers would have already had to deal with.

See this post for my previous comments on that possibility.
As I indicated there a better newsgroup for resolving it would be
one which specializes in networking for your OS.

http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.internetexplorer.general&mid=baadebd4-d421-4fc5-b407-73018d50825b&sloc=en-us

(Communities search of IE General for
julieandrewsonline
)

I guess I can cross-post this one too.
If anybody wants to see the whole thread in IE General so far
they can use this link:

http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?&query=blockbuster&lang=en&cr=US&guid=&sloc=en-us&dg=microsoft.public.internetexplorer.general&p=1&tid=12de80ae-b3ab-4658-94ae-ceb7e058b7e9


Good luck

Robert
---


Quote:
I will digest the rest of your comments.
One other strange thing is that on my laptop I have AOL 9 and if I use that
to access the site quite often the page will load but obviosly within their
brower and software.
I really appreciate everybod's help as this is new ground for me but I am
learning Fast. Thank you Robert.

"Robert Aldwinckle" wrote:

"Paul" <Paul@discussions.microsoft.com> wrote in message
news:12DE80AE-B3AB-4658-94AE-CEB7E058B7E9@microsoft.com...
I for the past week have not been able to access www. block buster.co.uk.
....
also to add my page is a complete blank, no error message just
hanging as though it is struggling to load.


Often that is a symptom of either a page which is only designed to redirect
but is blocked from doing so from some reason or there is a problem with
the transmission of the full page. In either case you could check with View
Source (Alt-V,c) to see how "completely blank" your page really is.
E.g. if you don't see </HTML> at the bottom of the source file IE would not
render it and would show you a blank page.


Can anybody help please.


FYI that site does not use redirect. You can tell that by examining the browse
stack (e.g. via the Back button dropdown list) but I also I traced it with Fiddler2.
The size of the HTML file was 31,033. However, that number may only be
coming from the response's Content-Length: header. Unfortunately the page
is marked non-cacheable (no-cache) so it doesn't show in the TIF Viewer
(Alt-T,O,Alt-S,V) but the View Source instance would and its properties would
show you a very good approximation of the page's length. E.g. viewed that way
the Size: appears as 30.3KB

Also, FWIW when I view that page's source with Notepad with Word Wrap off
and the Status bar on and press Ctrl-End, I see Line 406 in the Status bar
(with the </HTML> tag just above it.)


HTH

Robert Aldwinckle
---


Back to top
Display posts from previous:   
Post new topic   Reply to topic    Computer Forum Forum Index -> windowsxp network_web All times are GMT
Goto page Previous  1, 2, 3 ... , 25, 26, 27  Next
Page 26 of 27

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Computer Forum