please find below my settings that are working for me (quite similar to yours):
To access the share from my Win10-machine I simply type \\SERVER-NAME\Gruppen in the search-box (you can use IP-address instead of server name as well):
Hi, im using Hyper-V on Windows Server 2016. Did you tried to connect from the same machine (from the server itself)? What is the setting of your virtual Hyper-V switch - external?
The first question is, whether or not the problem is reaching the server or the share.
For the server, try to connect to the server, so in your case \\192.168.2.92
Please note, that depending on the installation time, Windows version and settings on the machine, you will have to use Backslash. Thus, the slashes in your run box screenshot might be part of the problem.
If you can connect to the server, check, whether there is a firewall in between the client and server. Can you open the UMC from your client http://192.168.2.92 ? The second question, check whether samba is running on the server. In the management console, go to System -> System Services and search for Samba 4.
If you can reach the server, but do not see the share, then the problem is in the share itself. My first guess would be, that the underscore is producing issues. Try to rename the Windows Name to something without the underscore.
The error is that you don’t have the needed software installed. As your UMC is on the same server as your share, I assume, that this is your Master (or a Backup or Slave)
In the UMC, go to Software -> AppCenter.
Here enter “Samba” and select “Active Directory -compatible Domain Controller.”
In the Next Menu Select Install and confirm the dialogs.
Once the server installed the software, you should be able to access the share.
Best,
Kevin
PS: you should be able to access the UMC from any browser, that can reach the server. No need to go through the Hyper-V console, log into the desktop environment and start a browser there.
Hi, Kevin.
Thank you for help. One more question.
I can connect to vm. But I’m asked for PIN. Like here:
After I give pin (I’m sure, that PIN is right), I get this message:
I’ve also tried Admisitrator and root users, but no luck. Should I add my user somewhere?
UPDATE:
Resolved this issue like this:
Edited samba config file directly in the terminal.
public is set to yes.
you can find the public setting on the Samba Page of the share as “Allow anonymous read-only access with a guest user”
From my guess, you are currently using or have used either a PIN or Windows Hello for logging into the machine. In this case, the Pin is required to access your stored session credentials, which, unless the client is a domain member, are different than the credentials to access the server. However, clicking on the button “more choices” should give you the option of logging in with a username and password.
Please be aware, that you might need to specify the Domain for the user, notably if the username exists as a local user. You can construct the full login like the following:
Most likely both the login and shortlogin plus the domain password should get you in. However, if you changed some windows registry variables, it might be that only the loger login name works.