From owner-freebsd-questions@FreeBSD.ORG Thu Jun 18 17:57:01 2009 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 CBDDE106564A for ; Thu, 18 Jun 2009 17:57:01 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout013.mac.com (asmtpout013.mac.com [17.148.16.88]) by mx1.freebsd.org (Postfix) with ESMTP id B7DC48FC18 for ; Thu, 18 Jun 2009 17:57:01 +0000 (UTC) (envelope-from cswiger@mac.com) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Received: from cswiger1.apple.com ([17.227.140.124]) by asmtp013.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0KLG00D864I5T440@asmtp013.mac.com> for freebsd-questions@freebsd.org; Thu, 18 Jun 2009 10:56:32 -0700 (PDT) Message-id: From: Chuck Swiger To: Mel Flynn In-reply-to: <200906180941.04597.mel.flynn+fbsd.questions@mailing.thruhere.net> Date: Thu, 18 Jun 2009 10:56:29 -0700 References: <200906180941.04597.mel.flynn+fbsd.questions@mailing.thruhere.net> X-Mailer: Apple Mail (2.935.3) Cc: freebsd-questions@freebsd.org Subject: Re: The short and curlies of vista networking 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, 18 Jun 2009 17:57:02 -0000 Hi-- On Jun 18, 2009, at 10:41 AM, Mel Flynn wrote: > Does anyone have a how-to or pitfall summary on how to get a vista > computer > to: > - accept DHCP offers from isc-dhcp30-server-3.0.7_4 > - connect to WPA-PSK using *any* scheme supported by FreeBSD's hostapd > - give debugging information that makes sense to someone not > speaking "if > !not_working throw generic_catch_all_error" lingo [ ... ] > Related info: > Vista, WPA-PSK: "The settings saved on this computer for the network > do not > match the requirements of the network." > /var/log/dhcpd.log: > Jun 18 08:56:24 gate dhcpd: DHCPDISCOVER from 00:c0:a8:f1:e8:c3 > (Tyler-PC) via > bridge0 > Jun 18 08:56:24 gate dhcpd: DHCPOFFER on 192.168.2.251 to > 00:c0:a8:f1:e8:c3 > (Tyler-PC) via bridge0 > One common pitfall that affects people doing unusual network topologies like bridging between wired and wireless is whether you've got proxy-ARP going, which might cause the Vista box to thing the IP being offered to it is really in use. Try pinging one of your IPs in the DHCP pool range, and see whether you're getting ARPOP_REPLYs. If so, the MAC address you get ought to lead to the hardware which is generating proxy ARP replies. Of course, it might just be some Vista oddity-- perhaps it doesn't trust your wireless network because it doesn't like the encryption strength or some such, but I won't try to advise you on how to administer Vista itself.... Regards, -- -Chuck