From owner-freebsd-questions@FreeBSD.ORG Thu Jun 26 18:37:45 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 61B901065684 for ; Thu, 26 Jun 2008 18:37:45 +0000 (UTC) (envelope-from canito@dalan.us) Received: from netbits.us (ptr-89.fastconcepts.net [209.18.107.89]) by mx1.freebsd.org (Postfix) with SMTP id 0AECB8FC1A for ; Thu, 26 Jun 2008 18:37:44 +0000 (UTC) (envelope-from canito@dalan.us) Received: (qmail 8753 invoked by uid 65534); 26 Jun 2008 18:37:43 -0000 Received: from 206.55.176.25 ([206.55.176.25]) by mail.dalan.us (Horde MIME library) with HTTP; Thu, 26 Jun 2008 13:37:43 -0500 Message-ID: <20080626133743.vmn7inths84480ss@mail.dalan.us> Date: Thu, 26 Jun 2008 13:37:43 -0500 From: David Alanis To: David Gurvich References: <20080626121528.597033ee@Lucifer> In-Reply-To: <20080626121528.597033ee@Lucifer> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; DelSp="Yes"; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) H3 (4.1.4) Cc: freebsd-questions@freebsd.org Subject: Re: wpa_supplicant trouble 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, 26 Jun 2008 18:37:45 -0000 Quoting David Gurvich : > Hello, > I am using FreeBSD-7.0-RELEASE and an intel 2100 wireless mini-pci > card. The wireless connection is to a linksys router which then > connects to a second router that acts as a DHCP server and gateway. I have the same set up and my linksys serves as my wireless access point. > > The commands I use to start are the following: > wpa_supplicant -D bsd -i ipw0 -c /etc/wpa_supplicant.conf -B > ifconfig ipw0 192.168.x.x > route add default gateway_ip Why do you need to specify the driver? I have the 3945abg card and =20 hence the OS can see the iface why would you then specify the driver? Have you tried wpa_supplicant -ddD bsd -i ipw0 -c /etc/wpa_supplicant.conf -= B (-d is for debbugin -dd is for twice the verbosity) Can you try running wpa_supplicant -id ipw0 -c /etc/***wpa.conf & if you are running off an dhcp server after connecting to the wireless =20 gateway why don't you just run: dhclient ipw0? Sounds like you are making it more dificult then it needs to be, maybe =20 I am wrong David > > I have no problem with establishing a connection, in fact that works > quite easily. After a period of time, I realize that I have no > Internet access. I can ping the wireless router, but not the > DHCP/gateway nor any outside IP. > > When I check to see if wpa_supplicant is running, I see that it is not. > Restarting wpa_supplicant and resetting the routing table reestablishes > all connections. Is there some reason that wpa_supplicant would stop > running? > > As a side note, macosx seems to have no problems with this > configuration on a different machine. > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.or= g" > ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.