From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pd0-f179.google.com (mail-pd0-f179.google.com [209.85.192.179]) (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 1BD8521F1EA for ; Wed, 19 Jun 2013 18:31:01 -0700 (PDT) Received: by mail-pd0-f179.google.com with SMTP id q10so5606358pdj.24 for ; Wed, 19 Jun 2013 18:31:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=xjW7xXOvXChcAkZWTRkC283WLiuGc3W/EO1dvRuhYeM=; b=juSQ5/WDH+1qDnu6bXKAc8odDtWQCcteqPek0be+i8+kamy4Rf/8qzb5IYtOqL9ziC oMeDRvu2rv29IIk19HLes9Hnuv1bofm9mn6Ke3OG/8qzl5V/cNwdd/ypaQHMEjmDtklR 31Hd7maxv8pFTwq+W1u7cZR6bMuSitrUk4bYG57433470Lpv5dca6KvfBVmp29KEiHvB tNSZPzt4Wf+kOpi8VoSghUdePiRt2rH8UYoJyr1wZnKrHfofZBji45lRhZbA6Vgj5/zq 9BTuak9EBgW1QsI2PFaIM1AooNTkS+S+N66ITZ4CG+4uhCFl7Wxg5SkpRm1yW/kR2u1v HAug== MIME-Version: 1.0 X-Received: by 10.68.180.4 with SMTP id dk4mr5235974pbc.104.1371691860510; Wed, 19 Jun 2013 18:31:00 -0700 (PDT) Sender: jjreisert@gmail.com Received: by 10.66.86.35 with HTTP; Wed, 19 Jun 2013 18:31:00 -0700 (PDT) In-Reply-To: References: Date: Wed, 19 Jun 2013 19:31:00 -0600 X-Google-Sender-Auth: XsDy50HRAQ3Y_cikkwDT20BlyEU Message-ID: From: Jim Reisert AD1C To: Robert Bradley Content-Type: text/plain; charset=ISO-8859-1 Cc: cerowrt-devel@lists.bufferbloat.net Subject: [Cerowrt-devel] Fwd: [Bloat] Sharing Windows Files from wired to wireless (3.7.5-2) X-BeenThere: cerowrt-devel@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: Development issues regarding the cerowrt test router project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jun 2013 01:31:01 -0000 I made the changes to smb.conf.template that Robert Bradley recommended and rebooted the router. OOOoooohhhh!! I can see the shared desktop file systems from the wireless Windows 7 machine!!!! Thanks - Jim On Tue, Jun 18, 2013 at 3:38 AM, Robert Bradley wrote: > On 18 June 2013 06:13, Dave Taht wrote: >> >> On Mon, Jun 17, 2013 at 10:09 PM, Jim Reisert AD1C >> wrote: >> > On the wired Windows machine. I got this error: >> > >> > f:\> netsh advfirewall firewall set rule group="File and Printer >> > Sharing" new enable=Yes remoteip=172.30.4 >> > 2.0/24 >> >> Your network is on the default 172.30.42.X ips? >> >> > "Only the enable parameter can be used to update rules specified by a >> > group." >> >> No clue > > > It sound like you need to drop the "remoteip" part of that command and use > it with these four extras from > http://www.sevenforums.com/system-security/257798-windows-7-ipsec-vpn-client-firewall-configuration.html#post2136247 > instead: > > netsh advfirewall firewall set rule name="File and Printer Sharing > (NB-Session-In)" new remoteip=172.30.42.0/24,LocalSubnet > netsh advfirewall firewall set rule name="File and Printer Sharing > (NB-Name-In)" new remoteip=172.30.42.0/24,LocalSubnet > netsh advfirewall firewall set rule name="File and Printer Sharing > (NB-Datagram-In)" new remoteip=172.30.42.0/24,LocalSubnet > netsh advfirewall firewall set rule name="File and Printer Sharing (Echo > Request - ICMPv4-In)" new remoteip=172.30.42.0/24,LocalSubnet > >> >> > >> > I got the same thing on the wireless Windows 7 machine. I still can't >> > see shared folders. NetBIOS over TCP is enabled on both. >> >> Can you see the shared folder you setup on the cero box? > > > Other things to check: > > - If you're using Windows 7, you may well want/need to add "reset on zero vc > = no" to /etc/smb.conf.template too, since that seems to prevent errors > running "net view". > - For me at least, the "interfaces=|INTERFACES|" line seems to get expanded > as loopback only. You may need to replace this with "interfaces = > 127.0.0.1/8 lo lo 172.30.42.1/27 172.30.42.65/27 172.30.42.97/27" or > interfaces = 127.0.0.1/8 lo lo se00 sw00 sw10" to work around this. > > For reference, my current smb.conf.template is as follows, and Windows 7 > browsing works even in peer-peer (WINS-only) mode: > > [global] > netbios name = |NAME| > display charset = |CHARSET| > # interfaces = |INTERFACES| > interfaces = 127.0.0.1/8 lo lo 172.30.42.1/27 172.30.42.65/27 > 172.30.42.97/27 > server string = |DESCRIPTION| > unix charset = |CHARSET| > workgroup = |WORKGROUP| > browseable = yes > deadtime = 30 > domain master = yes > encrypt passwords = true > enable core files = no > guest account = nobody > guest ok = yes > invalid users = root > local master = yes > load printers = no > map to guest = Bad User > max protocol = SMB2 > min receivefile size = 16384 > null passwords = yes > obey pam restrictions = yes > os level = 255 > reset on zero vc = no > passdb backend = smbpasswd > preferred master = yes > printable = no > security = user > smb encrypt = disabled > smb passwd file = /etc/samba/smbpasswd > socket options = TCP_NODELAY IPTOS_LOWDELAY > syslog = 2 > use sendfile = yes > wins support = yes > writeable = yes -- Jim Reisert AD1C, , http://www.ad1c.us