From owner-freebsd-questions Sat Mar 9 13:12: 0 2002 Delivered-To: freebsd-questions@freebsd.org Received: from serv1.wallnet.com (server1.wallnet.com [208.225.162.122]) by hub.freebsd.org (Postfix) with ESMTP id 1A02F37B41A for ; Sat, 9 Mar 2002 13:11:52 -0800 (PST) Received: from localhost (timothyk@localhost) by serv1.wallnet.com (8.11.5/8.11.5) with ESMTP id g29HxcS17604; Sat, 9 Mar 2002 12:59:38 -0500 (EST) (envelope-from timothyk@serv1.wallnet.com) Date: Sat, 9 Mar 2002 12:59:38 -0500 (EST) From: Tim Kellers To: Aaron Siegel Cc: freebsd-questions Subject: Re: Looking for Wireless Network Hardware suggestion In-Reply-To: <3C8A4B36.2040007@attbi.com> Message-ID: <20020309125505.S17438-100000@serv1.wallnet.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Both the Apple and the Lucent/Orinoco products use a DNS approach in DHCP that makes FreeBSD unhappy. (Their nameserver approach works fine with Windows and Mac OS, though). To keep the DHCP nameserver from overwriting /etc/resolv.conf on boot you need to comment out the make resolv.conf section in the dhclient-script, like so: #make_resolv_conf() { # echo search $new_domain_name >/etc/resolv.conf # for nameserver in $new_domain_name_servers; do # echo nameserver $nameserver >>/etc/resolv.conf # done #} Tim On Sat, 9 Mar 2002, Aaron Siegel wrote: > Hello > This summer I worked for a wireless ISP. We used all Lucent Orinoco > products, there products. For a router I recommend RG1000. The only > other router I have experience with the Linksys, (I do not like there > products a personal bias), it works. I have experienced a problem with > DHCP and my FreeBSD machine. I use a Orinoco (802.11b) nic in my laptop > it works great, boots right up no complaints. They have two levels of > encryption, the silver 64 bit and gold 128 bit. > > Sorry about sending it directly to you > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message