From owner-freebsd-questions@FreeBSD.ORG Fri Apr 23 06:18:57 2004 Return-Path: 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 E3EF116A4CE for ; Fri, 23 Apr 2004 06:18:57 -0700 (PDT) Received: from audiogram.mail.pas.earthlink.net (audiogram.mail.pas.earthlink.net [207.217.120.253]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7DAF43D2D for ; Fri, 23 Apr 2004 06:18:57 -0700 (PDT) (envelope-from algould@datawok.com) Received: from 20-74.lctv-b4.cablelynx.com ([24.204.20.74] helo=[192.168.63.10]) by audiogram.mail.pas.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 3.36 #4) id 1BH0a1-0001Li-00; Fri, 23 Apr 2004 06:18:57 -0700 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Fri, 23 Apr 2004 08:19:04 -0500 User-Agent: KMail/1.6.1 References: <002e01c42932$4768f160$0701a8c0@darryl> <40891393.3060504@theatre.msu.edu> In-Reply-To: <40891393.3060504@theatre.msu.edu> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Message-Id: <200404230819.04796.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4b2e2823a339c65e9ac34203a165767d1b350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c cc: "Jonathan T. Sage" Subject: Re: Freebsd machine as a wireless access point ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Apr 2004 13:18:58 -0000 On Friday 23 April 2004 08:01 am, Jonathan T. Sage wrote: > Probably. I'm not too familiar with how the ad-hoc connections work, > but i am certain that for a single client it would work. Just get a > wireless NIC in it, play a little routing magic, maybe look at the dhcpd > port (dhcp server) > > ~j > > Darryl Hoar wrote: > > I have a spare PC with Freebsd installed on it. Can I configure > > this machine to be a wireless access point ? > > > > just curious. > > > > -D =46rom 'man wi': "Cards based on the Intersil PRISM-II and PRISM-2.5 chips also have a host-based access point mode which allows the card to act as an access point (base station). Access points are different than operating in IBSS mode. They operate in BSS mode. They allow for easier roaming and bridge all ethernet traffic such that machines connected via an access point appear to be on the local ethernet segment. =46or more information on configuring this device, see ifconfig(8)." Once you get the device properly configured and working as an access point,= =20 you'll need to configure the computer as a gateway and add NAT into you're= =20 firewall. For home networking, the choice between dynamic and static ip=20 addresses is probably a question of personal preference. Also, since different cards support difference levels of encryption, consid= er=20 your security options before you purchase hardware. If you're going to use= a=20 VPN, the choice of hardware shouldn't matter as much. Best of luck, Andrew Gould