From owner-freebsd-questions@freebsd.org Sun Apr 9 22:42:27 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C9201D36FF8 for ; Sun, 9 Apr 2017 22:42:27 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.227]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "cdptpa-oedge", Issuer "cdptpa-oedge" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 934DFDE6 for ; Sun, 9 Apr 2017 22:42:26 +0000 (UTC) (envelope-from baho-utot@columbus.rr.com) Received: from [65.186.81.207] ([65.186.81.207:54903] helo=raspberrypi.bildanet.com) by cdptpa-omsmta01 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id DD/E1-03423-F08BAE85; Sun, 09 Apr 2017 22:39:11 +0000 Received: from [192.168.1.139] by raspberrypi.bildanet.com with esmtp (Exim 4.84) (envelope-from ) id 1cxLUE-0001mt-Kr for freebsd-questions@freebsd.org; Sun, 09 Apr 2017 18:39:10 -0400 To: freebsd-questions@freebsd.org From: Baho Utot Subject: FreeBSD-11.0-p8 Wireless setup Message-ID: Date: Sun, 9 Apr 2017 18:39:05 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-RR-Connecting-IP: 107.14.168.6:25 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Apr 2017 22:42:27 -0000 I have a realtek usb wireless device. It will work using dhcp with an open wireless network. If I change the security mode to WPA2/WPA Mixed Personel if stops working and give me no route to host error whne I try to ping a host I have this in /etc/wpa_supplicant.conf network={ ssid="example" psk="my key" } wpa_supplicant appears to be working. If I try to add the default route by: route default 192.168.1.1 it responds telling me it is already in the tabel. How can I trouble shoot this more? Thanks