From owner-freebsd-questions@FreeBSD.ORG Fri Nov 28 02:31:38 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 28BEA16A4CF for ; Fri, 28 Nov 2003 02:31:38 -0800 (PST) Received: from arrow.wiznet.ca (arrow.wiznet.ca [216.138.223.232]) by mx1.FreeBSD.org (Postfix) with ESMTP id B23B74406E for ; Fri, 28 Nov 2003 02:31:01 -0800 (PST) (envelope-from willyyam@sillyrabbi.dyndns.org) Received: from sillyrabbi.dyndns.org (H241.C230.tor.velocet.net [216.138.230.241]) by arrow.velocet.net (Postfix) with ESMTP id CD9C05369; Tue, 25 Nov 2003 06:10:41 -0500 (EST) Received: from willyyam by sillyrabbi.dyndns.org with local (Exim 4.24; FreeBSD) id 1AOb6G-000D2X-VR; Tue, 25 Nov 2003 06:11:20 -0500 Date: Tue, 25 Nov 2003 06:11:20 -0500 From: William O'Higgins To: Bruce Mackay Message-ID: <20031125111120.GA50097@sillyrabbi.dyndns.org> References: <20031124065139.GA95655@sillyrabbi.dyndns.org> <20031124062609.7f3ccdb7.brucem128@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20031124062609.7f3ccdb7.brucem128@comcast.net> User-Agent: Mutt/1.4.1i Sender: William O'Higgins cc: freebsd-questions@freebsd.org Subject: Re: wireless networking 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, 28 Nov 2003 10:31:38 -0000 On Mon, Nov 24, 2003 at 06:26:09AM -0500, Bruce Mackay wrote: > I'm no networking guru but I had similar issues trying to get my network up and running. I ran "route add default 192.168.1.1" at the command prompt which started to let me ping my router. I guess in your case you probably need 192.168.100.1. You may have already done this though. > > Another thing I found that was to ping names (yahoo.com) I had to set my /etc/resolv.conf with >search >nameserver It was the route add default 192.168.1.1 (the wireless router, where I had been trying to use 192.168.0.1, which is the network gateway) that did the trick. Thanks. -- yours, William