On 06/04/2014 01:15, Jim Reisert AD1C wrote: > On Sat, Apr 5, 2014 at 1:26 PM, Dave Taht wrote: > >> It would have helped to have a backup. > Yup, hindsight is 50/50 [sic] > >> As best I recall we'd had to add 3 lines to the smb.conf.template file, notably >> >> wins support = yes > Yup, did that. Not working this time around. > > Maybe I'll play around some more tomorrow. > I noticed last time that Samba tends to bind to localhost only on CeroWRT, since no interface is set in /etc/config/samba. For the moment, you need to add "list interface " lines to /etc/config/samba manually: uci add_list samba.@samba[0].interface=se00 uci add_list samba.@samba[0].interface=sw00 uci add_list samba.@samba[0].interface=sw10 uci commit samba && /etc/init.d/samba restart This limits Samba to the non-guest interfaces. I think you should be able to add interfaces from the GUI too but that seems to be missing from CeroWRT and OpenWRT. The attached patch adds it back in (cd /; patch -p1 to apply it) to and seems to work fine despite the Wiki at http://wiki.openwrt.org/doc/uci/samba stating otherwise. -- Robert Bradley