From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LSDuB-0007P9-5p for garchives@archives.gentoo.org; Wed, 28 Jan 2009 17:08:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF5A1E0106; Wed, 28 Jan 2009 17:08:45 +0000 (UTC) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.177]) by pigeon.gentoo.org (Postfix) with ESMTP id A45A7E0106 for ; Wed, 28 Jan 2009 17:08:45 +0000 (UTC) Received: by el-out-1112.google.com with SMTP id b25so1594854elf.1 for ; Wed, 28 Jan 2009 09:08:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to :content-type:content-transfer-encoding; bh=wnrGOHgOvCuGch/gm+Qb3HS4wC6aSKjWUZM78xjbbXQ=; b=Z7gVS4mKrVReo4bfBzAVHl1P/GSC99NVKLSwoPMC5/1hEx/tee3PR19WL+ydOtFoao Dp8TW+5YmI7zpbSddVylasPOrCH8lllKU0dM1In+UATeIdtOY46ilNhKbXq7tEucbAHL cyzcVrZYCedDkns+wwXormZcCNWdhOhhSVoVU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=jkYYS/zyuFwYb9GwucG2GVGOruTyU2hvhGYKzP0N0UMN82vxb8Eh4Bgw9/YJZ89elz ERasVpzyWzBV5eWvwq271/MKarrRyRqSKX/IT2af2GD488LUtC9ywbnkhOaWkaVEAS9C ObZVb/kWzhoaex8k+GYW9N9kkZDuhxO+nJ6I4= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: paul.hartman@gmail.com Received: by 10.150.97.19 with SMTP id u19mr1217603ybb.13.1233162525297; Wed, 28 Jan 2009 09:08:45 -0800 (PST) In-Reply-To: <49bf44f10901280900p33914cbci19ed49544757ee31@mail.gmail.com> References: <49bf44f10901280900p33914cbci19ed49544757ee31@mail.gmail.com> Date: Wed, 28 Jan 2009 11:08:45 -0600 X-Google-Sender-Auth: 456ac8eaccd5e8b6 Message-ID: <58965d8a0901280908h7c4eb0e3ya9df102fe30d9c2@mail.gmail.com> Subject: Re: [gentoo-user] wlan0 promiscuous mode From: Paul Hartman To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: 7964f819-5ae3-4bad-9da7-1327446bd4eb X-Archives-Hash: e3d8687420be7e101fa036cdd6fefe80 On Wed, Jan 28, 2009 at 11:00 AM, Grant wrote: > Does anyone know how to put my USB wireless network adapter into > promiscuous mode so I can see everything that's happening wirelessley > on my network in wireshark? wlanconfig ath0 create wlandev wifi0 wlanmode monitor Something like that. Not sure if the Gentoo Way(tm) is different but that's the command I use in BackTrack live CD