Service discovery: Difference between revisions

From Open-E Wiki
Jump to navigation Jump to search
Da-F (talk | contribs)
No edit summary
No edit summary
 
(14 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
 
=== Zeroconf service discovery ===
 
== Zeroconf service discovery ==
<div>This functionality allows discovering NAS devices by any operating system that supports zero-configuration networking (zeroconf), e.g., macOS.</div><div>Two types of services are currently supported:
<div>This functionality allows discovering NAS devices by any operating system that supports zero-configuration networking (zeroconf), e.g., macOS.</div><div>Two types of services are currently supported:
*Discovering SMB services
*Discovering SMB services
*Discovering NAS for Time Machine via SMB
*Discovering NAS for Time Machine via SMB
</div><br/>
</div><br/>
=== Discovering SMB services ===
===== Discovering SMB services =====
<div>Allows the server to broadcast information about its SMB services.</div><br/>
<div>Allows the server to broadcast information about its SMB services.</div><br/>
==== Discovering NAS for Time Machine via SMB ====
===== Discovering NAS for Time Machine via SMB =====
<div>Allows macOS users to perform backup tasks from the Mac computer to shared folders via SMB.</div><div>The following conditions must be met for the functionality to work:
<div>Allows macOS users to perform backup tasks from the Mac computer to shared folders via SMB.</div><div>The following conditions must be met for the functionality to work:
*The “Discovering SMB services” option must be enabled.
*The “Discovering SMB services” option must be enabled.
Line 19: Line 17:
**SMB2 leases ON
**SMB2 leases ON
**kernel oplocks OFF
**kernel oplocks OFF
</div><br/><div>When all conditions above are met, the option that allows shares to be discovered by Time Machine becomes active. The next step is to select the "Enable macOS Time Machine support" option in every share that should be visible for Time Machine. All shares with this option enabled will be visible for Time Machine.</div><br/><div>'''<span style="color:#ff0000">Note!</span> If any of the above settings are changed, shares will no longer appear in Time Machine.'''</div>
</div><br/><div>When all conditions above are met, the option that allows shares to be discovered by Time Machine becomes active. The next step is to select the "Enable macOS Time Machine support" option in every share the user wishes to make visible for Time Machine. All shares with this option enabled will be visible for Time Machine.</div><br/><div>'''<span style="color:#ff0000">Note!</span> If any of the above settings are changed, shares will no longer appear in Time Machine.'''</div>
[[Category:Help topics]]
[[Category:Help topics]]

Latest revision as of 07:44, 12 December 2023

Zeroconf service discovery

This functionality allows discovering NAS devices by any operating system that supports zero-configuration networking (zeroconf), e.g., macOS.
Two types of services are currently supported:
  • Discovering SMB services
  • Discovering NAS for Time Machine via SMB


Discovering SMB services
Allows the server to broadcast information about its SMB services.


Discovering NAS for Time Machine via SMB
Allows macOS users to perform backup tasks from the Mac computer to shared folders via SMB.
The following conditions must be met for the functionality to work:
  • The “Discovering SMB services” option must be enabled.
  • The “Discovering NAS for Time Machine via SMB” option must be enabled.
  • The SMB protocol must be enabled, and the following options must be set as follows:
    • Vfs_fruit ON
    • oplocks ON
    • level2 oplocks ON
    • SMB2 leases ON
    • kernel oplocks OFF


When all conditions above are met, the option that allows shares to be discovered by Time Machine becomes active. The next step is to select the "Enable macOS Time Machine support" option in every share the user wishes to make visible for Time Machine. All shares with this option enabled will be visible for Time Machine.


Note! If any of the above settings are changed, shares will no longer appear in Time Machine.