You are not logged in.
I've been trying to get wireless to work on my laptop using wpa_supplicant. I seem I be connected to the network, but I'm unable to ping google. Here's some info:
bash-3.2# wpa_supplicant -Dwext -iwlan0 -c/etc/wpa_supplicant.conf
Trying to associate with 00:1a:1e:8d:1d:20 (SSID='Northwestern' freq=2462 MHz)
Associated with 00:1a:1e:8d:1d:20
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
WPA: Key negotiation completed with 00:1a:1e:8d:1d:20 [PTK=CCMP GTK=CCMP]
CTRL-EVENT-CONNECTED - Connection to 00:1a:1e:8d:1d:20 completed (auth) [id=0 id_str=]bash-3.2# dhcpcd wlan0
wlan0: dhcpcd 4.0.12 starting
wlan0: broadcasting for a lease
wlan0: offered 165.124.136.34 from 129.105.49.10
wlan0: acknowledged 165.124.136.34 from 129.105.49.10
wlan0: checking 165.124.136.34 is available on attached networks
wlan0: leased 165.124.136.34 for 1800 secondsbash-3.2# ifconfig wlan0
wlan0 Link encap:Ethernet HWaddr 00:1F:3B:27:C4:15
inet addr:165.124.136.34 Bcast:165.124.136.255 Mask:255.255.255.0
inet6 addr: fe80::21f:3bff:fe27:c415/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:21 errors:0 dropped:0 overruns:0 frame:0
TX packets:25 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3977 (3.8 Kb) TX bytes:2952 (2.8 Kb)Offline
Hi, the wireless link seems to be done successfully because you can obtain an IP on the network.
What error message does the ping google.com command give ?
Also can you ping 129.105.49.10, the dhcp server which gives you an ip ?
After the dhcp setup, what default gateway shows the route command ?
Offline