From ceb18d05b3ebf47bc2a02875b2b869fc0f6297ad Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Tue, 13 Oct 2015 01:47:18 +0800 Subject: [PATCH] manual/management: add warning about setups that resolve the current hostname to localhost. closes #134 --- doc/manual/management_system.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/manual/management_system.rst b/doc/manual/management_system.rst index b52325945..b3072ad49 100644 --- a/doc/manual/management_system.rst +++ b/doc/manual/management_system.rst @@ -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 -------------------