PDA

View Full Version : Loading probs with websites - MTU issue


modnet25
15-03-2005, 20: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, 16: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, 21: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, 01: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!

knarf
03-05-2006, 07: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, 17: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, 20:29
From a bunch of articles I read online, since I use PPPoE, The correct value for PPPoE should be 1454 (HEX=5ae).