Frage zu pppoe

From: Ulrich Grey <usenet(at)ulrich-grey.de>
Date: Thu, 21 Nov 2013 14:48:11 +0100

Hallo,

ich habe hier auf der Raspberry-Pi Hardware FreeBSD laufen:

gw:=>/home/pi:$] uname -a
FreeBSD gw 10.0-BETA3 FreeBSD 10.0-BETA3 #6 r257803M: Wed Nov 20
05:44:06 CET 2013 root(at)gw:/BUILD/SRC/10/sys/arm/compile/RPI-B arm

Das Gerät dient als Gateway.

Wenn ich userland-ppp starte:

ppp -background telekom

bekomme ich folgende Fehlermeldungen:

Working in background mode
Warning: Add! route failed: ff02::: errno: Value too large to be stored
in data type
Warning: Add! route failed: 0.0.0.0: errno: Value too
large to be stored in data type
Using interface: tun0
PPP enabled

Die Verbindung wird aufgebaut, ich kann problemlos surfen, d.h.
Probleme sind für mich nicht erkennbar.

Hier die ppp.conf:

gw:=>/home/pi:$] less /etc/ppp/ppp.conf
####
default:
 set log Phase LCP IPCP CCP Warning Error Alert
 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
# nat enable yes #! pf.conf
 delete all

telekom:
 set device PPPoE:ue1
 set MTU max 1492
 set MRU max 1492
 set authname "**************"
 set authkey "*********"
 set dial
 set login
 set timeout 0
#
 set crtscts off
 set speed sync
 accept lqr
# enable lqr echo
 disable deflate
 disable pred1
 disable vjcomp
 disable acfcomp
 disable protocomp
 disable ipv6cp # !
 enable tcpmssfixup
#
 add! default HISADDR # add oder add!: auf Fehlermeldung keinen
Einfluss.
######

man errno sagt:

84 EOVERFLOW Value too large to be stored in data type. A
numerical result of the function was too large to be stored in the
caller provided space.

Mir ist unklar:
o ist dieser Fehler evtl. Plattformabhängig,
o kommt er von userland-ppp oder
o z.B. von route?
o welche Konsequenzen hat er?

Ich bin für jeden Hinweis dankbar!

Ulrich Grey

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Thu 21 Nov 2013 - 14:56:23 CET

search this site