undead |
|
Темы:
7
Сообщения:
24
Участник с: 18 апреля 2010
|
wpa_supplicant.confctrl_interface=/var/run/wpa_supplicant eapol_version=1 ap_scan=1 fast_reauth=1 network={ ssid="ASU Corp" proto=RSN key_mgmt=WPA-EAP pairwise=CCMP group=CCMP eap=PEAP phase2="auth=MSCHAPV2" identity="[email protected]" password="mypassword" priority=1 } Дальше выполняю: wpa_supplicant -B -Dwext -iwlan0 -c/etc/wpa_supplicant.conf dhcpcd wlan0 Пытаюсь что-либо скачать через Wget - не выходит: export http_proxy="proxy.asu.ru:3168" wget --proxy-user "STUD\mylogin" --proxy-password "mypassword" google.ru --2010-09-01 12:24:20-- http://google.ru Resolving proxy.asu.ru...10.0.0.34 Connecting to proxy.asu.ru|10.0.0.34|:3168...connected Proxy request sent, awaiting responce... 407 Proxy Authentication Required 2010-09-01 12:24:10 Error 407: Proxy Authentication Required |
undead |
|
Темы:
7
Сообщения:
24
Участник с: 18 апреля 2010
|
Все к точке подцепился:network={ ssid="***" proto=RSN key_mgmt=WPA-EAP pairwise=CCMP group=CCMP eap=PEAP phase2="auth=MSCHAPV2" identity="***@***" password="***" priority=1 } Всем огромное спасибо за помощь. |
undead |
|
Темы:
7
Сообщения:
24
Участник с: 18 апреля 2010
|
я еще не поставил систему на ноги. гружусь в Live CD. просто думаю не стоит ставить систему и убивать Windows без связи с нетом. |
undead |
|
Темы:
7
Сообщения:
24
Участник с: 18 апреля 2010
|
необходимо настроить доступ в интернет через wifi. wpa_supplicant.conf: ctrl_interface=/var/run/wpa_supplicant eapol_version=1 ap_scan=1 fast_reauth=1 # EAP-PEAP/MSCHAPv2 configuration for RADIUS servers that use the new peaplabel # (e.g., Radiator) network={ ssid="ASU Corp" key_mgmt=WPA-EAP eap=PEAP identity="[email protected]" password="password" phase1="peaplabel=1" phase2="auth=MSCHAPV2" priority=10 } выполняю: ifconfig wlan0 up wpa_supplicant -Dwext -i wlan0 -c /etc/wpa_supplicant.conf CTRL-EVENT-SCAN-RESULTS Trying to associate with 00:20:b0:7f:7a:78 (SSID='ASU Corp' freq=2437 MHz) Associated with 00:20:b0:7f:7a:78 CTRL-EVENT-EAP-STARTED EAP authentication started CTRL-EVENT-EAP-METHOD EAP vendor 0 method 25 (PEAP) selected OpenSSL: tls_connection_handshake - Failed to read possible Application Data error:00000000:lib(0):func(0):reason(0) EAP-MSCHAPV2: Authentication succeeded EAP-TLV: TLV Result - Success - EAP-TLV/Phase2 Completed CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys Associated with 00:20:b0:7f:7a:78 CTRL-EVENT-SCAN-RESULTS CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys Associated with 00:20:b0:7f:7a:78 CTRL-EVENT-SCAN-RESULTS Trying to associate with 00:20:b0:7f:79:f8 (SSID='ASU Corp' freq=2462 MHz) CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys CTRL-EVENT-DISCONNECTED - Disconnect event - remove keys Authentication with 00:00:00:00:00:00 timed out. CTRL-EVENT-SCAN-RESULTS Trying to associate with 00:20:b0:7f:7a:78 (SSID='ASU Corp' freq=2437 MHz) Associated with 00:20:b0:7f:7a:78 CTRL-EVENT-TERMINATING - signal 2 received |