dhclient aparece para dar endereço, mas a interface não é atribuída

2

Estou tentando conectar-me ao Wi-Fi usando o wpa_supplicant. Eu uso essa configuração:

network={
ssid="guest"
#psk="guest"
psk=<numbers>
}

Eu também tentei esta configuração:

update_config=1
network={
        ssid="Guest"
        proto=RSN
        key_mgmt=WPA-PSK
        pairwise=CCMP TKIP
        group=CCMP TKIP
        psk=<numbers>
        }

Eu corro este comando:

wpa_supplicant  -iwlan0 -c/etc/wpa_supplicant.conf

E parece conectar e auth:

rfkill: Cannot open RFKILL control device
ioctl[SIOCSIWAP]: Operation not permitted
wlan0: Trying to associate with e8:04:62:23:57:d0 (SSID='Guest' freq=2412 MHz)
wlan0: Associated with e8:04:62:23:57:d0
wlan0: WPA: Key negotiation completed with e8:04:62:23:57:d0 [PTK=CCMP GTK=CCMP]
wlan0: CTRL-EVENT-CONNECTED - Connection to e8:04:62:23:57:d0 completed (auth) [id=0 id_str=]

Eu tento obter um endereço via dhcp e parece funcionar a partir das mensagens, no entanto, não há nenhum endereço IP atribuído a wlan0 e, como resultado, não tenho acesso à Internet.

[root@switch /]# dhclient -v wlan0                                              
Internet Systems Consortium DHCP Client 4.1.1-P1                                
Copyright 2004-2010 Internet Systems Consortium.                                
All rights reserved.                                                            
For info, please visit https://www.isc.org/software/dhcp/                       

Listening on LPF/wlan0/74:da:38:0a:38:3d                                        
Sending on   LPF/wlan0/74:da:38:0a:38:3d                                        
Sending on   Socket/fallback                                                    
DHCPREQUEST on wlan0 to 255.255.255.255 port 67                                 
DHCPACK from 10.10.100.1                                                        
bound to 10.10.100.180 -- renewal in 2912 seconds. 

Alguma idéia de por que o wlan0 não recebe um endereço?

EDIT: Eu vejo o syslog tem esta mensagem, mas não tenho certeza do que isso significa

rtw_wx_set_mlme, cmd=0, reason=3    

EDITAR:

Se eu atribuir estaticamente o endereço concedido e adicionar manualmente um gateway padrão, ele funciona. Mas só se eu adicionar o endereço alugado.

    
por Paul 20.03.2015 / 13:10

0 respostas