From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-bw0-f43.google.com (mail-bw0-f43.google.com [209.85.214.43]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority" (verified OK)) by huchra.bufferbloat.net (Postfix) with ESMTPS id 4B5CB200377 for ; Wed, 30 Nov 2011 07:59:25 -0800 (PST) Received: by bkbzt12 with SMTP id zt12so1595431bkb.16 for ; Wed, 30 Nov 2011 07:59:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:organization:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=6oLPbwwEZt4p5jIImwnIwIKQGTfk9Q3zs9CCcLoBs1A=; b=DXumZTt+1A7w8jhrrbu/q9y/DJgRM7TgMQ3BkM8AKmEHUVAYz2zKbd/M6tzTenKpxF DYg2fgOGi0sBd96UTXYBPQP6LRHTNjnaWfEXDK+KnDub5KDFRkFyNpWhI55I+f+G65Dq Q1u4mR+TZnXbeS7CD5HiZjOED9e/46UTqZB0Q= Received: by 10.204.0.80 with SMTP id 16mr3040350bka.29.1322668763367; Wed, 30 Nov 2011 07:59:23 -0800 (PST) Received: from [132.227.127.184] ([132.227.127.184]) by mx.google.com with ESMTPS id jf4sm4865407bkc.5.2011.11.30.07.59.20 (version=SSLv3 cipher=OTHER); Wed, 30 Nov 2011 07:59:21 -0800 (PST) Message-ID: <4ED652D8.8090806@gmail.com> Date: Wed, 30 Nov 2011 16:59:20 +0100 From: =?ISO-8859-1?Q?David_T=E4ht?= Organization: Bufferbloat.net User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: bloat@lists.bufferbloat.net References: <4EB4F92C.70204@gmail.com> <1322658265.4036.3.camel@robert-N150P> <4ED6527A.9040107@gmail.com> In-Reply-To: <4ED6527A.9040107@gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: [Bloat] Windows file sharing broken with RC6 ? X-BeenThere: bloat@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: General list for discussing Bufferbloat List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Nov 2011 15:59:25 -0000 On 11/30/2011 04:57 PM, David Täht wrote: > On 11/30/2011 02:04 PM, Robert Bradley wrote: >> On Wed, 2011-11-30 at 00:13 -0700, Jim Reisert AD1C wrote: >>> It may not be as dire as I originally thought. >>> >>> On the two wired computers running Windows 7, in Windows Explorer I >>> can see all the nodes on the system - themselves, OPENWRT (and its tmp >>> directory) and the Windows 7 computer on the wireless network. >>> However, I can't connect from the wired subnet to the wireless subnet >>> by name: >>> >>> Windows can not access \\wirelesscomputer >>> >>> But Windows can get to it via its IP address: >>> >>> \\172.30.42.69 >>> >>> On the wireless computer, the only node I see is itself - I don't even >>> see OPENWRT, and certainly don't see the computers on the wired >>> subnet. >>> >> >> I'm going to guess that for some reason, the WINS server is not being >> advertised by DHCP. It may not be ideal, but you could try maqnually >> configuring the WINS server on each system, pointing it at the router. >> At least the firewall issue seems to be sorted for the moment. > > Your diagnosis might be correct. > > There are not one, but two errors in the present /etc/config/dhcp file > > config 'dhcp' 'sw00' > option interface 'sw00' > option start 2 > option limit 26 > list 'dhcp_option' '42,0.0.0.0' > option leasetime 24h > option domain 'home.lan' > > The dhcp options for supplying WINS are not set. It's > not clear to me if you need to set all or merely some of these, > but adding to each interface configuration section: > > list 'dhcp_option' '48,0.0.0.0' agh, I just typoed that. I meant 44,0.0.0.0. -- Dave Täht