Inicio > network, unix/linux > FreeBSD Wireless WEP/WAP

FreeBSD Wireless WEP/WAP

domingo, 28 de febrero de 2010 Dejar un comentario Ir a comentarios

FreeBSD Wireless WEP/WAP

/etc/wpa_supplicant.conf

# WEP
network={
	ssid="YOUR_NETWORK"
	key_mgmt=NONE
	wep_key0=6666666666
	wep_tx_keyidx=0
	priority=5
}
# WAP
network={
	ssid="YOUR_NETWORK"
	psk="Password"
	priority=5
}
wpa_supplicant -Bi wlan0 -c /etc/wpa_supplicant.conf

/etc/rc.conf

ifconfig_wlan0="WPA DHCP"

In my case wlan0 is rum0

Categories: network, unix/linux Tags:
  1. Sin comentarios aún.
  1. Sin trackbacks aún.

Switch to our mobile site