[Mono-bugs] [Bug 63265][Nor] Changed - When the AddressList for a machine is requested only loopback address is returned

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 18 Aug 2004 15:50:13 -0400 (EDT)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by gonzalo@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=63265

--- shadow/63265	2004-08-18 07:00:37.000000000 -0400
+++ shadow/63265.tmp.25813	2004-08-18 15:50:13.000000000 -0400
@@ -10,12 +10,13 @@
 Component: packaging
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: martinf@mfconsulting.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
+Cc: cgaisford@novell.com,gonzalo@ximian.com
 Summary: When the AddressList for a machine is requested only loopback address is returned
 
 Description of Problem:
 When the AddressList for a machine is requested using Dns.GetHostByName
 only the loopback address is returned.
 
@@ -78,6 +79,10 @@
 IP for Interface 3: 207.46.245.92
 IP for Interface 4: 207.46.156.156
 IP for Interface 5: 207.46.156.252
 IP for Interface 6: 207.46.250.252
 IP for Interface 7: 207.46.244.188
 
+
+------- Additional Comments From gonzalo@ximian.com  2004-08-18 15:50 -------
+Dick, i think the issue here is that MS returns all the local
+interfaces IP addresses and we're not doing that.