Unable to join SMB with windows 10 to disk on router Mikrotik RB750Gr3 (firmware 7.14). . All configuration from help.mikrotik.com. I can write login and after error windows error 0x80070035 or 0x80004005 I also use the cxfile application on Android and connect there without a problem. I can transfer files here with cxfile application.
Can someone help me?
Thank you
Could you post the full SMB configuration?
/ip smb export
[admin@MikroTik] > /ip smb export
# 2024-03-04 18:31:51 by RouterOS 7.14
#
# model = RB951G-2HnD
/ip smb users
add name=vovatest
/ip smb
set enabled=yes
/ip smb shares
set [ find default=yes ] disabled=no
add directory=usb1-part1 name=share1 valid-users=vovatest
/ip smb print
enabled: yes
status: enabled
domain: WORKGROUP
comment: MikrotikSMB
interfaces: all
default config RB951G-2HnD smb , dont working ,
tested win10\11
hapAX3 ,
the settings are the same
smb works, everything is ok!
/ip smb export
# 2024-03-04 18:31:32 by RouterOS 7.14
# software id = L76P-24PL
#
# model = RB750Gr3
# serial number = *************
/ip smb users
add name=ogi
add name=oggi
/ip smb
set domain=WORKGROUP
/ip smb shares
set [ find default=yes ] directory=/flash/pub
add directory=usb1-part1 name=routerdisk valid-users=ogi,oggi
/ip smb print
enabled: auto
status: enabled
domain: WORKGROUP
comment: MikrotikSMB
interfaces: all
Same problem on two computer with windows 10.
When using smb, what dns is defined in the client ??
And what command for mapping ??
net use r: \\192.168.88.1\routerdisk
error after login
and same error with ip adress
Have you also test with username & password ??
net use r: \\192.168.88.1\routerdisk /user:"ogi" "password"
And i think you can also use the net view command to see more about smb.
net view \\192.168.88.1
error 5 and error 86
I also have the same issue.
http://forum.mikrotik.com/t/cant-connect-smb-in-mikrotik/174932/1
Hi topic author if you still looking for the issue. its probably the new mikrotik version posted http://forum.mikrotik.com/t/smb-share-cannot-be-accessed-after-upgrade/174870/1
[admin@MikroTik] > /ip smb export
# 2024-04-03 13:14:25 by RouterOS 7.14.2
# software id = 92J4-QW18
#
# model = RB750Gr3
# serial number = 6F3807963F54
/ip smb users
add name=smb
add name=user
add disabled=yes name=guest read-only=yes
/ip smb
set domain=home enabled=yes
/ip smb shares
set [ find default=yes ] directory=/flash/pub
add directory=sd1 name=share valid-users=user,smb,guest
this is the output of my mikrotik if that helps in anyway
Hello,
Issue resolved by version 7.15 beta8. Now it is possible to get into samba from windows. I also had a second problem with the stability of the router system, that I had Czech characters in the file names, after removing the Czech characters everything works without a problem.