Hi all,
I can't figure out what's happening here!
My wireless network is broadcasting SSID and is configured using WPA-PSK.
My laptop is configured with an Intel 3945ABG wireless NIC. As far as I can figure out, using all the manuals and trouble shooting guides, everything is configured correctly.
ifcfg-wlan0 looks like:
# Intel Corporation PRO/Wireless 3945ABG Network Connection
DEVICE=wlan0
ONBOOT=no
BOOTPROTO=dhcp
HWADDR=00:19:d2:5c:18:78
NETMASK=
DHCP_HOSTNAME=Pluto
IPADDR=
DOMAIN=
TYPE=Wireless
ESSID=BlackHat
CHANNEL=11
MODE=Managed
RATE=Auto
USERCTL=no
PEERDNS=yes
IPV6INIT=no
NM_CONTROLLED=no
When I type /sbin/iwlist wlan0 scan it returns:
wlan0 Scan completed :
Cell 01 - Address: 00 : 14 : 7C : B0 : D9 : F1
ESSID:"BlackHat"
Mode:Master
Frequency:2.462 GHz (Channel 11)
Channel:11
Quality=87/100 Signal level=-46 dBm Noise l
Encryption key

n
IE: WPA Version 1
Group Cipher : TKIP
Pairwise Ciphers (1) : TKIP
Authentication Suites (1) : PSK
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s;
9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s;
48 Mb/s; 54 Mb/s
Extra:tsf=000000fea68024dc
So it looks like my wifi-card is running and it can see the accesspoint.
But when I do: /sbin/dhclient wlan0, it returns:
Internet Systems Consortium DHCP Client V3.0.6-Fedora
Copyright 2004-2007 Internet Systems Consortium.
All rights reserved.
For info, please visit isc.org
wmaster0: unknown hardware address type 801
wmaster0: unknown hardware address type 801
Listening on LPF/wlan0/00:19:d2:5c:18:78
Sending on LPF/wlan0/00:19:d2:5c:18:78
Sending on Socket/fallback
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 3
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 6
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 15
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 12
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 20
DHCPDISCOVER on wlan0 to 255.255.255.255 port 67 interval 5
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
When I look in dmesg, it returns:
ADDRCONF(NETDEV_UP): wlan0: link is not ready
wlan0: CTS protection enabled (BSSID=00:14:7c:b0:d9:f1)
wlan0: Initial auth_alg=0
wlan0: authenticate with AP 00:14:7c:b0:d9:f1
wlan0: RX authentication from 00:14:7c:b0:d9:f1 (alg=0 transaction=2 status=0)
wlan0:
authenticated
wlan0: associate with AP 00:14:7c:b0:d9:f1
wlan0: RX AssocResp from 00:14:7c:b0:d9:f1 (capab=0x431 status=0 aid=20)
wlan0: associated
ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
wlan0:
no IPv6 routers present
So, it looks like it is authenticated, which means, that the encryption is not the issue, right? It also replies, that there are no IPv6 routers present. Strange, since I did not configure IPv6 in the config file.
But nevertheless, in this case, the access point is purely a (3Com) access point with a Cisco ASA5505 firewall behind it, which actually does support IPv6...
My laptop is a dual boot with Windows Vista and Vista mainly uses IPv4 on wireless.
Any idea what the problem here might be? I am already busy for two weeks now, trying to get Fedora 8 running with wireless.
Thanks for your help in advance!
