[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 07:00:37 -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 dick@ximian.com.

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

--- shadow/63265	2004-08-17 20:14:00.000000000 -0400
+++ shadow/63265.tmp.18064	2004-08-18 07:00:37.000000000 -0400
@@ -1,12 +1,12 @@
 Bug#: 63265
 Product: Mono: Runtime
 Version: unspecified
 OS: All
 OS Details: tested on Windows XP, Linux SuSe 9.0
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: packaging
 AssignedTo: gonzalo@ximian.com                            
 ReportedBy: martinf@mfconsulting.com               
@@ -58,6 +58,26 @@
 The expected results are achieved when the code is compiled and run using
 the MS .NET Framework 1.1 SDK and with Mono 1.0.1 for Win32.  However, the
 actual result is what is obtained when ran in Linux using Mono 1.0
 
 ------- Additional Comments From martinf@mfconsulting.com  2004-08-17 20:14 -------
 Forgot to include Calvin
+
+------- Additional Comments From dick@ximian.com  2004-08-18 07:00 -------
+Are you sure your DNS setup is correct?  Check that Dns.GetHostName()
+isn't returning "localhost".
+
+See bugs 62389 58273 61164 and 60070 for similar examples.
+
+Your code works for me - I substituted "www.microsoft.com" for
+Dns.GetHostName() (my machines only have one name) and got:
+
+:; mono 63265.exe
+IP for Interface 0: 207.46.144.222
+IP for Interface 1: 207.46.144.188
+IP for Interface 2: 207.46.250.222
+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
+