From owner-freebsd-current@FreeBSD.ORG Sun Mar 5 15:59:07 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C8ECF16A422 for ; Sun, 5 Mar 2006 15:59:07 +0000 (GMT) (envelope-from jacco@jbraat.demon.nl) Received: from psycho.jubba.nl (jbraat.demon.nl [83.160.172.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A7C643D53 for ; Sun, 5 Mar 2006 15:59:06 +0000 (GMT) (envelope-from jacco@jbraat.demon.nl) Received: from [172.31.50.88] (helo=[172.31.50.88]) by psycho.jubba.nl with esmtp (Exim 4.52 (FreeBSD)) id 1FFvdR-000MXs-AF; Sun, 05 Mar 2006 16:59:05 +0100 From: Jacco Braat To: "Denis Perisa [DARKMAN]" In-Reply-To: <440B0620.8080309@vip.hr> References: <20060305120018.EEC9B16A424@hub.freebsd.org> <440B0620.8080309@vip.hr> Content-Type: text/plain Date: Sun, 05 Mar 2006 16:59:04 +0100 Message-Id: <1141574344.1146.18.camel@godzilla.jubba.nl> Mime-Version: 1.0 X-Mailer: Evolution 2.4.2.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Sun, 05 Mar 2006 16:00:06 +0000 Cc: freebsd-current@freebsd.org Subject: Re: hostap mode and wpa-psk with ral(4) problem X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Mar 2006 15:59:07 -0000 Hi, more people have problem with ral driver in hostap mode. the maintainer knows about it and promised to look into it before 6.1 release http://damien.bergamini.free.fr/ral/forum/read.php?f=1&i=225&t=163#reply_225 authentication is succesfull, but there is a problem with arp and dhcp. in sys/net80211/ieee80211_input.c (ieee80211_deliver_data) there is some code to bridge incomming packets to other connected stations. It looks like the driver does not handle these packets correctly. ifconfig wifi0 -apbridge disables this feature, then you should be able to connect normally Jacco On Sun, 2006-03-05 at 16:39 +0100, Denis Perisa [DARKMAN] wrote: > I also have problem with this, I use rt2500 chip (ral) and hostap is > working, but when wep is set PC does not seem to find way back to client. > I get proper request for packets in tcpdump but replty is trauncated > because freebsd cannot find way back. I tried ping from host and it say > network is down or something like that. > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"