PPPoE Performance Problem

From: Matthias Teege <matthias-dbq(at)mteege.de>
Date: Mon, 17 Nov 2008 14:13:52 +0100

Moin,

ich habe ein FreeBSD 7.1 auf einem Soekris 4801 Rechner installiert. Es
soll eine OpenBSD DSL Gateway ablösen. Auf dem alten System verwende
ich den Userland PPP Daemon an einer 6MBit ADSL Leitung und bekomme eine
angemessene Geschwindigkeit. Das FreeBSD System mit Netgraph PPP bringt
es nur auf knapp 1MBit im Downstream. Der Upstream ist in beiden Fällen
nahezu identisch. Das Soekris System ist schwächer als die aktuelle
Hardware aber auf beiden Systemen ist die Belastung nahe Null.

Hat jemand eine Idee, was einen derartigen Abfall verursachen kann?

Hier mein ppp.conf

default:
  set log Phase tun command # you can add more detailed logging if you wish
  set ifaddr 10.0.0.1/0 10.0.0.2/0

arcor:
  set device PPPoE:sis0 # replace sis0 with your Ethernet device
  set authname "name"
  set authkey password
  set dial
  set mtu max 1460
  set mru max 1460
  set speed sync
  disable acfcomp protocomp
  deny acfcomp
  enable lqr
  set login
  add default HISADDR

und ein Auszug aus meiner Kernelkonfiguration

device if_bridge
device pf
device pflog
device pfsync
device carp
device gif

options NETGRAPH
options NETGRAPH_ETHER
options NETGRAPH_PPPOE
options NETGRAPH_SOCKET

options ALTQ
options ALTQ_CBQ
options ALTQ_RED
options ALTQ_RIO
options ALTQ_HFSC
options ALTQ_PRIQ

In den Logs ist auf den ersten Blick nichts auffälliges und ich habe
auch keine Priorisierung oder Bandbreitenlimitierung in der pf.conf.

Vielen Dank
Matthias

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Mon 17 Nov 2008 - 14:14:00 CET

search this site