From owner-freebsd-questions@FreeBSD.ORG Tue Oct 28 14:33:25 2003 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 E884516A4CE for ; Tue, 28 Oct 2003 14:33:25 -0800 (PST) Received: from inspired.net.au (inspired.net.au [203.58.81.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id E921443FE1 for ; Tue, 28 Oct 2003 14:33:23 -0800 (PST) (envelope-from dlodeiro@inspired.net.au) Received: (from uucp@localhost) by inspired.net.au (8.8.7/8.8.7) id JAA27889; Wed, 29 Oct 2003 09:33:00 +1100 Received: from dsl-74.217.240.220.dsl.comindico.com.au(220.240.217.74), claiming to be "dl.com" via SMTP by inspired.net.au, id smtpda27865; Tue Oct 28 22:32:57 2003 From: David Lodeiro To: Steve Bertoni Date: Wed, 29 Oct 2003 08:31:13 +1000 User-Agent: KMail/1.5.4 References: <20031026210023.GA2059@teddy.fas.com> <200310272110.22572.dlodeiro@inspired.net.au> <20031028184242.GA18167@tigerose.com> In-Reply-To: <20031028184242.GA18167@tigerose.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310290831.13768.dlodeiro@inspired.net.au> cc: freebsd-questions@freebsd.org Subject: Re: Wireless networking hardware recomendations? 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: Tue, 28 Oct 2003 22:33:26 -0000 On Wed, 29 Oct 2003 04:42 am, you wrote: > On Mon, Oct 27, 2003 at 09:10:22PM +1000, David Lodeiro wrote: > > If you want to see my rc.conf reguarding this machine to make it easier > > to set up, let me know. > > I just bought one of these and I'd be interested in seeing your rc.conf. > > Thanks much, > > Steve gateway_enable="YES" kern_securelevel_enable="NO" nfs_server_enable="YES" rpcbind_enable="YES" sendmail_enable="YES" sshd_enable="YES" usbd_enable="YES" firewall_enable="YES" firewall_type="open" inetd_enable="YES" ifconfig_fxp0="inet 192.168.1.251 netmask 255.255.255.0" defaultrouter="192.168.1.254" hostname="davesserver.com" natd_enable="YES" natd_interface="fxp0" natd_flags="" ifconfig_ath0="inet 192.168.0.1 netmask 255.255.255.0 channel 6 ssid daves mode 11g mediaopt hostap" lpd_enable="YES" There you go, one thing I am having some issues with is getting dhcp to work through it, for some odd reason it is throught the lan interface but not through the wireless one. Thanks David Lodeiro