I have a topic for a course project on networks "Setting up Ubuntu Server for a local network."
I am trying to set up samba (file server) for sharing a folder so that it can be used by windows user`s.
I work with virtualbox, network NAT on ubuntu server and windows 7.
I bring the smb.conf config:
[global] workgroup = WORKGROUP server string = Samba server %v netbios name = smbserver security = user map to guest = bad user dns proxy = no [MyShare] path = /home/smbshare/all browseable = yes writeable = yes guest ok = yes read only = no So, Windows does not see the folder / \\myserver , I specified the netbios name.
\\myserver? - Mikhail Sidorov