I
I
IvanN7772018-08-17 08:35:28
linux
IvanN777, 2018-08-17 08:35:28

How to connect to windows grid on Linux?

Installed Samba dnf -y install samba samba-client and expected to see windows LAN.
Changed the working group to WORKGROUP.
But I didn’t see the Windows network, maybe I’m looking in the wrong place?
through the explorer
network:///
Shows the Windows network, I click but does not enter.
And yes, in the standard config, the password seems to be how to disable it?
And most importantly, how to see the Windows network?

[global]
  workgroup = WORKGROUP
        security = user
  passdb backend = tdbsam
  printing = cups
  printcap name = cups
  load printers = yes
  cups options = raw

[homes]
  comment = Home Directories
  valid users = %S, %D%w%S
  browseable = No
  read only = No
  inherit acls = Yes

[printers]
  comment = All Printers
  path = /var/tmp
  printable = Yes
  create mask = 0600
  browseable = No

[print$]
  comment = Printer Drivers
  path = /var/lib/samba/drivers
  write list = @printadmin root
  force group = @printadmin
  create mask = 0664
  directory mask = 0775

Answer the question

In order to leave comments, you need to log in

2 answer(s)
B
blackbeard, 2018-08-17
@Black_beard_ast

Instead network:///trysmb://адрес_ресурса

C
CityCat4, 2018-08-17
@CityCat4

What is this, sorry, stream of consciousness? Linux distribution what? Samba what version? What is the ... (fig) password? Where (in what program) do you want to see the Windows network?
If so, samba is designed to make your machine visible on a Windows network. The overview of the network itself may or may not work - especially on the latest versions of Windows, where NTLMv1 is completely disabled - and with it what is used to being called "network environment" disappears.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question