WLan mit Ubuntu - Keine IP wegen WEP?

Scumpeter

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":
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 s:DenKeyVerratIchNicht open







auto eth1



auto eth0

Ich hoffe, das reicht erstmal an Informationen ;)
 
Ähm, sorry. Ich versteh nicht ganz. Ihr habt in der Uni WEP? Und zuhause funktionierts auch nur ohne WEP?

Dann liegts vielleicht am falschen Key *g?

Havoc][
 
ne, der key ist schon richtig.
mit win läuft es ja. ich hab auch mehrmals versucht, den key neu einzgeben.
 
Das gleiche Problem hab ich auch

Das gleiche Problem hab ich auch :(

mit verschlüsselung geht das wlan nicht mehr ?(

tut mir leid, dass ich nicht helfen konnte
 
Wlan und wep

j.walker schrieb:
Das gleiche Problem hab ich auch :(

mit verschlüsselung geht das wlan nicht mehr ?(

tut mir leid, dass ich nicht helfen konnte

ICh habe das gleiche Problem mit versclüsselung erstirbt mein Wlan

Ohne habe ich super Datenübertragungsraten.

Mabu
 
Hallo,

könnt ihr in der Uni einfach mit dem richtigen Key ins Netz???

Bei uns läuft das ganze nur über einen VPN Client.

Andrea
 
I have problems in configuring Wlan with Netgear WG 111 (S/N: WG72). I have to use WEP encryption.
First of all I installes ndiswrapper and ndisgtk. I download driver from netgear.com
ndisgtk shows that hardware is present, light ist blinking.
a scan with iwconfig shows the right ESSID.
Everythime I want to configure my network with ndisgtk the console displays the following error: While connecting to session manager:
Authentication rejected, reason: None of the authentication protocols specified are supported and host-based authentication failed.

Result of ifconfig:
wlan0 IEEE 802.11b ESSID:"hoehenweg"
Mode:Managed Frequency:2.437 GHz Access Point: 00:90:4B:1C:C5:25
Bit Rate:11 Mb/s Tx-Power:32 dBm
RTS thr:2346 B Fragment thr:2346 B
Encryption key:my key Security mode:restricted
Power Managementff
Link Quality:100/100 Signal level:-50 dBm Noise level:-256 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:328 Missed beacon:0

# 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

# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
script grep
map eth0

# The primary network interface
iface eth0 inet dhcp
iface wlan0 inet dhcp
wireless-essid hoehenweg
wireless-mode managed
wireless-key s:1234567890123 (for 128-bit encryption)
auto wlan0
auto eth0

Ach übrigens ihr könnt mir auf deutsch antworten!
Ich hab den Text halt in sämtlichen Foren gepostet.
Es wäre nett, wenn mir jemand helfen könnte.
 
Ach hat mal jemand was von Security Mode Shared Key gehört?
 
evtl. lösung

Hallo,
Ich hatte hier das Problem, daß nach WEP aktivierung das dhclient die ip Adresse nicht dem WLAN device zuordnen konnte = kein Netz

Lösung:
Lösche folgende Datei: /var /lib /dhcp /dhclientz.leases
editiere: /etc/dhclient.conf
füge zeilen hinzu:
lease {
interface "eth1";
}
_____________-
Führe dhclient neu aus.

Danach lief es einwandfrei.

greetz
ArrowII
 
Danke danke... dank diesem eintrag hab ich jetzt das problem bei mir beheben können...
Ich weiss nicht wie ich auf diese Idee gekommen bin, aber ich habe die /etc/network/interfaces ein wenig modifiziert.

Bei mir war nur schon komisch das es, ich denke mal da ist die GUI-Konfiguration schuld, den Key in Sternen gespeichert hat.

Das ganze sah ungefähr so aus:
Code:
iface eth1 inet dhcp
wireless-essid UK-NET
wireless-key **************************

geändert hab ich es in:
Code:
iface eth1 inet dhcp
wireless-essid UK-NET
wireless-key aabbccaabbccaabbccaabbccaa open

danach ein
Code:
sudo ifdown eth1
sudo ifup eth1

Und tadaaa... es funkt...

Vielleicht ein kleiner Hoffnungsschimmer für solche die genau so verzweifelt waren wie ich :)

Greez
 
Lösung ???

Hallo !

Ich habe vielleicht noch ne andere Lösung für das Problem gefunden.

Da bei mir der Schlüssel schon als Klartext in
/etc/network/interfaces drinstand konnte das Problem nicht daran liegen.

Ich habe dann eth0 auf eth1 geändert. Seit dem Neustart läuft mein Netzwerk
einwandfrei. Jetzt dürfte es aber Probleme geben, wenn man mit angeschlossenem Netzwerkkabel bootet.

Weiss jemand, ob mal da auch 2 Geräte als hotplugfähig angeben kann ?

# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
mapping hotplug
script grep
map eth1


Danke
Elektron
 
Hallo zusammen.

Ich hatte dasselbe Problem wie ihr und bie mir lags daran das in meiner /etc/network/interfaces beim Netzwerkschlüßel das open gefehl hat:

iface eth1 inet dhcp
wireless-essid UK-NET
wireless-key aabbccaabbccaabbccaabbccaa open


MFG Joe
 

Ähnliche Themen

Debian 7.6 kein lokales Netz

Debian Routing Problem

Debian Gateway

Debian 'Squeezy' Problem bei Wlan

Samba 4 Gast Zugang unter Ubuntu funktioniert nicht

Zurück
Oben