[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 2 Router - einer lahmt



Hi,

hast Du schon mal die folgenden zwei Sachen angeguckt?

1. Paketgröße auf DSL soll immer mal wieder ein Problem darstellen -
wenn der Router die Sache zu optimistisch sieht. Hier habe ich Dir mal
den betreffenden Abschnitt aus meiner DSL-Startdatei
(/etc/ppp/peers/dsl):

> # Use the pppoe program to send the ppp packets over the Ethernet link
> # This line should work fine if this computer is the only one accessing
> # the Internet through this DSL connection. This is the right line to use
> # for most people.
> pty "/usr/sbin/pppoe -I eth0 -T 80 -m 1452"
> 
> # If the computer connected to the Internet using pppoe is not being used
> # by other computers as a gateway to the Internet, you can try the following
> # line instead, for a small gain in speed:
> #pty "/usr/sbin/pppoe -I eth0 -T 80"
> 
> # An even more conservative version of the previous line, if things
> # don't work using -m 1452...
> #pty "/usr/sbin/pppoe -I eth0 -T 80 -m 1412"

Das was ich meine versteckt sich hinter dem "-m 14..". Mit ifconfig
bekommst u.A. die MTU der Schnittstellen angezeigt (~ mitte dritte Zeile
jedes Schnittstellensatzes). Das ist die Paketgröße die die
Schnittstelle eingestellt hat. Evtl. solltest Du mal Deine Paketgröße
auf ppp0 nachsehen und testweise kleiner machen. 

2. Dann gibt es da noch so ein Flag im Kernel, das nennt sich "TCP
Explicit Congestion Notification support" oder in der Kernelkonfig
"CONFIG_INET_ECN". Wenn man das aktiv hat, dann soll es auch mit vielen
Routern im Internet Probleme geben. Da ich selbst bisher noch mit Kernel
2.4 glücklich bin, kann ich Dir leider nicht sagen, wie Du das beim
2.6er zur Laufzeit beeinflussen kannst.

MfG Wilfried Essig




Reply to: