ich habe ein Problem mit den Netzwerkkarten, seit ich WLAN auf meinem Laptop versucht habe zu installieren (http://www.debianforum.de/forum/viewtop ... highlight=)
Beim Start wird immer automatisch eth0 als die WLAN-Karte erkannt, ergo habe ich die LAN-Karte in der interfaces so deklariert:
Code: Alles auswählen
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth1
iface eth1 inet static
address 192.168.0.25
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.200
# dns-* options are implemented by the resolvconf package, if installed
# dns-nameservers 217.237.151.161
iface dsl-provider inet ppp
provider dsl-provider
# please do not modify the following line
pre-up /sbin/ifconfig eth1 up # line maintained by pppoeconf
Code: Alles auswählen
PING 192.168.0.200 (192.168.0.200) 56(84) bytes of data.
From 192.168.0.25 icmp_seq=2 Destination Host Unreachable
From 192.168.0.25 icmp_seq=3 Destination Host Unreachable
Code: Alles auswählen
Kernel IP Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
0.0.0.0 192.168.0.200 0.0.0.0 UG 0 0 0 eth1
Zur Vollständigkeit ist hier noch der Auswurf von ifconfig:
Code: Alles auswählen
eth1 Protokoll:Ethernet Hardware Adresse 00:C0:9F:81:FC:A5
inet Adresse:192.168.0.25 Bcast:192.168.0.255 Maske:255.255.255.0
inet6 Adresse: fe80::2c0:9fff:fe81:fca5/64 Gültigkeitsbereich:Verbindung
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:10
lo Protokoll:Lokale Schleife
inet Adresse:127.0.0.1 Maske:255.0.0.0
inet6 Adresse: ::1/128 Gültigkeitsbereich:Maschine
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:169 errors:0 dropped:0 overruns:0 frame:0
TX packets:169 errors:0 dropped:0 overruns:0 carrier:0
Kollisionen:0 Sendewarteschlangenlänge:0
RX bytes:13688 (13.3 KiB) TX bytes:13688 (13.3 KiB)
Imagine