From owner-freebsd-questions@FreeBSD.ORG Mon Nov 27 01:19:55 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 611CC16A412 for ; Mon, 27 Nov 2006 01:19:55 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53CAB43D58 for ; Mon, 27 Nov 2006 01:18:56 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (evge.static.otenet.gr [212.205.236.117]) (authenticated bits=128) by igloo.linux.gr (8.13.8/8.13.8/Debian-2) with ESMTP id kAR1JO9W006666 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 27 Nov 2006 03:19:28 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.13.8/8.13.8) with ESMTP id kAR1JEgs004235; Mon, 27 Nov 2006 03:19:16 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.13.8/8.13.8/Submit) id kAR1JCoq004234; Mon, 27 Nov 2006 03:19:12 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 27 Nov 2006 03:19:11 +0200 From: Giorgos Keramidas To: Graham Bentley Message-ID: <20061127011911.GC3054@kobe.laptop> References: <20061126052908.EC53D16A567@hub.freebsd.org> <002301c71176$1b3e0150$1c07a8c0@CPC> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002301c71176$1b3e0150$1c07a8c0@CPC> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (score=-3.448, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.75, BAYES_00 -2.60, DNS_FROM_RFC_ABUSE 0.20) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: freebsd-questions@freebsd.org Subject: Re: WiFi Woes ! 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: Mon, 27 Nov 2006 01:19:55 -0000 On 2006-11-26 16:15, Graham Bentley wrote: > 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. Are you running a firewall? You may have to tune it to pass ral0 packets. What does tcpdump report on ral0 when you are pinging? # tcpdump -n -l -vv -s 2000 -i ral0