From owner-freebsd-questions@FreeBSD.ORG Thu Jul 28 18:59:17 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 A6B6316A41F for ; Thu, 28 Jul 2005 18:59:17 +0000 (GMT) (envelope-from algould@datawok.com) Received: from smtpauth09.mail.atl.earthlink.net (smtpauth09.mail.atl.earthlink.net [209.86.89.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D2F043D46 for ; Thu, 28 Jul 2005 18:59:17 +0000 (GMT) (envelope-from algould@datawok.com) Received: from [206.255.31.21] (helo=yoda.datawok.com) by smtpauth09.mail.atl.earthlink.net with asmtp (TLSv1:RC4-MD5:128) (Exim 4.34) id 1DyDbA-0003uN-Fu; Thu, 28 Jul 2005 14:59:16 -0400 From: "Andrew L. Gould" To: freebsd-questions@freebsd.org Date: Thu, 28 Jul 2005 14:00:39 -0500 User-Agent: KMail/1.6.2 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200507281400.39154.algould@datawok.com> X-ELNK-Trace: ee791d459e3d6817d780f4a490ca69563f9fea00a6dd62bcb5b08923a21618c16168e03fabcdba44350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 206.255.31.21 Cc: "Reeves, Brandon" Subject: Re: Wireless with Aironet 350 Card Help needed 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: Thu, 28 Jul 2005 18:59:17 -0000 On Thursday 28 July 2005 01:28 pm, Reeves, Brandon wrote: > I have a Freebsd 5.3 Laptop with an Aironet 350 Card. I can get the > card associated with the AP using WEP etc. However, I still can not > ping the outside internet. I had this working while I was initially > toying with the card but for some reason it no longer works. This is > a new card I have added to my laptop to enable wireless since the > embedded Intel card is not supported. I also can not ping any machine > on the wireless and none of my other machines can ping me.. Any > insight into this would be greatly appreciated. One more note, I > have installed the Linux-ACU port and it says I am associated but > still gets no communication. > > Thanks > > > Brandon Reeves > Information Systems Security > FMOL Health System > Ph. 225.765.7984 > Fax: 225.765.5804 > breeves@fmolhs.org > Brandon, Please forgive the "obvious" questions: 1. Are you pinging using hostnames or ip addresses? 2. Does the result of 'ifconfig an0' show an ip address and netmask for the wireless interface? (I'm assuming the wireless interface is an0.) 3. Was the wireless interface configured manually or did you use dhclient? 4. Is the default gateway set? 5. Are the contents of /etc/resolv.conf correct? 6. Did you add the local network hosts to /etc/hosts? 7. Does your laptop have an active firewall that may be blocking packets? Andrew Gould