Displaying 1 result from an estimated 1 matches for "new_net".
Did you mean:
  new_new
  
2008 Oct 27
1
how to setup an open share?
Using samba-3.2.4, on Fedora 9.
I want to create a universally writeable, browseable share. If you're on 
the network, you can use it. No passwords, any user.
Which I tried to do with this smb.conf, which doesn't work from Windows:
[global]
	workgroup = NEW_NET
         server string = asterisk server in closet
         netbios name = Video_Server_in_Closet
          bind interfaces only = yes
         interfaces = lo 10.10.11.0/24
	log file = /var/log/samba/log.%m
	max log size = 50
	log level = 3
	security = user
	passdb backend = tdbsam
	domain master...