From owner-freebsd-questions@FreeBSD.ORG Thu Aug 18 18:04:46 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 2A20516A41F for ; Thu, 18 Aug 2005 18:04:46 +0000 (GMT) (envelope-from ckleski@mbc.edu) Received: from mbc.edu (mail.mbc.edu [216.57.240.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 90F4043D46 for ; Thu, 18 Aug 2005 18:04:45 +0000 (GMT) (envelope-from ckleski@mbc.edu) DKIM-Signature: a=rsa-sha1; c=nowsp; d=mbc.edu; s=MDaemon; t=1124388280; x=1124993080; i=ckleski@mbc.edu; q=dns; h=DomainKey-Signature: Received:From:To:Subject:Date:User-Agent:Cc:References: In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-Disposition:Message-Id; b=ER49RQRSITPXq3h3I1BMjDEzEoB2YbR /FRqsybxPvu5CTYhwSlr9DK6yLvEDQGy7bOT4A4XMZW82DUo3ZSaM6zkpZz5rAlR 4oIuO29mzQA2QU2UeP2ENpckBxrq1C1ebzldYpgAbOPwfQEXDUxyOJ+6fa72R5LV Adp6jJoQ7LMc= DomainKey-Signature: a=rsa-sha1; s=MDaemon; d=mbc.edu; c=simple; q=dns; h=from:message-id; b=exDDNQOiTasLG/oJTSbOD7H3MtTyOeczAdwK3ZVxO0PxhFs6fIW4TVtzmePJMIPxvxFhhXlojk8VX+EnJAR8+m4k4AR7ICVqrTV2oOOSKjwdArYHwP8u2nHwazwCnoCUfuGrwYqMJabd6WWf5V2A5axV4v8qHMDIBl9TskSiU88=; Received: from [192.168.0.100] by mbc.edu (Cipher TLSv1:RC4-MD5:128) (MDaemon.PRO.v8.1.1.R) with ESMTP id md50006217070.msg for ; Thu, 18 Aug 2005 14:04:36 -0400 From: Craig Kleski To: freebsd-questions@freebsd.org Date: Thu, 18 Aug 2005 14:06:19 +0000 User-Agent: KMail/1.8.1 References: <20050818173851.GA43579@micron.lacnic.net.uy> In-Reply-To: <20050818173851.GA43579@micron.lacnic.net.uy> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200508181406.20230.ckleski@mbc.edu> X-SortMonster-MessageSniffer-Message: md50006217070.msg X-SortMonster-MessageSniffer-Rules: tgibseut-MDPv0.53b (SNFv2-3.1i2) No patterns matched. X-SortMonster-MessageSniffer-Result: 0 X-Authenticated-Sender: ckleski@mbc.edu X-Spam-Processed: mail.mbc.edu, Thu, 18 Aug 2005 14:04:36 -0400 (not processed: message from trusted or authenticated source) X-MDRemoteIP: 65.202.151.105 X-Return-Path: ckleski@mbc.edu X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-MDAV-Processed: mail.mbc.edu, Thu, 18 Aug 2005 14:04:40 -0400 Cc: Pablo Allietti 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 18:04:46 -0000 On Thursday 18 August 2005 05:38 pm, 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 create a file "/etc/start_if.[name of interface]" that contains the appropriate ifconfig. For example, with my Intel 2100, I have the file "/etc/start_if.ipw0" which contains "ifconfig ipw0 ssid xxx authmode xxx" etc etc.