One of the Commons NET tests has started failing. This starts a local server and tries to connect to it; it used to work but has not since the server was rebuilt.
The cause seems to be that InetAddress.getLocalHost() returns: continuum-vm/140.211.11.47 which is an external IP address. For comparison, minotaur returns: minotaur.apache.org/192.168.0.246 which is a local IP address. I'm wondering if the continuum-vm local address is really correct?
