From owner-freebsd-questions@FreeBSD.ORG Mon May 24 10:07:22 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 6236116A4CE for ; Mon, 24 May 2004 10:07:22 -0700 (PDT) Received: from mynah.mail.pas.earthlink.net (mynah.mail.pas.earthlink.net [207.217.120.228]) by mx1.FreeBSD.org (Postfix) with ESMTP id 473A343D2D for ; Mon, 24 May 2004 10:07:22 -0700 (PDT) (envelope-from algould@datawok.com) Received: from 20-74.lctv-b4.cablelynx.com ([24.204.20.74] helo=yoda.datawok.com) by mynah.mail.pas.earthlink.net with asmtp (TLSv1:AES256-SHA:256) (Exim 3.36 #4) id 1BSIu9-0002Vm-00; Mon, 24 May 2004 10:06:25 -0700 Date: Mon, 24 May 2004 12:06:54 -0500 From: "Andrew L. Gould" To: John Murdock Message-Id: <20040524120654.6d13d969.algould@datawok.com> In-Reply-To: <40B22742.7070006@unfinishednightmare.org> References: <40B22742.7070006@unfinishednightmare.org> Organization: X-Mailer: Sylpheed version 0.9.8a-gtk2-20040109 (GTK+ 2.2.4; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69564776905774d2ac4b4b6de1a807dd7fa408352bdf6d15564f350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c cc: freebsd-questions@freebsd.org Subject: Re: Problems connecting to the internet through a wireless router 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: Mon, 24 May 2004 17:07:22 -0000 On Mon, 24 May 2004 11:48:02 -0500 John Murdock wrote: > I have installed FreeBSD succesfully on my Gateway M500 laptop. The > only problem I have is that my laptop connects to the internet through > a wireless router. My wireless card is working fine on the laptop and > I can succesfully ping the router, but when I load up a webbrowser I > get a "Cannot find webpage" error. So, it's confusing that the > computer can connect to the router but not through the router to the > internet. The output of ifconfig wi0 is: > > wi0: flags=8843 mtu 1500 > inet6 fe80::202:2dff:feb3:a0e%wi0 prefixlen 64 scopeid 0x5 > inet 192.168.1.101 netmask 0xffffff00 broadcast > 192.168.1.255 ether 00:02:2d:b3:0a:0e > media: IEEE 802.11 Wireless Ethernet autoselect (DS/11Mbps) > status: associated > ssid 1475 1:1475 > stationname "FreeBSD WaveLAN/IEEE node" > channel 6 automode OPEN powersavemode OFF powersavesleep 100 > wepmode OFF weptxkey 1 > > Everything is setup fine with DHCP. Wep is disabled on my router right > > now so the wepmode I think shouldn't matter. Any help at all will be > greatly appreciated. > > cozen@unfinishednightmare.org Step 1: Make sure that the file /etc/resolv.conf exists. I don't think dhclient can create the file if it's missing. Best of luck, Andrew Gould