This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Programs can’t access the internet

0

Hello, I have a problem with my program's internet connection,It's look like it can connect but it's doesn't get loading.I can use Firefox,but IE can't access to the internet, and the application on the windows 8's start page also can't connect to the internet at all.Steam, iTunes, IDM all are not function properly.I tried to reinstall windows 8 and windows 7, but problem still exist.I haven't install any anti virus program, and I already allowed program to access internet in windows firewall.I already unchecked the proxy setting in internet options.Another thing is I made a connection using LAN or Wi-Fi to the same network doesn't fix my problem.but another computer can access the internet without having a problem.

Thanks in advance, and sorry for my bad English.

asked 26 May '13, 11:26

ice9142's gravatar image

ice9142
10114
accept rate: 100%


3 Answers:

0

I have access to the router and disable WAN balancing for a while like you said, The problem still exist,so I tried to upgrade the router's firmware to the lastest version, and the problem had gone!!!!! I'm very happy about this. Thanks to you very much to help me solve the problem,Thank you.

answered 29 May '13, 03:29

ice9142's gravatar image

ice9142
10114
accept rate: 100%

1

Even if there is no proxy server entered in IE you might receive automatic configuration options through WPAD, so try turning off "Automatically detect settings" to make sure that no proxy is configured.

You could also use Wireshark to determine what is different when browsing with Firefox and IE, especially by looking at which IP/Port the SYN packets are sent to. If they differ you probably have a proxy server set.

answered 26 May '13, 11:35

Jasper's gravatar image

Jasper ♦♦
23.8k551284
accept rate: 18%

I already turned off "Automatically detect settings" and problem still exist.btw I uploaded a wireshark capture file for verification.

Firefox: http://www.cloudshark.org/captures/3e36e11c3a8f

IE: http://www.cloudshark.org/captures/ac2e2597b88e

(26 May '13, 11:55) ice9142

Can you try to disable the windows firewall for a test? Your router is most likely firewalling you anyway so it should not introduce a security risk. I have had many strange encounters with either the Windows firewall and AV scanners, but you said you do not have AV, so try without the firewall.

(27 May '13, 09:05) Jasper ♦♦

Disabled the windows firewall, problem still exist.I tried to install windows 7 and windows 8, but both have the same problem.

(27 May '13, 23:23) ice9142

1

There is something weird going on while you download via IE. Just an example: tcp.stream eq 9. Data exchange stops in the middle of the communication (large parts of the javascript text missing). Same for other conversations.

If this is really a plain Windows installation I would say it is a problem with the network card driver.

BUT you connected via LAN and Wifi, and you can download via Firefix, so a driver problem is rather unlikely. The only thing in common is your router and the version of Internet explorer (sent a 'User-Agent' string). Maybe some web servers have a problem with that, although that would be rather unlikely, as a lot of people would have similar problems then.

So, I conclude the problem is somehow related to your internet connection. I have no explanation for this kind of behavior (maybe there is some kind of Layer 7 filter enabled), so I recommend to replace the router for a test.

It could also be a transparent proxy at your ISP that causes problems with certain kinds of 'User-Agent' headers.

Another test would be the use of a local proxy like Fiddler 2. If it works with the proxy and with Firefox, and you already replaced your router, then go ahead and ask your ISP regarding this problem.

Regards
Kurt

answered 27 May '13, 01:43

Kurt%20Knochner's gravatar image

Kurt Knochner ♦
24.8k1039237
accept rate: 15%

edited 27 May '13, 14:20

did you replace the router?

(27 May '13, 23:26) Kurt Knochner ♦

I tried Fiddler, but when I use Firefox it's doesn't show a web page, just only loading like the other programs like IE, Is this normal? Another thing is I use the dormitory internet connection ,so I cannot access to the router easily, but I see that they're using Linksys RV042 for load balance,is this relate to my problem? Last thing is I borrowed my friend's desktop PC for test, and it's have a exact same problem with mine, only thing it have like my PC is a Gigabyte motherboard,is this relate to my problem? The computer I said that can connect to internet without any problem is Macbook Air. Thanks

(27 May '13, 23:33) ice9142

I tried Fiddler, but when I use Firefox it's doesn't show a web page, just only loading like the other programs like IE, Is this normal?

No, it replicates your problem with IE for a yet unknown reason.

but I see that they're using Linksys RV042 for load balance,is this relate to my problem?

Maybe. What are they balancing? Several internet connections? According to google the RV042 has two WAN interfaces.

Last thing is I borrowed my friend's desktop PC for test, and it's have a exact same problem with mine

That makes the router more likely to be the source of the problem.

The computer I said that can connect to internet without any problem is Macbook Air.

well, the whole behavior (as you described it) does not make any sense and thus it looks like a bug of the router to me.

Please ask the router admin to disable WAN balancing for a while (unplug one internet connection). Then repeat your tests. If it still does not work, unplug the other internet connection and repeat the test. If it still does not work, ask them to replace the router.

(28 May '13, 00:00) Kurt Knochner ♦