FreeBSD 7.0 and wep
- From: Understudy <brendhan@xxxxxxxxxxxxx>
- Date: Thu, 09 Oct 2008 09:57:03 -0400
Hi,
I am currently running FreeBSD 7.0 on a thinkpad T42. I have recently
placed a D-link DI-514 wireless router. It currently only offers WEP
protection. The Dlink is set for dhcpd. So I should just be able to grab
an ip. I also set the WEP key in the d link.
I read http://www.freebsd.org/doc/en/books/handbook/network-wireless.html
and created /etc/wpa_supplicant.conf:
network={
ssid="network_name"
key_mgmt=NONE
wep_key3=111111111 <----- Just example
wep_tx_keyidx=3
}
So here is what happens when I try to connect.
[9:44am] Gargoyle[root@/root] >wpa_supplicant -i ath0 -c
/etc/wpa_supplicant.conf
Trying to associate with 00:00:00:00:00:00 (SSID='network_name'
freq=2437 MHz)
Associated with 00:00:00:00:00:00
CTRL-EVENT-CONNECTED - Connection to 00:00:00:00:00:00 completed (auth)
[id=0 id_str=]
and it just sits there.
if I bring up ifconfig ath0 in another terminal.
[bhorne@Gargoyle:bhorne, 09:47 AM, Thu Oct 09]>ifconfig ath0
ath0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
ether 00:00:00:00:00:00
inet 192.168.0.100 netmask 0xffffff00 broadcast 192.168.0.255
media: IEEE 802.11 Wireless Ethernet autoselect (DS/11Mbps)
status: associated
ssid network_name channel 6 (2437 Mhz 11g) bssid 00:00:00:00:00:00
authmode OPEN privacy ON deftxkey 4 wepkey 4:40-bit txpower 31.5
bmiss 7 scanvalid 60 bgscan bgscanintvl 300 bgscanidle 250
roam:rssi11g 7 roam:rate11g 5 protmode CTS burst roaming MANUAL
I will do ^c and end up with this:
^CCTRL-EVENT-TERMINATING - signal 2 received
ioctl[SIOCS80211, op 20, len 7]: Can't assign requested address
So what can I do to be able to access the wireless router with WEP?
Sincerely,
Brendhan
.
- Follow-Ups:
- Re: FreeBSD 7.0 and wep
- From: Mark Madsen
- Re: FreeBSD 7.0 and wep
- From: Mark Madsen
- Re: FreeBSD 7.0 and wep
- Prev by Date: Re: 50% Packet Loss Even with Different Network Cards (formerly: Does VIA Rhine II Still Suck on FreeBSD?)
- Next by Date: Re: FreeBSD 7.0 and wep
- Previous by thread: What are people using to remotely check their servers?
- Next by thread: Re: FreeBSD 7.0 and wep
- Index(es):
Relevant Pages
|