I am starting to look around at how to support IPv6. Specifically, I was looking through the linux portion of the getdynamicaddress function in utils.pm:1586 and wondered why the ssh call grabs all the network addresses ("ifconfig | grep inet") rather than directly asking for the public interface's address ("ifconfig eth1 | grep inet")? It seems that being more precise would be better.
Mark -- Mark Gardner --