Sie sind nicht angemeldet.

1

17.11.2005, 22:40

Ad-Hoc + WEP [nicht gelöst]

Wie kann ich in einem Ad-Hoc WLAN-Netzwerk (alle Clienten auf Gentoo) WEP als Verschlüsselung benutzen?

Habe bereits folgendes probiert (/etc/conf.d/net):

Quellcode

1
2
3
...
key_ESSID1="[1] s:[MEIN_SCHLÜSSEL] key [1] enc open"
...


Beim starten kommt folgendes (/etc/init.d/net.eth1 restart):

Quellcode

1
2
3
4
5
6
7
8
9
10
11
12
13
* Stopping eth1
 *   Bringing down eth1
 *     Shutting down eth1 ...                                             [ ok ]
 * Starting eth1
 *   Configuring wireless network for eth1
Warning: Driver for device eth1 has been compiled with version 18
of Wireless Extension, while this program supports up to version 17.
Some things may be broken...

 *     eth1 connected to "X-Server" at 36:6E:E1:1C:8E:30
 *     in ad-hoc mode (WEP disabled)
 *   Bringing up eth1
 *     192.168.0.100                                                      [ ok ]


Das Netzwerk funktioniert, aber ich brauche eine Verschlüsselung.

Das Handbuch hat mir hier nicht weitergeholfen, hoffe, dass jemand eine Lösung hat.

MfG,
D.Derigs
Desktop-PC: Gentoo (2.6.13-gentoo-r5)
2x Pentium4 3.0 GHz
2x 512 MB DDR
xorg-x11 + KDE 3.4
----------------------------------
Laptop: Gentoo (2.6.13-suspend2-r4)
AMD Mobile Athlon XP 2400+
2x 256 MB DDR
xorg-x11 + KDE 3.4

Dieser Beitrag wurde bereits 1 mal editiert, zuletzt von »D.Derigs« (18.11.2005, 01:42)


2

18.11.2005, 14:28

RE: Ad-Hoc + WEP [nicht gelöst]

Zitat

Original von D.Derigs
Das Handbuch hat mir hier nicht weitergeholfen, hoffe, dass jemand eine Lösung hat.


haue das in die /etc/conf.d/wireless

Quellcode

1
2
3
4
5
6
essid_eth1="MyD"
mode_eth1="Managed"
channel_eth1="10"
key_MyD="41********************** enc restricted"
config_MyD=( "dhcp" )
dhcpcd_MyD="-t 5"
MfG MyD

3

18.11.2005, 18:58

Ich brauche aber Ad-Hoc und nicht Managed (Infrastruktur)
Desktop-PC: Gentoo (2.6.13-gentoo-r5)
2x Pentium4 3.0 GHz
2x 512 MB DDR
xorg-x11 + KDE 3.4
----------------------------------
Laptop: Gentoo (2.6.13-suspend2-r4)
AMD Mobile Athlon XP 2400+
2x 256 MB DDR
xorg-x11 + KDE 3.4