manual/management: add warning about setups that resolve the current hostname to localhost. closes #134

This commit is contained in:
Sebastien Bourdeauducq 2015-10-13 01:47:18 +08:00
parent 1d14975bd5
commit ceb18d05b3
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ A controller manager connects to the master and uses the device database to dete
Controller managers use the local network address of the connection to the master to filter the device database and run only those controllers that are allocated to the current node. Hostname resolution is supported.
.. warning:: With some network setups, the current machine's hostname without the domain name resolves to a localhost address (127.0.0.1 or even 127.0.1.1). If you wish to use controllers across a network, make sure that the hostname you provide resolves to an IP address visible on the network (e.g. try providing the full hostname including the domain name).
Command-line client
-------------------