From owner-freebsd-hardware@FreeBSD.ORG Mon Apr 19 16:15:59 2004 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8446116A4CE; Mon, 19 Apr 2004 16:15:59 -0700 (PDT) Received: from wsip-24-234-162-196.lv.lv.cox.net (wsip-24-234-162-196.lv.lv.cox.net [24.234.162.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0382D43D41; Mon, 19 Apr 2004 16:15:57 -0700 (PDT) (envelope-from mjpelletier@mjpelletier.com) Received: from pc1 (wsip-24-234-216-141.lv.lv.cox.net [24.234.216.141]) (authenticated bits=0)i3JNQhZS001178 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 19 Apr 2004 16:26:44 -0700 (PDT) (envelope-from mjpelletier@mjpelletier.com) Message-ID: <013801c42665$3d06ba60$8dd8ea18@pc1> From: "Michael J. Pelletier" To: "Thorolf" , "Bill Paul" References: <20040419225806.AD12B16A4CF@hub.freebsd.org> Date: Mon, 19 Apr 2004 16:22:52 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1409 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 X-Scanned-By: MIMEDefang 2.40 cc: freebsd-hardware@freebsd.org Subject: Best wireless gear? Any suggestins? X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Apr 2004 23:15:59 -0000 I have a quick question for you guys. I am thinking about a wireless solution. I do not need a wireless router really more of a wireless bridge setup. I will need to connect a laptop on the wireless network work as well a another wireless bridge (muliple rj45 ports on the wireless bridge). My environment is as follows 1 FreeBSD firewall (4.9) with three interfaces 1st interface goes to the cable modem (ISP access and firewalled) 2nd interface goes to a bunch of Winblows Servers (2000 mostly) and FreeBSD servers 3rd interface will be for the wireless network. This is the interface that will connect to the wireless bridge. On the wireless network, I will need a wireless bridge that has muliple rj45 interfaces (for my XBOX) and a seperate PCMCIA card for a laptop... Any thought about the best wireless gear for this and FreeBSD? Michael ----- Original Message ----- From: "Bill Paul" To: "Thorolf" Cc: Sent: Monday, April 19, 2004 3:58 PM Subject: Re: Prism GT / Netgear WG511 (fwd) > > > >Hello list, > > >I have new Netgear WG511 pcmcia WLANcard, > >I have made ndis driver, but this card doesn't work. > >Did someone know, how can I bring this card to work? > > [...] > > >thorolf# ifconfig ndis0 channel 10 ssid "my_net" > > Ok, stop right there. You have failed to provide important information > in your post. Please listen carefully: you can have either a BSS > network (with an access point) or an ad-hoc network (bunch of computers > talking in a stand alone cell). You did not specify what kind of net > you are trying to use, and it is impossible for anyone to just guess. > Next time you ask a question, remember that little things which you > think are basic have a big impact on your problems, and you make life > hard for people when you don't bother to mention them. > > Setting the channel for a BSS network has no meaning. It only matters > for ad-hoc networks. If you are trying to connect to an access point, > DO NOT TRY FIDDLING WITH THE CHANNEL SETTING. Just leave it alone. > > For a BSS network (with an access point), do the following: > > # ifconfig ndis0 ssid "my_net" media autoselect > > For an ad-hoc network (bunch of computers in stand-alone cell): > > # ifconfig ndis0 ssid "my_net" mediaopt adhoc > > Only set the channel for ad-hoc if the default channel setting does > not work: > > # ifconfig ndis0 ssid "my_net" mediaopt adhoc channel 10 > > You should also scan for nearby networks to make sure the net you want > to connect to is in range: > > # ifconfig ndis0 up > # wicontrol -i ndis0 -l > > If the SSID scan shows you a list of nets, then the driver is > working correctly. > > -Bill > > -- > ============================================================================ = > -Bill Paul (510) 749-2329 | Senior Engineer, Master of Unix-Fu > wpaul@windriver.com | Wind River Systems > ============================================================================ = > you're just BEGGING to face the moose > ============================================================================ = > _______________________________________________ > freebsd-hardware@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hardware > To unsubscribe, send any mail to "freebsd-hardware-unsubscribe@freebsd.org" >