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

Internetverbindung crasht regelmäßig

Hallo an alle,

seit einiger Zeit hab ich das Problem das wenn ich Im Netz unterwegs bin das urplötzlich die Verbindung abreißt. Habe zuerst versucht mit einem "rcnetwork restart" das Netzwerk neu zu starten aber das hat nichts gebracht. Momentan hilft mir da nur ein kompletter reboot.

/var/log/messages sagt folgendes unmittelbar nachdem die Verbindung abreißt:

Code:
Sep 30 11:39:22 linux gconfd (dirk-4813): (Version 2.14.0) wird gestartet, Prozesskennung 4813, Benutzer »dirk«
Sep 30 11:39:22 linux gconfd (dirk-4813): Die Adresse »xml:readonly:/etc/opt/gnome/gconf/gconf.xml.mandatory« wurde an der Position 0 zu einer nur lesbaren Konfigurationsquelle aufgelöst
Sep 30 11:39:22 linux gconfd (dirk-4813): Die Adresse »xml:readwrite:/home/dirk/.gconf« wurde an der Position 1 zu einer schreibbaren Konfigurationsquelle aufgelöst
Sep 30 11:39:22 linux gconfd (dirk-4813): Die Adresse »xml:readonly:/etc/opt/gnome/gconf/gconf.xml.defaults« wurde an der Position 2 zu einer nur lesbaren Konfigurationsquelle aufgelöst
Sep 30 11:39:22 linux gconfd (dirk-4813): Die Adresse »xml:readonly:/etc/opt/gnome/gconf/gconf.xml.schemas« wurde an der Position 3 zu einer nur lesbaren Konfigurationsquelle aufgelöst
Sep 30 11:56:22 linux gconfd (dirk-4813): Der GConf-Server wird nicht verwendet und daher beendet.
Sep 30 11:56:22 linux gconfd (dirk-4813): Beenden

Nun gut nun dürte die Antwort ja rechst simpel sein. gconfd ist da der Übeltäter. Aber was sollte ich euer Meinung nach jetzt tun?

Vielen Dank schon mal im Voraus!

Details:

Code:
Ethernet controller: Marvell Technology Group Ltd. 88E8050 PCI-E ASF Gigabit Ethernet Controller (rev 17)

eth0      Protokoll:Ethernet  Hardware Adresse 00:11:11:83:64:02
          inet Adresse:192.168.2.4  Bcast:192.168.2.255  Maske:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1492  Metric:1
          RX packets:1938 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1361 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:1000
          RX bytes:884306 (863.5 Kb)  TX bytes:435437 (425.2 Kb)
          Interrupt:177

openSUSE10.2
 
gconfd hat eigentlich nichts mit Netzwerkeinstellungen zu tun. Der kümmert sich nur um die Konfigurationswerte von Gnome. Allerschlimmstenfalls fummelt der an den Netzwerkeinstellungen über irgendein Gnometool rum. Das ist aber schon sehr weit hergeholt.

Mach mal ein

Code:
route -n; cat /etc/resolv.conf; iptables -L -v; ifconfig

nachdem die Verbnding abgerissen ist.
 
Danke das werd ich dann gleich mal ausprobieren wenns crasht. Meld mich dann wieder.
 
So jetzt wars mal wieder soweit.

route -n; cat /etc/resolv.conf; iptables -L -v; ifconfig gibt folgendes aus:

