From owner-freebsd-questions Sun Mar 16 5:43:57 2003 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 24A6B37B404 for ; Sun, 16 Mar 2003 05:43:54 -0800 (PST) Received: from sdf.lonestar.org (norge.freeshell.org [216.162.208.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id AADC243FA3 for ; Sun, 16 Mar 2003 05:43:53 -0800 (PST) (envelope-from montana@sdf.lonestar.org) Received: (from montana@localhost) by sdf.lonestar.org (8.12.8/8.12.8) id h2GDhpSM027093; Sun, 16 Mar 2003 13:43:51 GMT Date: Sun, 16 Mar 2003 08:43:51 -0500 (EST) From: Mark Einreinhof X-X-Sender: montana@norge.freeshell.org To: freebsd-questions@FreeBSD.ORG Subject: Aironet an0 dhcp gateway question Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I am having problems with my Cisco Aironet 350 card. I am running 5.0-Release. This card is in a Dell C840 laptop connecting to a Cisco access point. The card is detected and using a ifconfig_an0="ssid my_sid" line in /etc/rc.conf. Running "ifconfig an0" confirms that the card is associated. I manually run "dhclient an0" to obtain the info and again "ifconfig an0" confirms the correct info has been provided. I "ping 192.168.1.1" (the access point) and get results back. I then try to ping a known valid address outside of my network. I get 100% packet loss. Ok, maybe the default route didn't get added, so: "route add default 192.168.1.1". I get back "route: writing to routing socket: File exists add net default: gateway 192.168.1.1: File exists". This tells me dhcp worked correctly in the first place and added the gateway. At this point I am stuck as to why packets aren't getting to the outside network. With this laptop I have a second HD with XP loaded on it. The card, access point, and XP work with no changes to them. Currently, the access point is not running any type of authentication or encryption except for the SSID until I can get this working correctly. Also, what would I add to /etc/rc.conf to have dhcp done at boot? Would this be correct: ifconfig_an0="DHCP"? Should the be after the ssid line? Cheers - Mark Einreinhof - Arpa Member montana@freeshell.org http://montana.freeshell.org SDF Public Access UNIX System - http://sdf.lonestar.org SDF Public Access UNIX System - http://www.freeshell.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message