From owner-freebsd-questions@FreeBSD.ORG Sun Mar 22 05:25:39 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 93A18106566B for ; Sun, 22 Mar 2009 05:25:39 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [220.233.188.227]) by mx1.freebsd.org (Postfix) with ESMTP id B17048FC0A for ; Sun, 22 Mar 2009 05:25:38 +0000 (UTC) (envelope-from smithi@nimnet.asn.au) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id n2M5PZCK098905; Sun, 22 Mar 2009 16:25:36 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Sun, 22 Mar 2009 16:25:35 +1100 (EST) From: Ian Smith To: Modulok In-Reply-To: <20090322032105.0CB501065781@hub.freebsd.org> Message-ID: <20090322153329.O95588@sola.nimnet.asn.au> References: <20090322032105.0CB501065781@hub.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-questions@freebsd.org Subject: Re: Creating a 10km wireless bridge...pointers? 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: Sun, 22 Mar 2009 05:25:39 -0000 On Sat, 21 Mar 2009 06:43:01 -0600 Modulok wrote: > I have been tasked with getting a DSL connection across about 10km of > no-man's-land to a rural location without internet access. Ideally, > all traffic inbetween the two directional antennas would be encrypted. Best encrypted, or at least use point-to-point adhoc in bridge mode rather than point-to-AP unencrypted, which will surely get abused. > (Nice, but not entirely required.) 3Mb/s would be great! Something > like: > > LAN<->BSDrouter<->modem<->Antenna<~~air~~>Antenna<->modem<->DSL > > I'm looking for general pointers of both hardware and software to > achieve this. I'd like to employ FreeBSD as much as is feasible. This > is my first WAN network project, so even newbie pointers and general > references would be much appreciated. (Hardware suggestions, books to > read, etc.) Reliability is of mild concern, simply because I don't > want to drive 10km at 3:00am when something breaks. > > Tips? References? Advice? I suggest downloading "Wireless Networking in the Developing World" in language of choice from http://wndw.net/download.html .. a great read, good coverage of theory and lots of practical advice. If you're on a budget, a couple of (say) Dlink or Cisco APs - something with decent external antenna connectors anyway - in bridge mode with two yagi or helical antennae with >= 12dBm gain should do 10km line of sight easily. With +15dBm antennae you should get (at least lower) 11g rates, and if you can afford 20+dBm dish grid antennae, so much the faster. Might be worth checking out /usr/ports/net/olsrd (http://www.olsr.org/) As others have said - avoid amplifiers, spend most on good antennae and cables, as short and fat as is practicable. You'll likely want short pigtails between the wireless card or bridge and the longer fat leads. cheers, Ian