- Z-Com, Inc. Network Card User Manual

12
Note2:
You can run openssl utility (Included in openssl.zip) in Microsoft Windows OS.
Note3:
The detailed description, please refer to CertConvReadme.txt. (Located in
lnx_wpa_supplicant.tar.gz)
For WPA PEAP
- After modifying, use the following command to setup WPA connection.
If the XG-762N is not open yet, please open it firstly by command:
After network interface is opened, enter the command to build wpa psk
connection:
To build wpa eap-tls
To build wpa peap:
./wpa_supplicant -ieth1 -c wpa_supplicant_peap.conf -d -D zydas
./wpa_supplicant -ieth1 -c wpa_supplicant_tls.conf -d -D zydas
./wpa_supplicant
-
ieth1
-
c wpa_supplicant_psk.conf
-
d
-
D zydas
ifconfig eth1 up
<IP address of the network interface>
network={
ssid="example"
key_mgmt=WPA-EAP
eap=PEAP
identity="jhsieh"
password="jhsieh"
ca_cert="/etc/cert/fluffy.pem"
phase1="peaplabel=0"
phase2="auth=MSCHAPV2"
priority=10
}