From owner-freebsd-questions@FreeBSD.ORG Sun Jul 3 16:33:47 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 635A21065670 for ; Sun, 3 Jul 2011 16:33:47 +0000 (UTC) (envelope-from pancakeking79@gmail.com) Received: from mail-pv0-f182.google.com (mail-pv0-f182.google.com [74.125.83.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4178E8FC08 for ; Sun, 3 Jul 2011 16:33:46 +0000 (UTC) Received: by pvg11 with SMTP id 11so5456609pvg.13 for ; Sun, 03 Jul 2011 09:33:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=peCK83Q2FZmR94nTH2qwgOJfBrm79HV2/B8l0HaWcIQ=; b=DrfBFe7DlmpWn25NEGxi1I6iuiz/vMs7x5PX1AMC8g+sAFywEpdLJ71RllYg5wyPHR NnRUSaSvJsbqPM3qt5VsxeW7ukYp9t64r/liB5+XqV5NWrb8dWkg3wWrCjIXV6F9dHzX XZKpxbGVwU449/5UvaHt9btG+FnFTMWRijRsY= MIME-Version: 1.0 Received: by 10.142.250.42 with SMTP id x42mr2468253wfh.412.1309709015272; Sun, 03 Jul 2011 09:03:35 -0700 (PDT) Received: by 10.143.31.19 with HTTP; Sun, 3 Jul 2011 09:03:35 -0700 (PDT) Date: Sun, 3 Jul 2011 18:03:35 +0200 Message-ID: From: _ To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: WLAN issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jul 2011 16:33:47 -0000 Hi List, I can't get my WLAN (WPA) to work and I am somewhat at a loss, as to what else to try... The /etc/rc.conf portion looks like this: ifconfig_wi0="WPA DHCP" My /etc/wpa_supplicant.conf looks like this: network={ ssid="my_ssid" psk="my_psk" } The above should be fine in terms of how it is set up. Invoking ifconfig on the interface tells me that it is connected, however, there's still no internet connection. # ifconfig wi0 wi0: flags=8843 metric 0 mtu 1500 ether 00:02:2d:0f:4f:99 inet 0.0.0.0 netmask 0xff000000 broadcast 255.255.255.255 media: IEEE 802.11 Wireless Ethernet autoselect (DS/2Mbps) status: associated ssid WLAN-5C7E88 channel 11 (2462 Mhz 11b) bssid 88:25:2c:5c:7e:38 stationname "FreeBSD WaveLAN/IEEE node" authmode WPA1+WPA2/802.11i privacy MIXED deftxkey UNDEF bmiss 7 scanvalid 60 roaming MANUAL My OS is FreeBSD 7.0. Any support is greatly appreciated. Thanks