[Mono-list] Enumerating ip interfaces

Ralph Mason rm.monolist@telogis.com
Wed, 24 Mar 2004 17:41:51 +1200


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