From owner-freebsd-mobile@FreeBSD.ORG Thu Aug 4 00:12:09 2005 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6D4216A41F for ; Thu, 4 Aug 2005 00:12:09 +0000 (GMT) (envelope-from herriojr@cinci.rr.com) Received: from ms-smtp-02-eri0.ohiordc.rr.com (ms-smtp-02-smtplb.ohiordc.rr.com [65.24.5.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 819A043D45 for ; Thu, 4 Aug 2005 00:12:09 +0000 (GMT) (envelope-from herriojr@cinci.rr.com) Received: from STUDMUFFINLAPTOP (cpe-65-27-244-20.cinci.res.rr.com [65.27.244.20]) by ms-smtp-02-eri0.ohiordc.rr.com (8.12.10/8.12.7) with ESMTP id j740C3XW006205 for ; Wed, 3 Aug 2005 20:12:07 -0400 (EDT) Message-Id: <200508040012.j740C3XW006205@ms-smtp-02-eri0.ohiordc.rr.com> From: "Jonathan Herriott" To: Date: Wed, 3 Aug 2005 20:12:05 -0400 MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcWYiSUbTwJIDRvDTpy2+dPpU5H9RQ== X-Virus-Scanned: Symantec AntiVirus Scan Engine Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Connected to Router but not Internet X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Aug 2005 00:12:10 -0000 Hi All, I am having issues with setting up my wireless to connect to the internet. I know it's because there's something I'm doing wrong. Basically, I do the following: kldload -v if_ipw ipwcontrol -i ipw0 -f /usr/local/libdata/if_ipw/ipw2100-1.3.fw ifconfig ipw0 inet 192.168.0.20 netmask 0xffffff00 ssid JONNET wepkey my_key weptxkey 1 wepmode on I can ping and access my router, but when I go to ping google, it says the host name cannot be resolved or some such thing. Basically, it's not able to get the address with the host name. Any idea what I did wrong? Also, what is the "Correct" procedure for getting it to start on boot? Thanks, Jonathan Herriott