From owner-freebsd-doc@FreeBSD.ORG Sat May 5 00:45:24 2007 Return-Path: X-Original-To: doc@FreeBSD.org Delivered-To: freebsd-doc@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0C16816A402 for ; Sat, 5 May 2007 00:45:24 +0000 (UTC) (envelope-from snesreviews@ntlworld.com) Received: from queue03-winn.ispmail.ntl.com (queue03-winn.ispmail.ntl.com [81.103.221.57]) by mx1.freebsd.org (Postfix) with ESMTP id 622CF13C44B for ; Sat, 5 May 2007 00:45:23 +0000 (UTC) (envelope-from snesreviews@ntlworld.com) Received: from aamtaout02-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout02-winn.ispmail.ntl.com with ESMTP id <20070505003127.GFEZ12560.mtaout02-winn.ispmail.ntl.com@aamtaout02-winn.ispmail.ntl.com> for ; Sat, 5 May 2007 01:31:27 +0100 Received: from ktulu ([86.12.235.242]) by aamtaout02-winn.ispmail.ntl.com with SMTP id <20070505003127.MHCL17393.aamtaout02-winn.ispmail.ntl.com@ktulu> for ; Sat, 5 May 2007 01:31:27 +0100 Message-ID: <000601c78eac$aa1dfe80$0401a8c0@ktulu> From: "Frank Quinn" To: Date: Sat, 5 May 2007 01:31:02 +0100 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3028 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Documentation on wireless X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 May 2007 00:45:24 -0000 Hi guys/girls, First of all, nice work on the documentation - nobody likes doing it! = Just a little thing though - I'm pretty new to freebsd (but quite = familiar with linux and solaris) so I looked to the handbook on how to = configure my wireless settings = (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-wirele= ss.html) and I just noticed one oversight - with the line outlined = below: ifconfig_ath0=3D"authmode shared wepmode on weptxkey 1 wepkey 01234567 = DHCP"Which didn't work for me, as the 01234567 part seemed to get padded = out to 104 bit (I'm assuming 128) instead of 40 ( I'm assuming 64) = according to ifconfig. Based on this, I would assume this would work for = 128-bit WEP but for my little 64-bit WEP network, I needed to use the = following:ifconfig_ath0=3D"authmode shared wepmode on weptxkey 1 wepkey = 1:0x01234567 DHCP" Just thought it might save somebody else tearing their hair out in the = future :). Cheers, Frank