Re: [Mono-list] Getting list of IPAddress available

2004-11-30 Thread Dick Porter
On Mon, 2004-11-29 at 12:14 -0800, Jim P. wrote: > I'm working with System.Net.Sockets. I'm trying to get a listing of the > available IPAddress on the machine. When I run this on my Windows XP box > I get the IP of my NIC: 192.168.2.11. But when I run this on my Fedora > Core 2 Server I only ge

Re: [Mono-list] Getting list of IPAddress available

2004-11-29 Thread Matt Nuzum
On Mon, 29 Nov 2004 12:14:59 -0800, Jim P. <[EMAIL PROTECTED]> wrote: > Dns.GetHostByName (Dns.GetHostName()); I tried it on my computer and get the correct output. On my computer: ~/ $ hostname matt ~/ $ host 192.168.0.55 55.0.168.192.in-addr.arpa domain name pointer matt. ~/ $ host matt matt.ne

[Mono-list] Getting list of IPAddress available

2004-11-29 Thread Jim P.
I'm working with System.Net.Sockets.  I'm trying to get a listing of theavailable IPAddress on the machine.  When I run this on my Windows XP boxI get the IP of my NIC: 192.168.2.11.  But when I run this on my FedoraCore 2 Server I only get 127.0.0.1.  I have 1 NIC on this box that worksfine