From owner-freebsd-questions Thu Mar 22 17: 7:53 2001 Delivered-To: freebsd-questions@freebsd.org Received: from raffles-it.com (raffles.demon.co.uk [158.152.17.201]) by hub.freebsd.org (Postfix) with ESMTP id 533E037B71A for ; Thu, 22 Mar 2001 17:07:40 -0800 (PST) (envelope-from dpd@raffles-it.com) Received: from dribble.lan.raffles-it.com (dribble.lan.raffles-it.com [192.168.100.50]) by raffles-it.com (8.11.2/8.11.2) with ESMTP id f2N129d36201; Fri, 23 Mar 2001 01:02:09 GMT (envelope-from dpd@lan.raffles-it.com) Received: from dribble.lan.raffles-it.com (localhost [127.0.0.1]) by dribble.lan.raffles-it.com (8.11.2/8.11.2) with ESMTP id f2N12U058824; Fri, 23 Mar 2001 01:02:30 GMT (envelope-from dpd@lan.raffles-it.com) Message-Id: <200103230102.f2N12U058824@dribble.lan.raffles-it.com> X-Mailer: exmh version 2.3.1 01/18/2001 with nmh-1.0.4 To: Gareth Williams , freebsd-questions@FreeBSD.ORG Subject: Re: Wireless Networking In-Reply-To: Your message of "Thu, 22 Mar 2001 09:15:24 +0100." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 23 Mar 2001 01:02:30 +0000 From: David Dooley Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Gareth, I have an Orinoco RG and am using a Orinoco Gold Card. To get it all to work I turned off DHCP on the RG and basically set it up as a bridge to my lan. I all ready had a DHCP server on the LAN and the RG defaults to serveing 10.0.0.0 net work addresses. This step had to be done via the windows client software supplied. Once the RG was configured I set up the cd in my laptop by taking a copy of /etc/defaults/pccardd.conf and putting it in /etc. I then hacked it untill it just had a section for the Orinoco card and added varius wicontrol commands to configured it to use the default encryption provided. The network ID is the on the spine of the RG under the cover and the encryption key is the last 5 digits of the same ID. I spent a lot of time getting evry thing working with windows on the laptop trying to talk to my freeBSD box once I had all that working I started playing with wicontrol and fond that the parameters below worked for me. I belive now that this way of doing the configuration may not have been the best. It certinly works for me but I belive that these wicontrol commands should now go in /etc/start_if.wi0, I havnen't spent much more time looking in to this way of doing things as I am about to embark on a complete rebuild of the laptop and will play with it then. But for what it's worth here is my config from /etc/pccardd.conf and the relevent sections of /etc/rc.conf pccardd.conf ------------ # Lucent WaveLAN/IEEE card "Lucent Technologies" "WaveLAN/IEEE" config 0x1 "wi" ? insert /usr/sbin/wicontrol -i $device -s ANY insert /usr/sbin/wicontrol -i $device -n <6 digits> # Network ID insert /usr/sbin/wicontrol -i $device -k -v 1 # Encrypt Key insert /usr/sbin/wicontrol -i $device -T 1 insert /usr/sbin/wicontrol -i $device -e 1 insert /usr/sbin/wicontrol -i $device -p 1 insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop rc.conf ------- pccard_enable="YES" pccard_ifconfig="DHCP" hostname="" Hope this helps David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message