On dotnet on windows Dns.GetHostByName(Dns.GetHostName()).AddressList Gives me a list of all external addresses on the machine. With mono I get back a single address - The loopback address. So how can I find the external interfaces? Thanks Ralph