ppp mit Ericsson H5321gw

NaWi

Well-Known Member
Hallo !

Ich habe den Beitrag hier http://bsdforen.de/threads/eingebau...en-ericsson-hspa-wwan-minicard-h5321gw.31562/ gefunden, werde daraus aber nicht wirklich schlau. Die Angaben als ppp.conf zu verwenden endete im Log mit Eintragungen (sinngemäß) bad file descriptor.

Meine Ausgaben :

Code:
dmesg | grep cdc
cdce0:: <H5321 gw Mobile Broadband Network Adapter> on usbus0
ue0: <USB Ethernet> on cdce0

dmesg | grep umodem
umodem0: <H5321 gw Mobile Broadband Modem> on usbus0
umodem0: data interface 2, has CM over data, has break
umodem1: <H5321 gw Mobile Broadband Data Modem> on usbus0
umodem1: data interface 4, has CM over data, has break
umodem2: <H5321 gw Mobile Broadband GPS Port> on usbus0
umodem2: data interface 10, has CM over data, has break

Verbindungsaufbau mit ppp :

Code:
ppp
using interface: tun0
set device /dev/cuaU0
set speed 460800
set authname web@telering.at
set authkey web
add default HISADDR
enable dns
term

*EMRDY: 1
at
OK
atdt*99#
CONNECT
ppp
Ppp
PPp
ppp
ppp
show physic

Am Ende habe ich ein state: closed und sehe, octets in und out und packages in und out.

Wie kann ich daraus eine funktionierende ppp.conf erstellen und, wie bekomme ich mit ppp eine dauerhafte Verbindung zum Testen hin ?

Meine resolve.conf ist leer. Die SIM benötigt keinen PIN,

Danke für Tipps.
 
Du setzt keinen sog. "PDP context" (Stichwort: APN). Schick doch mal zwischen den beiden at-Befehlen noch folgenden ab:

Code:
at+cgdcont=1,"IP","web"

Am Rande: Mit ordentlichen logs wäre die Fehlersuche vermutlich einfacher... ;)
 
Du setzt keinen sog. "PDP context" (Stichwort: APN). Schick doch mal zwischen den beiden at-Befehlen noch folgenden ab:

Code:
at+cgdcont=1,"IP","web"

Am Rande: Mit ordentlichen logs wäre die Fehlersuche vermutlich einfacher... ;)

Hallo !

Danke für die Antwort. Ich hatte leider keine Zeit um mich vorher zu melden.
Das mit den Log's stimmt natürlich ... ich bin durch Zufall auf die ppp.log gestoßen und werde diese nachreichen ... sorry.

EDIT : Hatte auch noch keine Zeit zum probieren.
 
Anbei Screenshots der ppp Ausgaben und der Datei ppp.log. Auf dem Ding befindet sich nur ein FreeBSD 10.1 (DVD Version).

Da ifconfig ein ue0 auflistet, habe ich auch PPPoE - mit noch weniger Erfolg - versucht.

Wenn Du weitere Informationen benötigst, sag bitte einfach bescheid - danke.

ppp_1.jpg


ppp_2.jpg


ppp.log.jpg
 
Ich hab' meine Einstellungen gerade mal im "interactive mode" getestet. Doofe Tipperei! :) Es ist wesentlich einfacher, gleich ein entsprechendes Profil in der ppp.conf anzulegen und dann mittels "ppp <Profil>" zu testen.

Du brauchst wohl noch die Zeile mit "set ifaddr ...":

