From owner-freebsd-questions@FreeBSD.ORG Mon Oct 1 07:44:09 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CCBB316A418 for ; Mon, 1 Oct 2007 07:44:09 +0000 (UTC) (envelope-from cascadingstylez@googlemail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.freebsd.org (Postfix) with ESMTP id 81C4913C4AA for ; Mon, 1 Oct 2007 07:44:09 +0000 (UTC) (envelope-from cascadingstylez@googlemail.com) Received: by py-out-1112.google.com with SMTP id u77so7033923pyb for ; Mon, 01 Oct 2007 00:44:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=mIHCJ5hjAU947anetgd5RBYP51XjMWO51fb0FCRJvzk=; b=t8EIbD8Rg/GL7bOXEamPaaFsxYo107D4cyR5xTC0Bz8ByoimuYmycCiP1ro4J+Bgd2pGgztOR4heZ48E2kKNX79Ma+LAvFsy8CCfoR6s+AXn/r2zMUxAvRW83Lp5iOy22imhE7j5HGopB6IA1jgYpte14qcPBRD8KF4k0Kogvlw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=fMqjtJ9nvCGZNTKZ7yzJCeZEbRRGH/05UWjObAVo91a0Bg2pECmonJO/cxsqQmaBd6ERF+ommsilY6cpVdjUPeXsP6ybmJfudARm3aEDMJz2m7D/04c1CuxFHMNoLgQipebd0yGkj0gpv3lj9zc259BZr1hRhzqnpEznOoepO70= Received: by 10.65.139.9 with SMTP id r9mr2588361qbn.1191224648062; Mon, 01 Oct 2007 00:44:08 -0700 (PDT) Received: by 10.64.76.17 with HTTP; Mon, 1 Oct 2007 00:44:08 -0700 (PDT) Message-ID: <972994690710010044rdce782djfbaabc2a2dd2d486@mail.gmail.com> Date: Mon, 1 Oct 2007 08:44:08 +0100 From: "James Jeffery" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: WEP Mode: Bad Value? 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, 01 Oct 2007 07:44:09 -0000 Right this is what im doing to connect my box to the internet. I have just added a 128-bit password to my wireless box because it was getting used by people outsid using standard WPA. This is what im doing: ifconfig rum0 inet 192.168.2.8 netmask 0xff000000 ssid belkin54g \ wepmode on wepkey 0xf5d04e6cb3352c6b13cd468b27 weptxtkey 1 and it retturns with ifconfig wepmode: bad value if i remove the wepmode part (as a test) i then get: ifconfig wepkey: bad value Anyone got any idea whats going on here?