From owner-freebsd-questions@FreeBSD.ORG Sat May 5 06:39:02 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DB266106566B; Sat, 5 May 2012 06:39:02 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) by mx1.freebsd.org (Postfix) with ESMTP id 5770D8FC0A; Sat, 5 May 2012 06:39:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id q456cIHN028218; Sat, 5 May 2012 16:38:19 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Sat, 5 May 2012 16:38:18 +1000 (EST) From: Ian Smith To: Anton Shterenlikht In-Reply-To: <20120504200307.GA30426@mech-cluster241.men.bris.ac.uk> Message-ID: <20120505163154.O78676@sola.nimnet.asn.au> References: <20120504200307.GA30426@mech-cluster241.men.bris.ac.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org, freebsd-mobile@freebsd.org Subject: Re: help debug bwn(4) wireless 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: Sat, 05 May 2012 06:39:02 -0000 On Fri, 4 May 2012 21:03:07 +0100, Anton Shterenlikht wrote: [..] > wlan0: flags=8843 metric 0 mtu 1500 > ether 00:c0:49:58:00:fe > inet 192.168.1.104 netmask 0xffffff00 broadcast 192.168.1.255 > nd6 options=29 > media: IEEE 802.11 Wireless Ethernet OFDM/36Mbps mode 11g > status: associated > ssid lagartixa channel 11 (2462 MHz 11g) bssid 00:18:39:e6:46:b6 > country US authmode WPA2/802.11i privacy ON deftxkey UNDEF > AES-CCM 2:128-bit txpower 30 bmiss 7 scanvalid 450 bgscan > bgscanintvl 300 bgscanidle 250 roam:rssi 7 roam:rate 5 protmode CTS > wme roaming MANUAL > > I run wpa_supplicant: > > # wpa_supplicant -i wlan0 -c /etc/wpa_supplicant.conf > Trying to associate with 00:18:39:e6:46:b6 (SSID='lagartixa' freq=2462 MHz) > Associated with 00:18:39:e6:46:b6 > WPA: Key negotiation completed with 00:18:39:e6:46:b6 [PTK=CCMP GTK=CCMP] > CTRL-EVENT-CONNECTED - Connection to 00:18:39:e6:46:b6 completed (auth) [id=0 id_str=] > > I got issued the ip address by my wireless router. > > I see the card on the router: > > DHCP Active IP Table > DHCP Server IP Address: 192.168.1.1 > Client Host Name IP Address MAC Address Expires > 192.168.1.104 00:c0:49:58:00:fe 23:58:54 > > I get /etc/resolve.conf set up automatically > (through the wired connection): > > % cat /etc/resolv.conf > # Generated by resolvconf > search cable.virginmedia.net > nameserver 194.168.4.100 > nameserver 194.168.8.100 > > > But I just can't get the wireless connection, > even to the router: > > % ping 192.168.1.1 > PING 192.168.1.1 (192.168.1.1): 56 data bytes > ping: sendto: No route to host > ping: sendto: No route to host > ^C What sayeth 'netstat -finet -rn' ? cheers, Ian