From owner-freebsd-questions@FreeBSD.ORG Sun Nov 26 17:14:06 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 6BF9716A415 for ; Sun, 26 Nov 2006 17:14:06 +0000 (UTC) (envelope-from gbentley@uk2.net) Received: from ptb-relay01.plus.net (ptb-relay01.plus.net [212.159.14.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5177F43DE3 for ; Sun, 26 Nov 2006 17:11:33 +0000 (GMT) (envelope-from gbentley@uk2.net) Received: from [81.174.174.115] (helo=CPC) by ptb-relay01.plus.net with smtp (Exim) id 1GoNY2-0000Tt-2I for freebsd-questions@freebsd.org; Sun, 26 Nov 2006 17:12:12 +0000 Message-ID: <001501c7117e$0d429f90$1c07a8c0@CPC> From: "Graham Bentley" To: Date: Sun, 26 Nov 2006 17:12:23 -0000 Organization: Custom PC North West MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1807 Subject: Fw: WiFi Woes ! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Graham Bentley List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Nov 2006 17:14:06 -0000 ----- Original Message ----- From: "Graham Bentley" To: Sent: Sunday, November 26, 2006 4:15 PM Subject: WiFi Woes ! > Hi All, > > Can any WiFi gurus help me with this one ? > > After clean minimal install of 6.1 > > # kldload wlan_wep > # kldload wlan_ccmp > # kldload wlan_tkip > # ifconfig ral0 inet 192.168.7.120 netmask 255.255.255.0 ssid cpc channel 11 > wep wepkey 0x12345ABCDE > > ifconfig ral0 now reports an association, it has the bssid and chnl for my > WAP > correct and the little light comes on the WiFi card. I can ping the ip4 > address > of the ral0 interface and get replies however I cant ping the wap or router > ? > > I have double checked the chnl, ssid and hex key all are correct. > > Have tried 'route add 192.168.7.1' and editting rc.conf by hand to no avail. > > Anyone advise on this please ? > > Thanks ! > I added 'deftxkey 1' and can now ping router however cannot ping external addresses even by ip ... maybe I messed up by playing with 'route add' ? How do I check that or put it back to install defaults ? Thanks !