PDA

Bekijk de volledige versie : Loading probs with websites - MTU issue



modnet25
15-03-2005, 19:03
hi all,

if you have lags when loading sites or when some sites never load in the webbrowser and you have a DESKTOP FIREWALL installed then this might be a solution:

here is what i did to solve the probs: just open the regedit program (do this by pressing START - COMMAND - regedit).
then search the value HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters\Interfaces\[adapterid]

adapter id is a very long unreadable string like this --> {DEA96A6F-43A6-479C-9F04-6B9DAXX699F} :eek:
there should be several of these entries. choose the one which is showing your network settings at the right window pane. you can identify the 'right entry' by looking at the value DhcpIPAddress which hast to correspond with your own ip (check this by clicking START - COMMAND - cmd - ipconfig)
all other entries just show 0.0.0.0 as ip or the value does not exist - only one shows your ip correctly.
found :confused:

then add a DWORD-Value, name it MTU and assign the value hex 5d4 (that's 1492 in dec).

reboot and test again. :cool:
for me it worked out probably.

the firewalls affected by that are:
kerio in any version
outpost (only tested the last release downloadable at augnitum)

hth
alex (modnet25)

modnet25
03-09-2005, 15:40
hi all,

another info on this can be found at the microsoft TECHNET
Path Maximum Transmission Unit (PMTU) Black Hole-Router (http://www.microsoft.com/technet/community/columns/cableguy/cg0704.mspx)

@oleg and antiloop: might this be THE explanation for the problem?
anyway, it explains why some of us have the problem without a desktop firewall.
please check the article carefully :-) thanks :D

nice weekend all

Tuur
20-02-2006, 20:35
Could this be related?

I'm having problems with random sites not responding every now and then and working fine after a retry. This is only happening on WiFi, wired I have no problems at all...

I've added the MTU key and tried to detect the effective MTU using the ping method described in the article too, but I can't even get a 100% response with multiple tests on the lowest settings.

Three ping rounds (= 12 pings) will always get me at least one time-out on WiFi.

E.g. [ping www.google.com -f -l 548]

Any suggestions?

hferi
27-02-2006, 00:22
then add a DWORD-Value, name it MTU and assign the value hex 5d4 (that's 1492 in dec).


Thanks for this, I spent 2 nights trying to solve this before I've found your solution!

modnet25
24-03-2006, 09:03
Hi all,

i would like to discuss on how we can change the settings in the wl500g to get rid of this black hole thing described here
http://wl500g.info/showthread.php?t=1920

@oleg: may be you can explain something?
@antiloop: you are also one of the hardcoders here...some idea?

@all others: i can't believe that this issue not important...go - start your brains and let's find a solution :D

so far
alex

Oleg
24-03-2006, 15:20
Wl500g is not a blackhole. Your PC firewall blocks ICMP traffic.

modnet25
25-03-2006, 12:21
you're right :mad: but why the hack couldn't you answer a few days before:confused:
changed the settings and now it seems to work.

Oleg
25-03-2006, 12:30
Strange, I've answered to you about a year ago about a PMTU discovery, which is done by the means of ICMP.

modnet25
25-03-2006, 22:33
did it send a reply?

modnet25
09-04-2006, 18:07
hi all, hi oleg ;-)

i still have problems using the router.
when i connect my notebook (thinkpad r52) to the cable i can upload a file (350kb) to my ftp somewhere located in the internet.

then i deactivate the LAN, ensuring that there's no firewall enabled, that the windows firewall is also deactivated and that the MAC has no IP.

now turning on the WLAN, ensuring that a valid IP is assigned and calling google.de works fine.
BUT
Uploading the same file is not possible.

i'm totally sure that there is no firewall...
i also allowed all icmp traffic in the windows network properties dialog for the wlan unit.

any ideas?
i really need help... :(

best regards
alex

knarf
03-05-2006, 06:16
hi all,

if you have lags when loading sites or when some sites never load in the webbrowser and you have a DESKTOP FIREWALL installed then this might be a solution:

...

then add a DWORD-Value, name it MTU and assign the value hex 5d4 (that's 1492 in dec).

hth
alex (modnet25)

That is just a workaround, not a solution. The problem is that somewhere on the way of the packets you send, a certain type of ICMP packets is dropped/filtered. Sonetimes, even companies do that. However, it is more likely that your desktop firewall is configured badly. Let it pass ICMP Destination Unreachable-Fragmentation Needed packets and it should work.

Frank

deej
01-07-2006, 16:23
I had this time-out problem too, it was solved by switching to Oleg's latest firmware. I used to run 1.9.6.0 and tried the reg thing and adding ping stuff to windows firewall, to no avail...

So thumbs up for Oleg :).

twoblink
18-05-2008, 19:29
From a bunch of articles I read online, since I use PPPoE, The correct value for PPPoE should be 1454 (HEX=5ae).