When I am adding nodes, if the IP address is more than 12 digits (including dots) it truncates the address. For example, if I add 10.252.11.100, it truncates it to 10.252.11.10 and fails to discover the device.
Please fix.
My work around was to add it to the hosts file.