Hallo zusammen, ich habe ein Problem mit meinem Netzwerk - irgendwie verdrehen sich die Netzwerkkarte nach Lust und Laune. Wenn alles glatt geht, dann ist eth0 das interne Netzwerk (Yukon, modul skge) und eth1 das DSL interface (Nvidia nforce, forcedeth oder nvnet). Mit schöner Regelmässigkeit kommen die beiden Interfaces aber verdreht hoch - d.h. DSL = eth0, intern = eth1. Dann passen natürlich alle Einstellungen nicht mehr (pppd, samba, postfix, ...). Also muss ich die beiden Module entladen und modprobe und ifup in der richten Reihenfolge aufrufen, alle Netzwerk basierten Dienste neustarten und dann passt es wieder. Kann man dem System das ganze auch noch abgewöhnen? Nervt ein wenig. Anbei noch ein paar Ausgaben und Configfiles: venus:/home/jomu# uname -a Linux venus.muehlencord.intra 2.6.14 #8 PREEMPT Thu Jan 12 20:47:11 CET 2006 i686 GNU/Linux ---------------- venus:/home/jomu# cat /etc/network/interfaces ### etherconf DEBCONF AREA. DO NOT EDIT THIS AREA OR INSERT TEXT BEFORE IT. auto lo eth0 iface lo inet loopback iface eth0 inet static address 192.168.1.1 netmask 255.255.255.0 broadcast 192.168.1.255 gateway 192.168.1.1 ### END OF DEBCONF AREA. PLACE YOUR EDITS BELOW; THEY WILL BE PRESERVED. ## eth0 --> internal network ## eth1 --> DSL auto eth1 iface eth1 inet static address 192.168.2.1 netmask 255.255.255.0 broadcast 192.168.2.255 gateway 192.168.2.1 auto dsl-provider iface dsl-provider inet ppp provider dsl-provider #auto eth1 # iface eth1 inet manual ---------------- venus:/home/jomu# lspci 0000:00:00.0 Host bridge: nVidia Corporation nForce2 AGP (different version?) (rev c1) 0000:00:00.1 RAM memory: nVidia Corporation nForce2 Memory Controller 1 (rev c1) 0000:00:00.2 RAM memory: nVidia Corporation nForce2 Memory Controller 4 (rev c1) 0000:00:00.3 RAM memory: nVidia Corporation nForce2 Memory Controller 3 (rev c1) 0000:00:00.4 RAM memory: nVidia Corporation nForce2 Memory Controller 2 (rev c1) 0000:00:00.5 RAM memory: nVidia Corporation nForce2 Memory Controller 5 (rev c1) 0000:00:01.0 ISA bridge: nVidia Corporation nForce2 ISA Bridge (rev a4) 0000:00:01.1 SMBus: nVidia Corporation nForce2 SMBus (MCP) (rev a2) 0000:00:02.0 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4) 0000:00:02.1 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4) 0000:00:02.2 USB Controller: nVidia Corporation nForce2 USB Controller (rev a4) 0000:00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1) 0000:00:05.0 Multimedia audio controller: nVidia Corporation nForce Audio Processing Unit (rev a2) 0000:00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 Audio Controler (MCP) (rev a1) 0000:00:08.0 PCI bridge: nVidia Corporation nForce2 External PCI Bridge (rev a3) 0000:00:09.0 IDE interface: nVidia Corporation nForce2 IDE (rev a2) 0000:00:0d.0 FireWire (IEEE 1394): nVidia Corporation nForce2 FireWire (IEEE 1394) Controller (rev a3) 0000:00:1e.0 PCI bridge: nVidia Corporation nForce2 AGP (rev c1) 0000:01:04.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 Gigabit Ethernet Controller (rev 13) 0000:01:08.0 Network controller: AVM Audiovisuelles MKTG & Computer System GmbH A1 ISDN [Fritz] (rev 02) 0000:01:0b.0 RAID bus controller: Silicon Image, Inc. SiI 3112 [SATALink/SATARaid] Serial ATA Controller (rev 02) 0000:03:00.0 VGA compatible controller: nVidia Corporation NV36 [GeForce FX 5700LE] (rev a1) ---------------- venus:/home/jomu# cat /etc/modprobe.d/network ## eth0 is driven by Yukon skge alias eth0 skge ## eth1 is drive by Nvidia Nforce and not by reversed engeniered forcedeth alias eth1 nvnet alias forcedeth off blacklist forcedeth blacklist sk98lin Gruß Jörn -- Linux is like wigwam - no windows, no gates, apache inside.
Teilnehmer (4)
-
Jan 'RedBully' Seiffert
-
Jan-Benedict Glaw
-
joerg jungermann
-
Joern Muehlencord