Real Geek Forums  

Go Back   Real Geek Forums > Archives > Operating Systems > Windows Vista > Windows Vista Networking & Sharing

Notices

Reply

Only Internet Explorer will connect to the Internet

 

LinkBack Thread Tools Display Modes
Old 07-03-2007, 11:15 AM   #1 (permalink)
Default Re: Only Internet Explorer will connect to the Internet

(cross-post added to Vista Networking)
"Jason Hudson" <JasonHudson@discussions.microsoft.com> wrote in message
news:F5E2254E-19E2-4E0E-AA6A-51AD16A057AF@microsoft.com...
Quote:
>I just got a new machine from Acer and it came with Vista Home Basic installed.
>
> I can connect to the Internet via my dial up account and Internet Explorer
> will go out there and I can surf all day long. However, Internet Explorer is
> the only thing that will connect. My iTunes will not connect and when I try
> to sync to the iTunes server, it immediately cuts me off and says the server
> is unavailable. Mozilla FireFox won't connect to my home page (yahoo.com)
> and the interesting thing is that Outlook will send email but will not
> download email.
>
> I've turned off everything I can think off - Windows Firewall, Antivirus,
> Windows Defender - I've changed the properties of my connection to all
> thinkable configurations (thinkable by me anyways) and any other
> Internet-like properties I can find but nothing seems to work. I can ping
> yahoo.com servers and any other servers and I get a reply and I can run
> tracert to all the servers as well. No problems there. But, I know they use
> a different protocol. However, TCP/IP works with IE 7 so why wouldn't it
> work with FireFox or anything else on my computer. The POP3 protocol doesn't
> seem to be working or at least allowing anything in.
>
> What could possibly be preventing me from using anything but Internet
> Explorer to surf the Internet?

Your ISP. Does it require you to check for proxy settings?

On XP I would use netcap + Ethereal to do a packet trace
as proof that the ISP server is the cause of the problem.
E.g. compare what the requests from the different browsers look like
and the responses they get. If the only difference is User-Agent
you may be able to spoof an IE User-Agent with Firefox.

As for problems with ports other than 80 (HTTP server) you could try
using telnet to simulate a connection.


Cross-post to Vista Networking added.
Link to existing subthreads:

http://www.microsoft.com/communities...a-51ad16a057af


Good luck

Robert Aldwinckle
---


Robert Aldwinckle
Guest
 
Posts: n/a
Reply With Quote  
Old 07-03-2007, 11:38 AM   #2 (permalink)
Default Re: Only Internet Explorer will connect to the Internet

I will check with my ISP for that specific question because I don't think I
asked that very specific question of them. I just played dumb and allowed
them to go through their own troubleshooting methods.

However, regarding ports, I checked those as well. I know that various
ports are working other than 80 because I can connect with https: (port
143???), the ECHO port is working (port 7????), POP3 is working I think as I
can send email, I just can't receive.

What is netcap+Ethereal?
Quote:
> Your ISP. Does it require you to check for proxy settings?
>
> On XP I would use netcap + Ethereal to do a packet trace
> as proof that the ISP server is the cause of the problem.
> E.g. compare what the requests from the different browsers look like
> and the responses they get. If the only difference is User-Agent
> you may be able to spoof an IE User-Agent with Firefox.
>
> As for problems with ports other than 80 (HTTP server) you could try
> using telnet to simulate a connection.
>
>
> Cross-post to Vista Networking added.
> Link to existing subthreads:
>
> http://www.microsoft.com/communities...a-51ad16a057af
>
>
> Good luck
>
> Robert Aldwinckle
> ---
>
>
>
Jason Hudson
Guest
 
Posts: n/a
Reply With Quote  
Old 07-09-2007, 03:50 AM   #3 (permalink)
Default Re: Only Internet Explorer will connect to the Internet

Microsoft® Windows® XP and Windows Server® 2003 include built-in network
capture tools such as Netcap and Rasdiag that can capture local network
traffic without having to install products such as Netmon or Ethereal. Use
tools such as Windows Network Monitor (NetMon) and Windows Sysinternals
TDIMon for network data analysis. Windows Sysinternals tools can be
downloaded from the Windows Sysinternals page on Microsoft TechNet.
http://www.microsoft.com/technet/sec...01f590df3.mspx

There is a tool called netcap.exe on the Windows XP CD (even for Home
Edition) that can be used to make captures that you can read into Ethereal.

You install netcap.exe by running setup.exe in the Support/Tools directory
on the CD. The NetworkMonitor driver will
be installed when you run netcap.exe.

Description of the Network Monitor Capture Utility
http://support.microsoft.com/?kbid=310875

Ethereal
http://www.ethereal.com/faq.html#q5.16
--
Gistcheckin


"Jason Hudson" wrote:
Quote:
> I will check with my ISP for that specific question because I don't think I
> asked that very specific question of them. I just played dumb and allowed
> them to go through their own troubleshooting methods.
>
> However, regarding ports, I checked those as well. I know that various
> ports are working other than 80 because I can connect with https: (port
> 143???), the ECHO port is working (port 7????), POP3 is working I think as I
> can send email, I just can't receive.
>
> What is netcap+Ethereal?
>
Quote:
> > Your ISP. Does it require you to check for proxy settings?
> >
> > On XP I would use netcap + Ethereal to do a packet trace
> > as proof that the ISP server is the cause of the problem.
> > E.g. compare what the requests from the different browsers look like
> > and the responses they get. If the only difference is User-Agent
> > you may be able to spoof an IE User-Agent with Firefox.
> >
> > As for problems with ports other than 80 (HTTP server) you could try
> > using telnet to simulate a connection.
> >
> >
> > Cross-post to Vista Networking added.
> > Link to existing subthreads:
> >
> > http://www.microsoft.com/communities...a-51ad16a057af
> >
> >
> > Good luck
> >
> > Robert Aldwinckle
> > ---
> >
> >
> >
Gistcheckin
Guest
 
