Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
hostap mit wep! (solved) HowTo ?!
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
kENNy_
n00b
n00b


Joined: 06 Dec 2002
Posts: 45
Location: Hannover/Germany

PostPosted: Wed Dec 01, 2004 12:11 am    Post subject: hostap mit wep! (solved) HowTo ?! Reply with quote

Moin,

hat jemand den hostapd (http://hostap.epitest.fi/) mit Authentifizierung oder WEP zum laufen bekommen? Ich meine hierbei den Master Modus, also wenn die Karte als AccessPoint arbeitet.

Falls ja, wäre ich über jeden Link zu Infos, oder jeden Tip dankbar :)

--
Nachtrag:

Mein hostapd funktioniert nun mit einem 40Bit WEP Key :)

Hardware: Netgear MA311 (prism2 Chipsatz)

Setup:

/etc/hostapd/hostapd.conf
Code:
interface=wlan0
logger_syslog=-1
logger_syslog_level=2
logger_stdout=-1
logger_stdout_level=2
debug=0
dump_file=/tmp/hostapd.dump
daemonize=1
ssid=your.ssid
macaddr_acl=1
accept_mac_file=/etc/hostapd/hostapd.accept
deny_mac_file=/etc/hostapd/hostapd.deny


Folgende Datei noch etwas anpassen:

/etc/init.d/hostapd
Quote:
start() {
checkconfig || return 1
ebegin "Starting ${svc_name}"
start-stop-daemon --start --quiet --exec "${hostapd}" -- -B "${hostapd_cfg}"

# WEP an!
iwconfig wlan0 key restricted [1] <10 Zeichen HEX/Euer WEP Key>
# Hide ssid
prism2_param wlan0 enh_sec 3


eend $?
}


dann noch die MAC Addressen von Eueren WLAN Karten in die Datei
/etc/hostapd/hostapd.accept schreiben und den hostapd starten!

Code:
/etc/init.d/hostapd start


Falls jemand Erfolg mit 104Bit WEP Keys hat wäre super zu erfahren wie :)

mfg
KENNy
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum