mirror, mirror on the wall

mirror, mirror on the wall

802.1x wired authentication

Posted on .


# uname -r
10.0-RELEASE-p12
# vim /etc/rc.conf
...
ifconfig_re0="WPA DHCP"
...
# cat /etc/wpa_supplicant.conf
ap_scan=0
fast_reauth=1
network={
	ssid=""
	scan_ssid=""
	key_mgmt=IEEE8021X
	eap=PEAP
	phase2="auth=MSCHAPV2"
	identity="koue"
	password="password"
}
# /etc/rc.d/netif restart

About

github

Creative Commons

RSS