Scumpeter
Jungspund
Ich versuche in der Uni eine Verbindung zum Wlan zu kriegen. Zuahause läuft es, wenn ich WEP ausschalte.
Wenn ich den Rechner in der Uni starte, kommt folgende Fehlermeldung bei "Configuring Network Interfaces":
iwconfig gibt:
ifconfig gibt:
iwlist scan gibt:
dhclient eth0 gibt:
und meine /etc/network/interfaces sieht so aus:
Ich hoffe, das reicht erstmal an Informationen
Wenn ich den Rechner in der Uni starte, kommt folgende Fehlermeldung bei "Configuring Network Interfaces":
ipw2200: Fatal error
ipw2200: IPW Error Log Dump:
ipw2200: Status 0x00000100, Config: 00000142
ipw2200: Start IPW Event Log Dump:
iwconfig gibt:
eth0 IEEE 802.11b ESSID:"TUBSWLAN"
Mode:Managed Frequency:2.412 GHz Access Point: 00:02:2D:02:38:AD
Bit Rate=11 Mb/s Tx-Power=20 dBm
RTS thr:off Fragment thr:off
Power Management:off
Link Quality=100/100 Signal level=-46 dBm Noise level=-78 dBm
Rx invalid nwid:0 Rx invalid crypt:691 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:251 Missed beacon:0
ifconfig gibt:
eth0 Protokoll:Ethernet Hardware Adresse 00:0E:35:3B:10:90
inet6 Adresse: fe80::20e:35ff:fe3b:1090/64 Gültigkeitsbereich:Verbindung
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1372 errors:944 dropped:1195 overruns:0 frame:0
TX packets:20 errors:0 dropped:0 overruns:0 carrier:2
Kollisionen:0 Sendewarteschlangenlänge:1000
RX bytes:12800 (12.5 KiB) TX bytes:4572 (4.4 KiB)
Interrupt:11 Speicher:d0001000-d0001fff
iwlist scan gibt:
eth0 No scan results
dhclient eth0 gibt:
eike@Scumpeter:~ $ sudo dhclient eth0
Password:
Internet Systems Consortium DHCP Client V3.0.1
Copyright 2004 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/products/DHCP
sit0: unknown hardware address type 776
sit0: unknown hardware address type 776
Listening on LPF/eth0/00:0e:35:3b:10:90
Sending on LPF/eth0/00:0e:35:3b:10:90
Sending on Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 20
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 16
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 7
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
und meine /etc/network/interfaces sieht so aus:
eike@Scumpeter:~ $ more /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
iface eth1 inet dhcp
name Ethernet LAN-Karte
iface eth0 inet dhcp
name Drahtlose LAN-Karte
wireless-essid TUBSWLAN
wireless-key senKeyVerratIchNicht open
auto eth1
auto eth0
Ich hoffe, das reicht erstmal an Informationen