You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Summary

Sub-menu: /ip smb
Packages required:
system

SMB 1.0 server provides file sharing access to configured folders of the router.

RouterOS only supports SMB v1.0 and v2.002

Server settings

PropertyDescription
allow-guests (yes | no; Default: yes)If SMB guest user is allowed to access created shares
comment (string; Default: MikrotikSMB)Set comment for the server
domain (string; Default: MSHOME)Name of windows workgroup
enabled (yes | no; Default: no)Enable/disable SMB service
interface (string; Default: all)List of interfaces on which SMB service will be running. all - smb will be available on all interfaces.

Share settings

Sub-menu: /ip smb share


Sub menu allows configuring share names and directories that will be accessible by SMB.


If the directory provided in the configuration does not exist it will be created automatically.

PropertyDescription
comment (string; Default: default share)Set comment for the share
disabled (yes | no; Default: no)If disabled, the share will not be accessible.
max-sessions (number; Default: 10)How many SMB simultaneous connections are allowed to a shared folder
name (string; Default: )Name of the SMB share
directory (string; Default: )Directory on router assigned to SMB share. If left empty value of name argument will be used from the root folder.



  • No labels