A
A
Alexander2020-06-18 23:35:29
linux
Alexander, 2020-06-18 23:35:29

Visibility of Samba server on Linux in Windows 10 Network Neighborhood?

Good afternoon. I use kubuntu 20, it has a samba server as a home file washer.
I can get access to \\asus.local\Public, but the server is not visible through a normal network environment. Because of this, exe files cannot be launched directly from the server, it swears that the file is not located inside the local network and that this file can be dangerous. Yes, and the speed is lower (from MacOS, the speed of reading a record is many times higher)
Previously, everything worked, before some kind of windows 10 update. And now, well, I just can’t figure it out. Moreover, it is necessary to deal with the server settings, and not change the windows settings. Because Samba server windows -> windows see each other perfectly.

As soon as I did not try to configure smb.conf, it does not work. :(
My smb.conf

spoiler
[global]
workgroup = WORKGROUP
netbios name = ASUS
server string = home server
server role = standalone server
obey pam restrictions = no
map to guest = bad user
usershare allow guests = yes
security = user
guest ok = yes
guest account = nobody
# Special configuration for Apple's Time Machine
fruit:model = MacPro
fruit:advertise_fullsync = true
fruit:aapl = yes
fruit:veto_appledouble = no
fruit:posix_rename = yes
fruit:zero_file_id = yes
fruit:wipe_intentionally_left_blank_rfork = yes
fruit:delete_empty_adfiles = yes
fruit:encoding = native

[Public]
path = /shared/public
writable = yes
guest ok = yes
read only = no
create mask = 0777
directory mask = 0777
force create mode = 0777
force directory mode = 0777
veto files = /._*/.DS_Store/.Spotlight-V100/.TemporaryItems/Thumbs.db
delete veto files = yes

#recycle_bin
vfs object = recycle
recycle:repository = /shared/trash/public/
recycle:touch = Yes
recycle:keeptree = Yes
recycle:versions = Yes

[Aleksandr]
path = /home/aleksandr/
writable = yes
guest ok = no
read only = no
veto files = /._*/.DS_Store/.Spotlight-V100/.TemporaryItems/Thumbs.db
delete veto files = yes
valid users = aleksandr
#recycle_bin
vfs object = recycle
recycle:repository = /home/aleksandr/Deleted/
recycle:touch = Yes
recycle:keeptree = Yes
recycle:versions = Yes

Answer the question

In order to leave comments, you need to log in

5 answer(s)
V
Vladimir, 2020-06-19
@Ic2d

To properly display a samba host in a win10 network environment, you need wsdd -
Summary : Web Services Dynamic Discovery host daemon
Description : wsdd implements a Web Service Discovery host daemon. This enables (Samba)
: hosts, like your local NAS device, to be found by Web Service Discovery Clients
: like Windows.

Z
Ziptar, 2020-06-19
@Ziptar

Out of the corner of my ear I heard that a year ago there was a problem, consisting in the fact that after the update in Windows, netbios fell off. And, accordingly, network detection could fall off. There is a suspicion that digging there.

K
Karpion, 2020-06-19
@Karpion

The visibility of the computer in the network environment is determined by the registration of the desired domain name. Who is your DNS server? What's up with the local zone?

K
Korben5E, 2020-06-19
@Korben5E

You are strange, the program does not allow Windows to run, but you are going to deal with Linux, which is generally nothing to do with it.
These are trust relationships and policies on Windows that do not allow programs to run from unknown sources. If they were configured, then they may have been reset after updating Windows.

U
unseriously, 2020-06-19
@unseriously

https://www.youtube.com/user/itsemaev/search?query...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question