Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista networking & sharing

Vista - Re: Only Internet Explorer will connect to the Internet

Reply
 
Old 07-03-2007   #1 (permalink)
Robert Aldwinckle


 
 

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...
>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
---



My System SpecsSystem Spec
Old 07-03-2007   #2 (permalink)
Jason Hudson


 
 

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?

> 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
> ---
>
>
>

My System SpecsSystem Spec
Old 07-08-2007   #3 (permalink)
Gistcheckin


 
 

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:

> 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?
>
> > 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
> > ---
> >
> >
> >

My System SpecsSystem Spec
Old 07-09-2007   #4 (permalink)
Robert Aldwinckle


 
 

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...
> 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. ; )


> 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
---


My System SpecsSystem Spec
Old 07-09-2007   #5 (permalink)
Gistcheckin


 
 

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:

> (cross-post added to Vista Networking)
> "Jason Hudson" <JasonHudson@discussions.microsoft.com> wrote in message
> news:F5E2254E-19E2-4E0E-AA6A-51AD16A057AF@microsoft.com...
> >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
> ---
>
>
>

My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
It says my internet is connected but when I open Internet Explorer it doesn't work! Browsers & Mail
Can't connect to internet with Internet Explorer Vista networking & sharing
internet explorer cannot open the internet site Vista General
Internet Explorer Temporary Internet Files Settings Tutorials
Can't connect to Internet thru any applications except Explorer Vista networking & sharing


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

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