P2PEnabled
Determines how the Nomad cache is accessed. Please refer to Nomad cache for more details.
Registry value |
Default value |
Notes |
Installer property |
---|---|---|---|
P2PEnabled |
9 |
The default (Hex 0x0009) configures P2P to use SMB and Net Literal Names. You can set more than one option at the same time by combining the bit values. See the table below for details. Note We recommend restarting the Nomad Branch service when you modify this parameter. |
Bit |
Hex |
Decimal |
Notes |
---|---|---|---|
0 |
0x0001 |
1 |
(Default) Use the SMB protocol to share its own cache, and create the NomadSHR file share upon the start of the Nomad service, unless the CustomShare option has been enabled in SpecialNetShare. When P2PEnabled is set in addition to Bit 5 (use HTTP) or Bit 6 (use HTTPS), Nomad will attempt to use HTTPS/HTTP and will fall-back to SMB if HTTPS/HTTP is unavailable on other peers. To disable SMB P2P, set this bit to 0. |
1 |
0x0002 |
2 |
Enable connectionless P2P server. |
2 |
0x0004 |
4 |
Enable connectionless P2P client. |
3 |
0x0008 |
8 |
(Default) Use Net Literal Names when connecting to P2P shares. This causes Nomad to use the Nomad master's IP address when connecting to the share and is recommended when running wirelessly. |
4 |
0x0010 |
16 |
Use FQDN when connecting to P2P shares. Recommended when using a multi-forest environment where computers from different forests may be present in the same subnet. This requires that reverse lookup for IP addresses is correctly configured and running. If this is not available Nomad will revert to using the IP address for connecting to the P2P shares. |
5 |
0x0020 |
32 |
Use the HTTP protocol to share its own cache and access other caches. |
6 |
0x0040 |
64 |
Use the HTTPS protocol to share its own cache and access other caches. |