From owner-freebsd-questions@FreeBSD.ORG Thu Aug 18 17:53:44 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3A64916A41F for ; Thu, 18 Aug 2005 17:53:44 +0000 (GMT) (envelope-from algould@datawok.com) Received: from smtpauth07.mail.atl.earthlink.net (smtpauth07.mail.atl.earthlink.net [209.86.89.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id E3FAB43D48 for ; Thu, 18 Aug 2005 17:53:43 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=grokwell.org) by smtpauth07.mail.atl.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 4.34) id 1E5oaE-0005RP-OV; Thu, 18 Aug 2005 13:53:42 -0400 Date: Thu, 18 Aug 2005 12:53:59 -0500 From: "Andrew L. Gould" To: Pablo Allietti Message-ID: <20050818125359.6e2b6429@grokwell.org> In-Reply-To: <20050818173851.GA43579@micron.lacnic.net.uy> References: <20050818173851.GA43579@micron.lacnic.net.uy> X-Mailer: Sylpheed-Claws 1.9.11 (GTK+ 2.6.8; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bcbec3c8dd96e1964b57a91580b87d29c9350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 Cc: freebsd-questions@freebsd.org Subject: Re: wireless DHCP + wep 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: Thu, 18 Aug 2005 17:53:44 -0000 On Thu, 18 Aug 2005 14:38:51 -0300 Pablo Allietti wrote: > Hi all i have a question. > > i configure a Intel 2200 wireless card and the system detect ok and > load in the start time. > > so. now i need to add wep Key and DHCP. > > is that possible to do in automatically. > > because rigth now i cant do dhcp and need to do a ifconfig blablabla > wepkey xxxxxx wepmode 0 any time when i restart my laptop. > > thanks. You can configure your interface using /stand/sysinstall by selecting "Index", then "Network Interfaces". There's a place in the module to put additional ifconfig arguments. The appropriate configuration entries will be added to /etc/rc.conf. If that doesn't work, you can a script in /usr/local/etc/rc.d. If you use a firewall, you may have to reload the firewall rules after the interface is configured; but you can have the script do this as well. Best of luck, Andrew Gould