Code:
# ppp
Working in interactive mode
Using interface: tun0
ppp ON loki> set device /dev/cuaU0
ppp ON loki> set speed 460800
ppp ON loki> set authname ""
ppp ON loki> set authkey ""
ppp ON loki> add default HISADDR
ppp ON loki> enable dns
ppp ON loki> set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
ppp ON loki> term
deflink: Entering terminal mode on /dev/cuaU0
Type `~?' for help

*EMRDY: 1
at
OK
at+cpin?
+CPIN: READY

OK
at+cgdcont=1,"ip","web.vodafone.de"
OK
atd*99***1#
CONNECT
ppp ON loki>
Ppp ON loki>
PPp ON loki> Warning: 0.0.0.0: Change route failed: errno: No such process
PPP ON loki>

Da ich den von dir verlinkten Post nicht mehr ändern kann hier nochmal meine ppp.conf (diesmal in code tags):

Code:
vodafone:
 set timeout 0
 set device /dev/cuaU0
 set speed 460800
 set authname ""
 set authkey  ""
 set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 3 \"\" \
  \\d\\d\\dAT OK-AT-OK \
  \\d\\d\\dAT+CPIN? READY-\\d\\d\\dAT+CPIN=\\\"0815\\\"-OK \
  \\d\\d\\dAT+CGDCONT=1,\\\"ip\\\",\\\"web.vodafone.de\\\" OK \
  \\d\\d\\dAT+CFUN=1 OK-AT-OK \
  \\d\\d\\dATD*99***1# CONNECT"
 set openmode passive 0
 set stopped 10 10
 set reconnect 3 5
 set urgent
 set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0

 add default HISADDR
 resolv reload

 enable  lqr echo dns
 disable mppe deflate pred1 ipv6cp
 deny  mppe deflate pred1
 
Danke für Deine Antwort.
Ja, mit dem Tippen gebe ich Dir recht ... am Ende soll es ja ganz ohne funktionieren.

Ich hab Deine ppp.conf einmal übernommen, meinen APN geändert und, das Logging eines anderen Beispiels gelassen. Erfolg hatte ich leider keinen - oder ich habe etwas übersehen (beim obigen Versuch wurden noch Daten gesendet). Mit der Option -ddial wird laut ifconfig keine IP zugeordnet.

ppp.conf1.jpg


ppp.conf2.jpg


ppp.jpg


ppp.log.jpg
 
Ich habe nun folgendes probiert :

ppp.conf :

Code:
#################################################################
# PPP  Sample Configuration File
# Originally written by Toshiharu OHNO
# Simplified 5/14/1999 by wself@cdrom.com
#
# See /usr/share/examples/ppp/ for some examples
#
# $FreeBSD: releng/10.1/etc/ppp/ppp.conf 203943 2010-02-16 01:07:06Z jkim $
#################################################################

default:
set log Phase Chat LCP IPCP CCP tun command Connect Filter Error Alert
#ident user-ppp VERSION

telering:
set device /dev/cuaU0
set speed 460800
set authname web@telering.at
set authkey web
set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 3 \"\" \
  \\d\\d\\dAT OK-AT-OK \
  \\d\\d\\dAT+CPIN? READY-\\d\\d\\dAT+CPIN=\\\"2360\\\"-OK \
  \\d\\d\\dAT+CGDCONT=1,\\\"IP\\\",\\\"WEB\\\" OK \
  \\d\\d\\dAT+CFUN=1 OK-AT-OK \
  \\d\\d\\dATD*99# CONNECT"
set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
add default HISADDR
resolv reload
enable dns

ppp.log :

Code:
Apr 21 13:26:36 w541 newsyslog[529]: logfile first created
Apr 21 13:26:49 w541 ppp[797]: Phase: Using interface: tun0
Apr 21 13:26:49 w541 ppp[797]: Phase: deflink: Created in closed state
Apr 21 13:26:49 w541 ppp[797]: tun0: Command: telering: set device /dev/cuaU0
Apr 21 13:26:49 w541 ppp[797]: tun0: Command: telering: set speed 460800
Apr 21 13:26:49 w541 ppp[797]: tun0: Command: telering: set authname web@telering.at
Apr 21 13:26:49 w541 ppp[797]: tun0: Command: telering: set authkey ********
Apr 21 13:26:49 w541 ppp[797]: tun0: Command: telering: set dial ABORT BUSY ABORT NO\sCARRIER TIMEOUT 3 ""   \d\d\dAT OK-AT-OK   \d\d\dAT+CPIN? READY-\d\d\dAT+CPIN=\"2360\"-OK   \d\d\dAT+CGDCONT=1,\"IP\",\"WEB\" OK   \d\d\dAT+CFUN=1 OK-AT-OK   \d\d\dATD*99# CONNECT
Apr 21 13:26:49 w541 ppp[797]: tun0: Command: telering: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
Apr 21 13:26:49 w541 ppp[797]: tun0: Command: telering: add default HISADDR
Apr 21 13:26:49 w541 ppp[797]: tun0: Command: telering: resolv reload
Apr 21 13:26:49 w541 ppp[797]: tun0: Command: telering: enable dns
Apr 21 13:26:49 w541 ppp[797]: tun0: Phase: PPP Started (interactive mode).
Apr 21 13:26:57 w541 ppp[797]: tun0: Command: /dev/ttyv0: show physic
Apr 21 13:27:00 w541 ppp[797]: tun0: Command: /dev/ttyv0: dial
Apr 21 13:27:00 w541 ppp[797]: tun0: Phase: bundle: Establish
Apr 21 13:27:00 w541 ppp[797]: tun0: Phase: deflink: closed -> opening
Apr 21 13:27:00 w541 ppp[797]: tun0: Phase: deflink: Connected!
Apr 21 13:27:00 w541 ppp[797]: tun0: Phase: deflink: opening -> dial
Apr 21 13:27:00 w541 ppp[797]: tun0: Chat: deflink: Dial attempt 1 of 1
Apr 21 13:27:00 w541 ppp[797]: tun0: Chat: Send: AT^M
Apr 21 13:27:06 w541 ppp[797]: tun0: Chat: Expect(3): OK
Apr 21 13:27:06 w541 ppp[797]: tun0: Chat: Received: ^M
Apr 21 13:27:06 w541 ppp[797]: tun0: Chat: Received: *EMRDY: 1^M
Apr 21 13:27:06 w541 ppp[797]: tun0: Chat: Received: AT^M^M
Apr 21 13:27:06 w541 ppp[797]: tun0: Chat: Received: OK^M
Apr 21 13:27:06 w541 ppp[797]: tun0: Chat: Send: AT+CPIN?^M
Apr 21 13:27:07 w541 ppp[797]: tun0: Command: /dev/ttyv0: show physic
Apr 21 13:27:12 w541 ppp[797]: tun0: Chat: Expect(3): READY
Apr 21 13:27:12 w541 ppp[797]: tun0: Chat: Received: AT+CPIN?^M^M
Apr 21 13:27:12 w541 ppp[797]: tun0: Chat: Received: +CPIN: READY^M
Apr 21 13:27:12 w541 ppp[797]: tun0: Chat: Received: ^M
Apr 21 13:27:12 w541 ppp[797]: tun0: Chat: Received: OK^M
Apr 21 13:27:12 w541 ppp[797]: tun0: Chat: Send: AT+CGDCONT=1,"IP","WEB"^M
Apr 21 13:27:18 w541 ppp[797]: tun0: Chat: Send: AT+CFUN=1^M
Apr 21 13:27:25 w541 ppp[797]: tun0: Chat: Expect(3): OK
Apr 21 13:27:25 w541 ppp[797]: tun0: Chat: Received: AT+CGDCONT=1,"IP","WEB"^M^M
Apr 21 13:27:25 w541 ppp[797]: tun0: Chat: Received: OK^M
Apr 21 13:27:25 w541 ppp[797]: tun0: Chat: Received: AT+CFUN=1^M^M
Apr 21 13:27:25 w541 ppp[797]: tun0: Chat: Received: OK^M
Apr 21 13:27:25 w541 ppp[797]: tun0: Chat: Send: ATD*99#^M
Apr 21 13:27:31 w541 ppp[797]: tun0: Chat: Expect(3): CONNECT
Apr 21 13:27:31 w541 ppp[797]: tun0: Chat: Received: ATD*99#^M^M
Apr 21 13:27:31 w541 ppp[797]: tun0: Chat: Received: CONNECT^M
Apr 21 13:27:31 w541 ppp[797]: tun0: Phase: deflink: dial -> carrier
Apr 21 13:27:32 w541 ppp[797]: tun0: Phase: deflink: /dev/cuaU0: CD detected
Apr 21 13:27:32 w541 ppp[797]: tun0: Phase: deflink: carrier -> login
Apr 21 13:27:32 w541 ppp[797]: tun0: Phase: deflink: login -> lcp
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP: FSM: Using "deflink" as a transport
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP: deflink: State change Initial --> Closed
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP: deflink: State change Closed --> Stopped
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP: deflink: RecvConfigReq(3) state = Stopped
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  ACFCOMP[2]
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  PROTOCOMP[2]
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  MRU[4] 1500
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  MAGICNUM[6] 0x82029030
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP: deflink: SendConfigReq(1) state = Stopped
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  ACFCOMP[2]
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  PROTOCOMP[2]
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  MRU[4] 1500
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  MAGICNUM[6] 0x47ba007e
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP: deflink: SendConfigAck(3) state = Stopped
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  ACFCOMP[2]
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  PROTOCOMP[2]
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  MRU[4] 1500
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  MAGICNUM[6] 0x82029030
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP: deflink: LayerStart
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP: deflink: State change Stopped --> Ack-Sent
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP: deflink: RecvConfigReq(4) state = Ack-Sent
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  ACFCOMP[2]
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  PROTOCOMP[2]
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  MRU[4] 1500
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  MAGICNUM[6] 0x82029030
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP: deflink: SendConfigAck(4) state = Ack-Sent
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  ACFCOMP[2]
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  PROTOCOMP[2]
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  MRU[4] 1500
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  MAGICNUM[6] 0x82029030
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP: deflink: RecvConfigAck(1) state = Ack-Sent
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  ACFCOMP[2]
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  PROTOCOMP[2]
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  MRU[4] 1500
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP:  MAGICNUM[6] 0x47ba007e
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP: deflink: State change Ack-Sent --> Opened
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP: deflink: LayerUp
Apr 21 13:27:32 w541 ppp[797]: tun0: Phase: bundle: Authenticate
Apr 21 13:27:32 w541 ppp[797]: tun0: Phase: deflink: his = CHAP 0x05, mine = none
Apr 21 13:27:32 w541 ppp[797]: tun0: Phase: Chap Input: CHALLENGE (57 bytes from Kermit)
Apr 21 13:27:32 w541 ppp[797]: tun0: Phase: Chap Output: RESPONSE (web@telering.at)
Apr 21 13:27:32 w541 ppp[797]: tun0: Phase: Chap Input: SUCCESS (Congratulations!)
Apr 21 13:27:32 w541 ppp[797]: tun0: IPCP: Using trigger address 0.0.0.0
Apr 21 13:27:32 w541 ppp[797]: tun0: CCP: FSM: Using "deflink" as a transport
Apr 21 13:27:32 w541 ppp[797]: tun0: CCP: deflink: State change Initial --> Closed
Apr 21 13:27:32 w541 ppp[797]: tun0: CCP: deflink: LayerStart.
Apr 21 13:27:32 w541 ppp[797]: tun0: CCP: MPPE: Not usable without CHAP81
Apr 21 13:27:32 w541 ppp[797]: tun0: CCP: deflink: SendConfigReq(1) state = Closed
Apr 21 13:27:32 w541 ppp[797]: tun0: CCP:  DEFLATE[4] win 15
Apr 21 13:27:32 w541 ppp[797]: tun0: CCP:  PRED1[2]
Apr 21 13:27:32 w541 ppp[797]: tun0: CCP: deflink: State change Closed --> Req-Sent
Apr 21 13:27:32 w541 ppp[797]: tun0: Phase: deflink: lcp -> open
Apr 21 13:27:32 w541 ppp[797]: tun0: Phase: bundle: Network
Apr 21 13:27:32 w541 ppp[797]: tun0: IPCP: FSM: Using "deflink" as a transport
Apr 21 13:27:32 w541 ppp[797]: tun0: IPCP: deflink: State change Initial --> Closed
Apr 21 13:27:32 w541 ppp[797]: tun0: IPCP: deflink: LayerStart.
Apr 21 13:27:32 w541 ppp[797]: tun0: IPCP: deflink: SendConfigReq(1) state = Closed
Apr 21 13:27:32 w541 ppp[797]: tun0: IPCP:  IPADDR[6] 0.0.0.0
Apr 21 13:27:32 w541 ppp[797]: tun0: IPCP:  COMPPROTO[6] 16 VJ slots with slot compression
Apr 21 13:27:32 w541 ppp[797]: tun0: IPCP:  PRIDNS[6] 192.168.42.129
Apr 21 13:27:32 w541 ppp[797]: tun0: IPCP:  SECDNS[6] 255.255.255.255
Apr 21 13:27:32 w541 ppp[797]: tun0: IPCP: deflink: State change Closed --> Req-Sent
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP: deflink: RecvProtocolRej(1) state = Opened
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP: deflink: -- Protocol 0x80fd (Compression Control Protocol) was rejected!
Apr 21 13:27:32 w541 ppp[797]: tun0: CCP: deflink: State change Req-Sent --> Stopped
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP: deflink: RecvProtocolRej(2) state = Opened
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP: deflink: -- Protocol 0x8057 (Internet Protocol V6 Control Protocol) was rejected!
Apr 21 13:27:32 w541 ppp[797]: tun0: Phase: deflink: IPV6CP protocol reject closes IPV6CP !
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP: deflink: RecvProtocolRej(3) state = Opened
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP: deflink: -- Protocol 0x8057 (Internet Protocol V6 Control Protocol) was rejected!
Apr 21 13:27:32 w541 ppp[797]: tun0: Phase: deflink: IPV6CP protocol reject closes IPV6CP !
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP: deflink: RecvTerminateReq(1) state = Opened
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP: deflink: LayerDown
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP: deflink: SendTerminateAck(1) state = Opened
Apr 21 13:27:32 w541 ppp[797]: tun0: LCP: deflink: State change Opened --> Stopping
Apr 21 13:27:32 w541 ppp[797]: tun0: CCP: deflink: State change Stopped --> Closed
Apr 21 13:27:32 w541 ppp[797]: tun0: CCP: deflink: State change Closed --> Initial
Apr 21 13:27:32 w541 ppp[797]: tun0: Phase: deflink: open -> lcp
Apr 21 13:27:32 w541 ppp[797]: tun0: IPCP: deflink: State change Req-Sent --> Starting
Apr 21 13:27:32 w541 ppp[797]: tun0: IPCP: deflink: LayerFinish.
Apr 21 13:27:32 w541 ppp[797]: tun0: IPCP: Connect time: 0 secs: 0 octets in, 0 octets out
Apr 21 13:27:32 w541 ppp[797]: tun0: IPCP: 0 packets in, 0 packets out
Apr 21 13:27:32 w541 ppp[797]: tun0: IPCP:  total 0 bytes/sec, peak 0 bytes/sec on Tue Apr 21 13:27:32 2015
Apr 21 13:27:32 w541 ppp[797]: tun0: IPCP: deflink: State change Starting --> Initial
Apr 21 13:27:32 w541 ppp[797]: tun0: Phase: bundle: Terminate
Apr 21 13:27:33 w541 ppp[797]: tun0: Phase: deflink: Carrier lost
Apr 21 13:27:33 w541 ppp[797]: tun0: LCP: deflink: State change Stopping --> Starting
Apr 21 13:27:33 w541 ppp[797]: tun0: LCP: deflink: LayerFinish
Apr 21 13:27:33 w541 ppp[797]: tun0: LCP: deflink: State change Starting --> Initial
Apr 21 13:27:33 w541 ppp[797]: tun0: Phase: deflink: Disconnected!
Apr 21 13:27:33 w541 ppp[797]: tun0: Phase: deflink: lcp -> logout
Apr 21 13:27:33 w541 ppp[797]: tun0: Phase: deflink: Disconnected!
Apr 21 13:27:33 w541 ppp[797]: tun0: Phase: deflink: logout -> hangup
Apr 21 13:27:33 w541 ppp[797]: tun0: Phase: deflink: Connect time: 33 secs: 392 octets in, 316 octets out
Apr 21 13:27:33 w541 ppp[797]: tun0: Phase: deflink: 11 packets in, 9 packets out
Apr 21 13:27:33 w541 ppp[797]: tun0: Phase:  total 21 bytes/sec, peak 141 bytes/sec on Tue Apr 21 13:27:33 2015
Apr 21 13:27:33 w541 ppp[797]: tun0: Phase: deflink: hangup -> closed
Apr 21 13:27:33 w541 ppp[797]: tun0: Phase: bundle: Dead
Apr 21 13:27:41 w541 ppp[797]: tun0: Command: /dev/ttyv0: show physic
Apr 21 13:27:46 w541 ppp[797]: tun0: Command: /dev/ttyv0: quit
Apr 21 13:27:46 w541 ppp[797]: tun0: Phase: PPP Terminated (normal).

Wenn ich die ppp.conf mit enable pap ODER enable chap81 ODER enable pap passwdauth chap chap81 ergänze, erhalte ich folgenden ppp.log (es läuft immer auf ein "Too many LCP REQs sent" hinaus) :

Code:
Apr 23 21:07:28 w541 newsyslog[528]: logfile first created
Apr 23 21:10:44 w541 ppp[799]: Phase: Using interface: tun0
Apr 23 21:10:44 w541 ppp[799]: Phase: deflink: Created in closed state
Apr 23 21:10:44 w541 ppp[799]: tun0: Command: telering: set device /dev/cuaU0
Apr 23 21:10:44 w541 ppp[799]: tun0: Command: telering: set speed 460800
Apr 23 21:10:44 w541 ppp[799]: tun0: Command: telering: enable pap passwdauth chap chap81
Apr 23 21:10:44 w541 ppp[799]: tun0: Command: telering: set authname web@telering.at
Apr 23 21:10:44 w541 ppp[799]: tun0: Command: telering: set authkey ********
Apr 23 21:10:44 w541 ppp[799]: tun0: Command: telering: set dial ABORT BUSY ABORT NO\sCARRIER TIMEOUT 3 ""   \d\d\dAT OK-AT-OK   \d\d\dAT+CPIN? READY-\d\d\dAT+CPIN=\"2360\"-OK   \d\d\dAT+CGDCONT=1,\"IP\",\"WEB\" OK   \d\d\dAT+CFUN=1 OK-AT-OK   \d\d\dATD*99# CONNECT
Apr 23 21:10:44 w541 ppp[799]: tun0: Command: telering: set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0
Apr 23 21:10:44 w541 ppp[799]: tun0: Command: telering: add default HISADDR
Apr 23 21:10:44 w541 ppp[799]: tun0: Command: telering: resolv reload
Apr 23 21:10:44 w541 ppp[799]: tun0: Command: telering: enable dns
Apr 23 21:10:44 w541 ppp[799]: tun0: Phase: PPP Started (interactive mode).
Apr 23 21:10:46 w541 ppp[799]: tun0: Command: /dev/ttyv0: dial
Apr 23 21:10:46 w541 ppp[799]: tun0: Phase: bundle: Establish
Apr 23 21:10:46 w541 ppp[799]: tun0: Phase: deflink: closed -> opening
Apr 23 21:10:46 w541 ppp[799]: tun0: Phase: deflink: Connected!
Apr 23 21:10:46 w541 ppp[799]: tun0: Phase: deflink: opening -> dial
Apr 23 21:10:46 w541 ppp[799]: tun0: Chat: deflink: Dial attempt 1 of 1
Apr 23 21:10:46 w541 ppp[799]: tun0: Chat: Send: AT^M
Apr 23 21:10:52 w541 ppp[799]: tun0: Chat: Expect(3): OK
Apr 23 21:10:52 w541 ppp[799]: tun0: Chat: Received: ^M
Apr 23 21:10:52 w541 ppp[799]: tun0: Chat: Received: *EMRDY: 1^M
Apr 23 21:10:52 w541 ppp[799]: tun0: Chat: Received: AT^M^M
Apr 23 21:10:52 w541 ppp[799]: tun0: Chat: Received: OK^M
Apr 23 21:10:52 w541 ppp[799]: tun0: Chat: Send: AT+CPIN?^M
Apr 23 21:10:58 w541 ppp[799]: tun0: Chat: Expect(3): READY
Apr 23 21:10:58 w541 ppp[799]: tun0: Chat: Received: AT+CPIN?^M^M
Apr 23 21:10:58 w541 ppp[799]: tun0: Chat: Received: +CPIN: READY^M
Apr 23 21:10:58 w541 ppp[799]: tun0: Chat: Received: ^M
Apr 23 21:10:58 w541 ppp[799]: tun0: Chat: Received: OK^M
Apr 23 21:10:58 w541 ppp[799]: tun0: Chat: Send: AT+CGDCONT=1,"IP","WEB"^M
Apr 23 21:11:04 w541 ppp[799]: tun0: Chat: Send: AT+CFUN=1^M
Apr 23 21:11:11 w541 ppp[799]: tun0: Chat: Expect(3): OK
Apr 23 21:11:11 w541 ppp[799]: tun0: Chat: Received: AT+CGDCONT=1,"IP","WEB"^M^M
Apr 23 21:11:11 w541 ppp[799]: tun0: Chat: Received: OK^M
Apr 23 21:11:11 w541 ppp[799]: tun0: Chat: Received: AT+CFUN=1^M^M
Apr 23 21:11:11 w541 ppp[799]: tun0: Chat: Received: OK^M
Apr 23 21:11:11 w541 ppp[799]: tun0: Chat: Send: ATD*99#^M
Apr 23 21:11:17 w541 ppp[799]: tun0: Chat: Expect(3): CONNECT
Apr 23 21:11:17 w541 ppp[799]: tun0: Chat: Received: ATD*99#^M^M
Apr 23 21:11:17 w541 ppp[799]: tun0: Chat: Received: CONNECT^M
Apr 23 21:11:17 w541 ppp[799]: tun0: Phase: deflink: dial -> carrier
Apr 23 21:11:18 w541 ppp[799]: tun0: Phase: deflink: /dev/cuaU0: CD detected
Apr 23 21:11:18 w541 ppp[799]: tun0: Phase: deflink: carrier -> login
Apr 23 21:11:18 w541 ppp[799]: tun0: Phase: deflink: login -> lcp
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: FSM: Using "deflink" as a transport
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: State change Initial --> Closed
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: State change Closed --> Stopped
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: RecvConfigReq(3) state = Stopped
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACFCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  PROTOCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MRU[4] 1500
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MAGICNUM[6] 0xd7fbd73e
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: SendConfigReq(1) state = Stopped
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACFCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  PROTOCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MRU[4] 1500
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MAGICNUM[6] 0xfd5e8e9f
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: SendConfigAck(3) state = Stopped
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACFCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  PROTOCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MRU[4] 1500
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MAGICNUM[6] 0xd7fbd73e
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: LayerStart
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: State change Stopped --> Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: RecvConfigReq(4) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACFCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  PROTOCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MRU[4] 1500
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MAGICNUM[6] 0xd7fbd73e
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: SendConfigAck(4) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACFCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  PROTOCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MRU[4] 1500
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MAGICNUM[6] 0xd7fbd73e
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: RecvConfigRej(1) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: SendConfigReq(2) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACFCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  PROTOCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MRU[4] 1500
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MAGICNUM[6] 0xfd5e8e9f
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: RecvConfigRej(2) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: SendConfigReq(3) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACFCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  PROTOCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MRU[4] 1500
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MAGICNUM[6] 0xfd5e8e9f
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: RecvConfigRej(3) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: SendConfigReq(4) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACFCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  PROTOCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MRU[4] 1500
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MAGICNUM[6] 0xfd5e8e9f
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: RecvConfigRej(4) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: SendConfigReq(5) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACFCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  PROTOCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MRU[4] 1500
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MAGICNUM[6] 0xfd5e8e9f
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: RecvConfigRej(5) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: SendConfigReq(6) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACFCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  PROTOCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MRU[4] 1500
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MAGICNUM[6] 0xfd5e8e9f
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: RecvConfigRej(6) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: SendConfigReq(7) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACFCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  PROTOCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MRU[4] 1500
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MAGICNUM[6] 0xfd5e8e9f
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: RecvConfigRej(7) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: SendConfigReq(8) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACFCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  PROTOCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MRU[4] 1500
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MAGICNUM[6] 0xfd5e8e9f
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: RecvConfigRej(8) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: SendConfigReq(9) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACFCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  PROTOCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MRU[4] 1500
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MAGICNUM[6] 0xfd5e8e9f
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: RecvConfigRej(9) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: SendConfigReq(10) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACFCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  PROTOCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MRU[4] 1500
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MAGICNUM[6] 0xfd5e8e9f
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: RecvConfigRej(10) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: SendConfigReq(11) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACFCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  PROTOCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MRU[4] 1500
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MAGICNUM[6] 0xfd5e8e9f
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: RecvConfigRej(11) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: SendConfigReq(12) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACFCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  PROTOCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MRU[4] 1500
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MAGICNUM[6] 0xfd5e8e9f
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: RecvConfigRej(12) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: SendConfigReq(13) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACFCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  PROTOCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MRU[4] 1500
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MAGICNUM[6] 0xfd5e8e9f
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: RecvConfigRej(13) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: SendConfigReq(14) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACFCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  PROTOCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MRU[4] 1500
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MAGICNUM[6] 0xfd5e8e9f
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: RecvConfigRej(14) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: SendConfigReq(15) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACFCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  PROTOCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MRU[4] 1500
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MAGICNUM[6] 0xfd5e8e9f
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: RecvConfigRej(15) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: SendConfigReq(16) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACFCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  PROTOCOMP[2]
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  ACCMAP[6] 0x00000000
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MRU[4] 1500
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  MAGICNUM[6] 0xfd5e8e9f
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: RecvConfigRej(16) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP:  AUTHPROTO[5] 0xc223 (CHAP 0x05)
Apr 23 21:11:18 w541 ppp[799]: tun0: Phase: deflink: Too many LCP REQs sent - abandoning negotiation
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: SendTerminateReq(17) state = Ack-Sent
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: State change Ack-Sent --> Closing
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: RecvTerminateAck(17) state = Closing
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: LayerFinish
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: State change Closing --> Closed
Apr 23 21:11:18 w541 ppp[799]: tun0: LCP: deflink: State change Closed --> Initial
Apr 23 21:11:18 w541 ppp[799]: tun0: Phase: deflink: Disconnected!
Apr 23 21:11:18 w541 ppp[799]: tun0: Phase: deflink: lcp -> logout
Apr 23 21:11:18 w541 ppp[799]: tun0: Phase: deflink: logout -> hangup
Apr 23 21:11:18 w541 ppp[799]: tun0: Phase: deflink: Disconnected!
Apr 23 21:11:18 w541 ppp[799]: tun0: Phase: deflink: Connect time: 32 secs: 538 octets in, 1101 octets out
Apr 23 21:11:18 w541 ppp[799]: tun0: Phase: deflink: 19 packets in, 19 packets out
Apr 23 21:11:18 w541 ppp[799]: tun0: Phase:  total 51 bytes/sec, peak 0 bytes/sec on Thu Apr 23 21:10:46 2015
Apr 23 21:11:18 w541 ppp[799]: tun0: Phase: deflink: hangup -> closed
Apr 23 21:11:18 w541 ppp[799]: tun0: Phase: bundle: Dead
Apr 23 21:12:07 w541 ppp[799]: tun0: Command: /dev/ttyv0: sho physic
Apr 23 21:12:09 w541 ppp[799]: tun0: Command: /dev/ttyv0: quit
Apr 23 21:12:09 w541 ppp[799]: tun0: Phase: PPP Terminated (normal).

Hat zufällig irgendwer eine Idee ?

Danke.
 
Zurück
Oben