[Mono-bugs] [Bug 78596][Nor] Changed - Certain remoting server functionality fails on PCs with dual network cards

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Jun 7 06:01:20 EDT 2006


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 robertj at gmx.net.

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

--- shadow/78596	2006-06-07 04:07:13.000000000 -0400
+++ shadow/78596.tmp.26656	2006-06-07 06:01:20.000000000 -0400
@@ -3,20 +3,19 @@
 Version: 1.1
 OS: Red Hat 9.0
 OS Details: 
 Status: NEW   
 Resolution: 
 Severity: Unknown
-Priority: Major
+Priority: Normal
 Component: remoting
 AssignedTo: lluis at ximian.com                            
 ReportedBy: admin at svwebhosting.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
-Cc: 
 Summary: Certain remoting server functionality fails on PCs with dual network cards
 
 Description of Problem:
 Remoting methods fails when server has more than 1 network card.
 - The remoting server is configured to bind to eth1.
 - The server has a method that returns an object A.
@@ -57,6 +56,17 @@
 been http://192.168.0.81:8888 because that is what has been configured
 in the remoting configuration.
 
 A workaround for this bug is to bind the remoting server to all IPs
 but this will only work if both network cards are in the same network.
 If the client can't access the ip on eth0 it won't work.
+
+------- Additional Comments From robertj at gmx.net  2006-06-07 06:01 -------
+
+Your your remoting config you're binding to 127.0.0.1
+
+Bind to the specific IP address and set the channel
+property useIpAddress="true".
+
+
+[changed prio]
+


More information about the mono-bugs mailing list