kvpnc -> ISA

Einrichten des lokalen Netzes, Verbindung zu anderen Computern und Diensten.
Antworten
Benutzeravatar
snyborg
Beiträge: 256
Registriert: 08.08.2007 22:07:32
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: 127.0.0.1

kvpnc -> ISA

Beitrag von snyborg » 28.05.2008 22:29:31

Hi,

unter kvpnc bekomme ich, obwohl ich alles mit bestem Wissen und Gewissen eingestellt habe:

Code: Alles auswählen

Debug: Keine Standardschnittstelle angegeben, Standardschnittstelle wurde versucht, Erfolg, es wird eth2 benutzt.
Debug: (NT-)Domainname banst-s wird benutzt
Debug: Benutzername: someone
Debug: Es wird versucht, zu Server *.*.*.* mit Benutzer someone zu verbinden... 
Debug: [pppd] Using interface ppp0
Debug: [pppd] Connect: ppp0 /dev/pts/1
Debug: [pppd] CHAP authentication succeeded
Debug: [pppd] MPPE 128-bit stateless compression enabled
Debug: [pppd] not replacing existing default route via 192.168.1.1
Debug: [pppd] Cannot determine ethernet address for proxy ARP
Debug: [pppd] local IP address 192.168.100.154
Debug: [pppd] remote IP address 192.168.100.150
Erfolg: Erfolgreich verbunden zu Server *.*.*.* Benutzer: someone am Do Mai 29 00:09:52 2008 [PPTP]
Erfolg: Verbindung aufgebaut.
Debug: [pppd] primary DNS address 10.196.0.74
Debug: [pppd] secondary DNS address 10.196.0.34
und nach ca. 30 Sek. trennt sich die Verbindung leider wieder....

im syslog findet sich folgendes:

Code: Alles auswählen

May 29 00:09:46 laptop kernel: PPP generic driver version 2.4.2
May 29 00:09:46 laptop kernel: PPP MPPE Compression module registered
May 29 00:09:46 laptop pppd[6999]: pppd 2.4.4 started by root, uid 0
May 29 00:09:46 laptop pptp[7000]: anon log[main:pptp.c:267]: The synchronous pptp option is NOT activated 
May 29 00:09:46 laptop pppd[6999]: Using interface ppp0
May 29 00:09:46 laptop pppd[6999]: Connect: ppp0 <--> /dev/pts/1
May 29 00:09:46 laptop pptp[7011]: anon log[ctrlp_rep:pptp_ctrl.c:251]: Sent control packet type is 1 'Start-Control-Connection-Request' 
May 29 00:09:46 laptop pptp[7011]: anon log[ctrlp_disp:pptp_ctrl.c:738]: Received Start Control Connection Reply
May 29 00:09:46 laptop pptp[7011]: anon log[ctrlp_disp:pptp_ctrl.c:772]: Client connection established.
May 29 00:09:47 laptop pppd[6999]: Warning - secret file /etc/ppp/pap-secrets has world and/or group access
May 29 00:09:47 laptop pptp[7011]: anon log[ctrlp_rep:pptp_ctrl.c:251]: Sent control packet type is 7 'Outgoing-Call-Request' 
May 29 00:09:47 laptop pptp[7011]: anon log[ctrlp_disp:pptp_ctrl.c:857]: Received Outgoing Call Reply.
May 29 00:09:47 laptop pptp[7011]: anon log[ctrlp_disp:pptp_ctrl.c:896]: Outgoing call established (call ID 0, peer's call ID 32638). 
May 29 00:09:47 laptop pptp[7000]: anon log[decaps_gre:pptp_gre.c:398]: discarding duplicate or old packet 0 (expecting 2)
May 29 00:09:50 laptop pptp[7011]: anon log[ctrlp_disp:pptp_ctrl.c:949]: PPTP_SET_LINK_INFO received from peer_callid 61007
May 29 00:09:50 laptop pptp[7011]: anon log[ctrlp_disp:pptp_ctrl.c:952]:   send_accm is 00000000, recv_accm is FFFFFFFF
May 29 00:09:50 laptop pptp[7011]: anon warn[ctrlp_disp:pptp_ctrl.c:955]: Non-zero Async Control Character Maps are not supported!
May 29 00:09:50 laptop pppd[6999]: CHAP authentication succeeded
May 29 00:09:50 laptop pppd[6999]: MPPE 128-bit stateless compression enabled
May 29 00:09:52 laptop pppd[6999]: not replacing existing default route via 192.168.1.1
May 29 00:09:52 laptop pppd[6999]: Cannot determine ethernet address for proxy ARP
May 29 00:09:52 laptop pppd[6999]: local  IP address 192.168.100.154
May 29 00:09:52 laptop pppd[6999]: remote IP address 192.168.100.150
May 29 00:09:52 laptop pppd[6999]: primary   DNS address 10.196.0.74
May 29 00:09:52 laptop pppd[6999]: secondary DNS address 10.196.0.34
May 29 00:10:01 laptop /USR/SBIN/CRON[7046]: (debarchiver) CMD (test -x /usr/bin/debarchiver && /usr/bin/debarchiver -so | logger -t debarchiver -p daemon.info)
May 29 00:10:19 laptop pppd[6999]: Modem hangup
May 29 00:10:19 laptop pppd[6999]: Connect time 0.5 minutes.
May 29 00:10:19 laptop pppd[6999]: Sent 7478 bytes, received 0 bytes.
May 29 00:10:19 laptop pppd[6999]: MPPE disabled
May 29 00:10:19 laptop pppd[6999]: Connection terminated.
May 29 00:10:19 laptop pppd[6999]: Exit.
Was könnte da falsch sein? Steh voll auf dem Schlauch :-(

P.S.:

Code: Alles auswählen

 cat /usr/src/linux/.config | grep MPPE
CONFIG_PPP_MPPE=m
someone@somtehing:~$ lsmod | grep mppe
ppp_mppe                7044  0 
ppp_generic            26900  2 ppp_async,ppp_mppe

Antworten