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 12A59200377 for ; Wed, 30 Nov 2011 07:57:53 -0800 (PST) Received: by bkbzt12 with SMTP id zt12so1592214bkb.16 for ; Wed, 30 Nov 2011 07:57:52 -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=mc6e5nuon1uw5LZq8b1x6PiIVFZv2YefpFCiZrGw1tY=; b=AejXmsZeGdQy9ePLuY5DPlN3DOT4ToxD/cjy/8apiAhSeZb0OrgL1f5IimA3tQzO7e zYA8Myj7BQ55rAokjXJUc1UsDWKxG8uZ/QsqWeIKiJvSU68eG+Ls3olehuPh9BTFBq6B M7gSaZKGOWJjryVNy8doU7WPYRwROFcaGBP70= Received: by 10.205.81.141 with SMTP id zy13mr2973073bkb.50.1322668669404; Wed, 30 Nov 2011 07:57:49 -0800 (PST) Received: from [132.227.127.184] ([132.227.127.184]) by mx.google.com with ESMTPS id p13sm4862034bkd.4.2011.11.30.07.57.47 (version=SSLv3 cipher=OTHER); Wed, 30 Nov 2011 07:57:48 -0800 (PST) Message-ID: <4ED6527A.9040107@gmail.com> Date: Wed, 30 Nov 2011 16:57:46 +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> In-Reply-To: <1322658265.4036.3.camel@robert-N150P> 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:57:54 -0000 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' Seems like a good bet. And MAYBE: list 'dhcp_option' '19,1' I simply don't know if setting these is useful too. #dhcp-option=45,0.0.0.0 # netbios datagram distribution server #dhcp-option=46,8 # netbios node type For more details on how dnsmasq works, see: http://www.thekelleys.org.uk/dnsmasq/docs/dnsmasq.conf.example # The following DHCP options set up dnsmasq in the same way as is specified # for the ISC dhcpcd in # http://www.samba.org/samba/ftp/docs/textdocs/DHCP-Server-Configuration.txt # adapted for a typical dnsmasq installation where the host running # dnsmasq is also the host running samba. # you may want to uncomment some or all of them if you use # Windows clients and Samba. #dhcp-option=19,0 # option ip-forwarding off #dhcp-option=44,0.0.0.0 # set netbios-over-TCP/IP nameserver(s) aka WINS server(s) #dhcp-option=45,0.0.0.0 # netbios datagram distribution server #dhcp-option=46,8 # netbios node type The second, is that it is not supplying a ntp server to the se00 network, this is not related to the wins problem. -- Dave Täht