Thread: wep 128bit
View Single Post
  #1   (View Single Post)  
Old 5th May 2008
andycapp andycapp is offline
New User
 
Join Date: May 2008
Posts: 5
Default wep 128bit

Hi guys,

I've installed FreeBSD 7.0 RELEASE on my laptop, configured all, video, sound, samba and networks. I wrote different scripts for various wlan environment (I want to use it for work).
I use a pcmcia wireless card.
In my home wlan environment I can associate with ssid and obtain IP form the router and it works fine (wpa mode).
When I try wep128 mode I can associate with my ssid but I can't obtain IP (by dhclient), and also giving IP manually I can't ping.
Ifconfig tells me that wlan is associated.
this is the script:

#!/bin/sh
ifconfig ral0 up
wpa_supplicant -B -iral0 -c/root/wlan/wep128.conf
dhclient ral0

and this is the .conf file

ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=wheel
network={
ssid="3Com"
key_mgmt=NONE
wep_tx_keyidx=1
wep_key1=98402d9b0f57f4bbc2d6d3206b
}

any suggestions ?
Reply With Quote