On 11/29/2017 03:47 AM, Dario Lesca wrote:
Il giorno mar, 28/11/2017 alle 18.51 -0500, Temlakos ha scritto:
Everyone:
So what's wrong, where might the fault lie, and how do I correct it?
NOTE: If you share with us the output of "testparm -s" we can better help you
Some test, send us the output
On Fedora 27, hostname=fedora-name
$ testparm -s
$ smbclient -L fedora-name -U valid-fedora-user
$ smbclient //fedora-name/share1 -U valid-fedora-user
$ ping ip.of.win.10
$ ping win10-name
$ smbclient -L win10-name -U valid-win10-user
$ smbclient //win10-name/share1 -U valid-win10-user
On Win10, open file manager then go to on fedora-name type:
\fedora-name\
or
\ip.of.win.10\
Let us know
NOTE: last week i have setup on Fedora 27 server + samba 4.7 + bind + dhcp an Active directory Domain Controller without problem[1] with some Win10 + Win7 + Centos7 Member server
[1] with this work around: https://bugzilla.redhat.com/show_bug.cgi?id=1496307
$ testparm -s
Load smb config files from /etc/samba/smb.conf rlimit_max: increasing rlimit_max (1024) to minimum Windows limit (16384) Processing section "[homes]" Processing section "[printers]" Processing section "[Temlakos]" Processing section "[workshop]" Processing section "[gamester]" Loaded services file OK. Server role: ROLE_STANDALONE
# Global parameters [global] interfaces = lo p37p1 wlp3s0 192.168.1.0/24 log file = /var/log/samba/log.%m max log size = 50 security = USER server string = Samba Server Version %v workgroup = HOME idmap config * : backend = tdb cups options = raw hosts allow = 127. 192.168.
[homes] browseable = No comment = Home Directories read only = No
[printers] browseable = No comment = All Printers path = /var/spool/samba printable = Yes
[Temlakos] comment = Temlakos home guest ok = Yes path = /home/Temlakos read only = No
[workshop] comment = Public files from the workshop guest ok = Yes path = /home/workshop/Public read only = No
[gamester] comment = Gamester account path = /home/gamester read only = No valid users = gamester
$smbclient -L temlakos -U Temlakos Enter HOME\Temlakos's password:
Sharename Type Comment --------- ---- ------- Temlakos Disk Temlakos home workshop Disk Public files from the workshop gamester Disk Gamester account IPC$ IPC IPC Service (Samba Server Version 4.7.3) EPSON-XP-860-Series Printer EPSON XP-860 Small-in-one Reconnecting with SMB1 for workgroup listing.
Server Comment --------- -------
Workgroup Master --------- ------- HOME CLOUDONE
Now on the Win10 machine, this host doesn't even show up.
CLOUDONE, by the way, is a 24-TB NAS.
Temlakos