Code:
Kernel IP Routentabelle
Ziel            Router          Genmask         Flags Metric Ref    Use Iface
192.168.2.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         192.168.2.1     0.0.0.0         UG    0      0        0 eth0
nameserver 192.168.2.1
search site
Chain INPUT (policy DROP 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination
   62  4012 ACCEPT     0    --  lo     any     anywhere             anywhere
 433K  628M ACCEPT     0    --  any    any     anywhere             anywhere            state RELATED,ESTABLISHED
    0     0 input_ext  0    --  eth0   any     anywhere             anywhere
    0     0 input_ext  0    --  any    any     anywhere             anywhere
    0     0 LOG        0    --  any    any     anywhere             anywhere            limit: avg 3/min burst 5 LOG level warning tcp-options ip-options prefix `SFW2-IN-ILL-TARGET '
    0     0 DROP       0    --  any    any     anywhere             anywhere

Chain FORWARD (policy DROP 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination
    0     0 LOG        0    --  any    any     anywhere             anywhere            limit: avg 3/min burst 5 LOG level warning tcp-options ip-options prefix `SFW2-FWD-ILL-ROUTING '

Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target     prot opt in     out     source               destination
   62  4012 ACCEPT     0    --  any    lo      anywhere             anywhere
 237K   13M ACCEPT     0    --  any    any     anywhere             anywhere            state NEW,RELATED,ESTABLISHED
    0     0 LOG        0    --  any    any     anywhere             anywhere            limit: avg 3/min burst 5 LOG level warning tcp-options ip-options prefix `SFW2-OUT-ERROR '

Chain forward_ext (0 references)
 pkts bytes target     prot opt in     out     source               destination

Chain input_ext (2 references)
 pkts bytes target     prot opt in     out     source               destination
    0     0 DROP       0    --  any    any     anywhere             anywhere            PKTTYPE = broadcast
    0     0 ACCEPT     icmp --  any    any     anywhere             anywhere            icmp source-quench
    0     0 ACCEPT     icmp --  any    any     anywhere             anywhere            icmp echo-request
    0     0 ACCEPT     icmp --  any    any     anywhere             anywhere            state RELATED,ESTABLISHED icmp echo-reply
    0     0 ACCEPT     icmp --  any    any     anywhere             anywhere            state RELATED,ESTABLISHED icmp destination-unreachable
    0     0 ACCEPT     icmp --  any    any     anywhere             anywhere            state RELATED,ESTABLISHED icmp time-exceeded
    0     0 ACCEPT     icmp --  any    any     anywhere             anywhere            state RELATED,ESTABLISHED icmp parameter-problem
    0     0 ACCEPT     icmp --  any    any     anywhere             anywhere            state RELATED,ESTABLISHED icmp timestamp-reply
    0     0 ACCEPT     icmp --  any    any     anywhere             anywhere            state RELATED,ESTABLISHED icmp address-mask-reply
    0     0 ACCEPT     icmp --  any    any     anywhere             anywhere            state RELATED,ESTABLISHED icmp protocol-unreachable
    0     0 ACCEPT     icmp --  any    any     anywhere             anywhere            state RELATED,ESTABLISHED icmp redirect
    0     0 reject_func  tcp  --  any    any     anywhere             anywhere            tcp dpt:ident state NEW
    0     0 LOG        0    --  any    any     anywhere             anywhere            limit: avg 3/min burst 5 PKTTYPE = multicast LOG level warning tcp-options ip-options prefix `SFW2-INext-DROP-DEFLT '
    0     0 DROP       0    --  any    any     anywhere             anywhere            PKTTYPE = multicast
    0     0 LOG        tcp  --  any    any     anywhere             anywhere            limit: avg 3/min burst 5 tcp flags:FIN,SYN,RST,ACK/SYN LOG level warning tcp-options ip-options prefix `SFW2-INext-DROP-DEFLT '
    0     0 LOG        icmp --  any    any     anywhere             anywhere            limit: avg 3/min burst 5 LOG level warning tcp-options ip-options prefix `SFW2-INext-DROP-DEFLT '
    0     0 LOG        udp  --  any    any     anywhere             anywhere            limit: avg 3/min burst 5 LOG level warning tcp-options ip-options prefix `SFW2-INext-DROP-DEFLT '
    0     0 LOG        0    --  any    any     anywhere             anywhere            limit: avg 3/min burst 5 state INVALID LOG level warning tcp-options ip-options prefix `SFW2-INext-DROP-DEFLT-INV '
    0     0 DROP       0    --  any    any     anywhere             anywhere

Chain reject_func (1 references)
 pkts bytes target     prot opt in     out     source               destination
    0     0 REJECT     tcp  --  any    any     anywhere             anywhere            reject-with tcp-reset
    0     0 REJECT     udp  --  any    any     anywhere             anywhere            reject-with icmp-port-unreachable
    0     0 REJECT     0    --  any    any     anywhere             anywhere            reject-with icmp-proto-unreachable
eth0      Protokoll:Ethernet  Hardware Adresse 00:11:11:83:64:02
          inet Adresse:192.168.2.4  Bcast:192.168.2.255  Maske:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1492  Metric:1
          RX packets:433291 errors:0 dropped:0 overruns:0 frame:0
          TX packets:236911 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:1000
          RX bytes:635376165 (605.9 Mb)  TX bytes:17069072 (16.2 Mb)
          Interrupt:177

lo        Protokoll:Lokale Schleife
          inet Adresse:127.0.0.1  Maske:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:62 errors:0 dropped:0 overruns:0 frame:0
          TX packets:62 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 Sendewarteschlangenlänge:0
          RX bytes:4012 (3.9 Kb)  TX bytes:4012 (3.9 Kb)

ping zum Router:

Code:
ping 192.168.2.1
PING 192.168.2.1 (192.168.2.1) 56(84) bytes of data.
From 192.168.2.4 icmp_seq=1 Destination Host Unreachable
From 192.168.2.4 icmp_seq=4 Destination Host Unreachable
From 192.168.2.4 icmp_seq=5 Destination Host Unreachable
From 192.168.2.4 icmp_seq=8 Destination Host Unreachable
From 192.168.2.4 icmp_seq=9 Destination Host Unreachable
From 192.168.2.4 icmp_seq=11 Destination Host Unreachable

Vielen Dank schonmal!
 
Oben