Danke schonmal. War/ist tatsächlich eth1. Allerdings nicht in der Interfaces-Datei eingetragen. Wird auch nicht über ifconfig oder iwconfig ausgegeben. Lediglich, durch ifconfig -a oder durch direktes iwconfig eth1.
Habe da jetzt ein bisschen rumgebastelt. eth0 habe ich in der interfaces auskommentiert, dafür eth1 reingeschrieben. Auch die Angaben über iwconfig waren jetzt möglich. Allerdings kriege ich trotzdem keine Verbindung - Egal ob über DHCP oder mit vorgegebener IP. Wenn ich WEP verwende, sagt mir iwconfig etwas von invalid crypt.lasse ich WEP weg, habe ich trotzdem "ping: sendto: Network is unreachable" beim pingen des WLAN Routers.
Hier noch ein paar Ausschnitte aus meiner Configurationsdatei:
Ausgabe von ifconfig:
Code: Alles auswählen
eth1 Link encap:Ethernet HWaddr 00:05:5D:DA:34:1A
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:7 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:2772 (2.7 KiB)
Interrupt:3 Base address:0x100
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:8 errors:0 dropped:0 overruns:0 frame:0
TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:560 (560.0 b) TX bytes:560 (560.0 b)
Ausgabe von iwconfig eth1 (key natürlich zensiert):
Code: Alles auswählen
eth1 IEEE 802.11-DS ESSID:"nexus" Nickname:"lilith"
Mode:Managed Frequency:2.442GHz Access Point: 00:0C:41:E3:7D:2C
Bit Rate:11Mb/s Tx-Power=15 dBm Sensitivity:1/3
Retry min limit:8 RTS thr:off Fragment thr:off
Encryption key:XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XX Encryption mode:open
Power Management:off
Link Quality:44/92 Signal level:-83 dBm Noise level:-149 dBm
Rx invalid nwid:0 Rx invalid crypt:125 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
ein "iwconfig" ohne parameter gibt übrigens nur folgendes aus:
Inhalt von /etc/network/interfaces:
Code: Alles auswählen
auto lo
iface lo inet loopback
# auto eth0
# iface eth0 inet static
# address 192.168.0.13
# netmask 255.255.255.0
# network 192.168.0.0
# broadcast 192.168.0.255
# gateway 192.168.0.1
iface eth1 inet dhcp
# adress 192.168.0.13
# netmask 255.255.255.0
# network 192.168.0.0
# broadcast 192.168.0.255
# gateway 192.168.0.1
Soweit so gut. Aber hier stehe ich wieder an :-/
there are only 10 types of people in the world: those who understand binary and those who don't...