I updated the server to CentOs 7, and the samba was updated from 3 to 4. I applied old configs from samba 3. The server works directly via ip, but when browsing the network it is not visible. Config was configured using webmin.
[global] guest account = nobody idmap gid = 1001-3000 hostname lookups = Yes create mask = 0666 interfaces = lo enp3s6 map to guest = Bad User null passwords = yes hide dot files = yes hosts allow = 127. 192.168.1. netbios name = MEDIA idmap uid = 1001-3000 dos charset = CP1251 local master = Yes workgroup = WORKGROUP os level = 255 debug level = 2 directory mask = 0777 security = share bind interfaces only = Yes winbind separator = + max log size = 50 wins support = no [disk1] path = /mnt/disk1 comment = snark share force user = nobody read only = No browseable = Yes public = yes writeable = yes hosts allow = 192.168.1. create mask = 0666 [disk2] path = /mnt/disk2 comment = snark share force user = nobody force group = nobody read only = No browseable = Yes public = yes writeable = yes hosts allow = 192.168.1. force create mode = 0664 force directory mode = 0775 [disk3] path = /mnt/disk3 comment = snark share force user = nobody force group = nobody read only = No browseable = Yes public = yes writeable = yes hosts allow = 192.168.1. force create mode = 0664 force directory mode = 0775 This is a file dump in a closed home network. Everything should be as open as possible.
What have I done wrong?