The system gets the host address using the following code. It somtimes returns the loopback address 127.0.1.1 (for instance) and not the address you would expect. Perhaps a configuration would be better.
InetAddress addr = InetAddress.getLocalHost();
host = addr.getHostAddress();