Posts: n/a
Reply With Quote  
Old 07-09-2007, 07:43 PM   #4 (permalink)
Default Re: Only Internet Explorer will connect to the Internet

"Gistcheckin" <Gistcheckin@discussions.microsoft.com> wrote in message
news:508571E2-8A1B-4E42-B359-B6E1E46BBCB6@microsoft.com...
Quote:
> Microsoft® Windows® XP and Windows Server® 2003 include built-in network
> capture tools such as Netcap and Rasdiag that can capture local network
> traffic without having to install products such as Netmon or Ethereal.

Live and learn! I had not noticed rasdiag.exe before... Thanks. ; )

Quote:
> Use
> tools such as Windows Network Monitor (NetMon) and Windows Sysinternals
> TDIMon for network data analysis. Windows Sysinternals tools can be
> downloaded from the Windows Sysinternals page on Microsoft TechNet.
> http://www.microsoft.com/technet/sec...01f590df3.mspx
>
> There is a tool called netcap.exe on the Windows XP CD (even for Home
> Edition) that can be used to make captures that you can read into Ethereal.
>
> You install netcap.exe by running setup.exe in the Support/Tools directory
> on the CD. The NetworkMonitor driver will
> be installed when you run netcap.exe.
>
> Description of the Network Monitor Capture Utility
> http://support.microsoft.com/?kbid=310875
>
> Ethereal
> http://www.ethereal.com/faq.html#q5.16

What do you think of this?

http://www.wireshark.org/faq.html#q1.2

In one thread last year when I mentioned Ethereal the poster found that instead,
downloaded it and then claimed her AV had detected something suspicious
in it.

Naturally today has to be the day when Google Groups is acting up
and the web interface appears to have purged the thread I'm basing
my recollection on. (So I can't give you a link to check.) ; ]


Robert
---


Robert Aldwinckle
Guest
 
Posts: n/a
Reply With Quote  
Old 07-09-2007, 08:08 PM   #5 (permalink)
Default Re: Only Internet Explorer will connect to the Internet

And, thank you, Robert. I don't use all these tools being the one and only
personal home/office UNHEARD of USER typecast. LOL.
--
Gistcheckin


"Robert Aldwinckle" wrote:
Quote:
> (cross-post added to Vista Networking)
> "Jason Hudson" <JasonHudson@discussions.microsoft.com> wrote in message
> news:F5E2254E-19E2-4E0E-AA6A-51AD16A057AF@microsoft.com...
Quote:
> >I just got a new machine from Acer and it came with Vista Home Basic installed.
> >
> > I can connect to the Internet via my dial up account and Internet Explorer
> > will go out there and I can surf all day long. However, Internet Explorer is
> > the only thing that will connect. My iTunes will not connect and when I try
> > to sync to the iTunes server, it immediately cuts me off and says the server
> > is unavailable. Mozilla FireFox won't connect to my home page (yahoo.com)
> > and the interesting thing is that Outlook will send email but will not
> > download email.
> >
> > I've turned off everything I can think off - Windows Firewall, Antivirus,
> > Windows Defender - I've changed the properties of my connection to all
> > thinkable configurations (thinkable by me anyways) and any other
> > Internet-like properties I can find but nothing seems to work. I can ping
> > yahoo.com servers and any other servers and I get a reply and I can run
> > tracert to all the servers as well. No problems there. But, I know they use
> > a different protocol. However, TCP/IP works with IE 7 so why wouldn't it
> > work with FireFox or anything else on my computer. The POP3 protocol doesn't
> > seem to be working or at least allowing anything in.
> >
> > What could possibly be preventing me from using anything but Internet
> > Explorer to surf the Internet?
>
>
> Your ISP. Does it require you to check for proxy settings?
>
> On XP I would use netcap + Ethereal to do a packet trace
> as proof that the ISP server is the cause of the problem.
> E.g. compare what the requests from the different browsers look like
> and the responses they get. If the only difference is User-Agent
> you may be able to spoof an IE User-Agent with Firefox.
>
> As for problems with ports other than 80 (HTTP server) you could try
> using telnet to simulate a connection.
>
>
> Cross-post to Vista Networking added.
> Link to existing subthreads:
>
> http://www.microsoft.com/communities...a-51ad16a057af
>
>
> Good luck
>
> Robert Aldwinckle
> ---
>
>
>
Gistcheckin
Guest
 
Posts: n/a
Reply With Quote  
Reply

Tags
None

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Can't connect to Internet thru any applications except Explorer siamesekitten Windows Vista Networking & Sharing 0 06-09-2007 02:46 AM
Help! - Internet Explorer IE6 - Clearing Temporary Internet Files Joseph Ferraro Windows XP Configuration & Management 6 01-11-2005 06:23 PM
Can't connect to Internet Ted Windows XP New Users 2 07-23-2003 03:06 PM
cannot connect to internet explorer with att connection susan Windows XP Network & Web 0 07-19-2003 05:02 PM
cant connect to internet after 1 hour of no internet activity. Kiley Windows XP Hardware 0 07-06-2003 01:58 PM


All times are GMT. The time now is 09:01 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright © 2005 - 2007 RealGeek.com. All rights reserved.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90