• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

VPN-Verbindung langsam und riesige datenmengen

jule_648

Newbie
Hallo zusammen,
ich habe ein Problem das ich schon mal hatte und ich mich nicht errinnern kann wie ich es gelöst habe.
Problemstellung:
Habe mir eine VPN-Verbindung eingereichtet die soweit auch funktioniert.
Ich wähle mich mit "pptp vpngate.fh-......-de" ein.
Jetzt "ifconfig":

ppp0 Link encap:punkt-zu-Punkt Verbindung
inet Adresse:141.82.18.23 P-z-P:141.82.16.20 Maske:255.255.255.255
UP PUNKTZUPUNKT RUNNING NOARP MULTICAST MTU:1000 Metric:1
RX packets:11 errors:0 dropped:0 overruns:0 frame:0
TX packets:2869310 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 Sendewarteschlangenlänge:3
RX bytes:112 (112.0 b) TX bytes:961205851 (916.6 Mb)


Die Datenmenge steigt wahnsinnig schnell bis auf 2GB. Dann bricht die Verbindung ab.
Kann mir jemand helfen?

Laptop 1,8 Ghz
1GB Arbeitsspeicher
Kernel 2.6.25.18
Suse 11.0
DSL 6000
 

spoensche

Moderator
Teammitglied
Was für Daten werden den Übertragen? Das bekommst du raus, in dem du den Netzwerkverkehr mitschneidest. (z.B. mit Wireshark)
 
OP
J

jule_648

Newbie
Also ich habe mal mit Wireshark mitgeschnitten und dann ist mir der Computer fast gestorben. Ich konnte noch ein Bild machen:

Ich hoffe das hilf euch weiter...
Vielen Dank für die Mühe!
 
OP
J

jule_648

Newbie
Vielleicht ist noch wichtig das ich zwei netzwerkkarten habe. Eine mit Kabel die aber nicht gebraucht wird und eine Wlankarte.
 
OP
J

jule_648

Newbie
Code:
 iwconfig
lo        no wireless extensions.

eth0      no wireless extensions.

irda0     no wireless extensions.

wmaster0  no wireless extensions.

wlan0     IEEE 802.11g  ESSID:"Strahlungspunkt"  
          Mode:Managed  Frequency:2.437 GHz  Access Point: 00:13:49:48:07:B9   
          Bit Rate=54 Mb/s   Tx-Power=27 dBm   
          Retry min limit:7   RTS thr:off   Fragment thr=2352 B   
          Encryption key:off
          Link Quality=69/100  Signal level=-65 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:0   Missed beacon:0

ppp0      no wireless extensions.
 
OP
J

jule_648

Newbie
Bitte Sehr:

Code:
Nov 12 18:22:40 linux-g51z su: (to root) julian on /dev/pts/2
Nov 12 18:22:46 linux-g51z pptp[12870]: log[pptp_dispatch_ctrl_packet:pptp_ctrl.c:548]: Client connection established.
Nov 12 18:22:47 linux-g51z pptp[12870]: log[pptp_dispatch_ctrl_packet:pptp_ctrl.c:655]: Outgoing call established (call ID 0, peer's call ID 4992).
Nov 12 18:22:48 linux-g51z kernel: PPP generic driver version 2.4.2
Nov 12 18:22:48 linux-g51z pppd[12880]: pppd 2.4.4 started by root, uid 0
Nov 12 18:22:48 linux-g51z pppd[12880]: Using interface ppp0
Nov 12 18:22:48 linux-g51z pppd[12880]: Connect: ppp0 <--> /dev/pts/3
Nov 12 18:22:51 linux-g51z pppd[12880]: CHAP authentication succeeded
Nov 12 18:22:52 linux-g51z pppd[12880]: replacing old default route to wlan0 [192.168.1.1]
Nov 12 18:22:52 linux-g51z pppd[12880]: local  IP address 141.82.18.183
Nov 12 18:22:52 linux-g51z pppd[12880]: remote IP address 141.82.16.19
Nov 12 18:22:52 linux-g51z pppd[12880]: primary   DNS address 141.82.16.200
Nov 12 18:22:52 linux-g51z pppd[12880]: secondary DNS address 141.82.16.242
Nov 12 18:22:52 linux-g51z modify_resolvconf: Service pppd modified /etc/resolv.conf. See info block in this file
Nov 12 18:22:54 linux-g51z pppd[12880]: Script /etc/ppp/ip-up finished (pid 12888), status = 0x0
Nov 12 18:23:00 linux-g51z poll.tcpip: no server configured
Nov 12 18:23:25 linux-g51z pppd[12880]: CCP: timeout sending Config-Requests
Nov 12 18:25:19 linux-g51z pptp[12870]: log[call_callback:pptp_callmgr.c:88]: Closing connection
Nov 12 18:25:19 linux-g51z kernel: pptp[12870]: segfault at c096c55c ip 0804ba8a sp bf961744 error 7 in pptp[8048000+8000]
Nov 12 18:25:19 linux-g51z pppd[12880]: Modem hangup
Nov 12 18:25:19 linux-g51z pppd[12880]: Connect time 2.5 minutes.
Nov 12 18:25:19 linux-g51z pppd[12880]: Sent 2700504491 bytes, received 16 bytes.
Nov 12 18:25:19 linux-g51z pppd[12880]: restoring old default route to wlan0 [192.168.1.1]
Nov 12 18:25:19 linux-g51z pppd[12880]: Connection terminated.
Nov 12 18:25:19 linux-g51z modify_resolvconf: restored /etc/resolv.conf.saved.by.pppd.ppp0 to /etc/resolv.conf
Nov 12 18:25:19 linux-g51z pppd[12880]: Script /etc/ppp/ip-down finished (pid 12972), status = 0x0
Nov 12 18:25:19 linux-g51z pppd[12880]: Exit.
 
Oben