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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78596 --- shadow/78596 2006-06-07 06:01:20.000000000 -0400 +++ shadow/78596.tmp.26203 2006-07-15 16:29:00.000000000 -0400 @@ -1,15 +1,15 @@ Bug#: 78596 Product: Mono: Runtime Version: 1.1 OS: Red Hat 9.0 OS Details: -Status: NEW +Status: REOPENED Resolution: Severity: Unknown -Priority: Normal +Priority: Minor Component: remoting AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- URL: @@ -67,6 +67,45 @@ Bind to the specific IP address and set the channel property useIpAddress="true". [changed prio] + +------- Additional Comments From [EMAIL PROTECTED] 2006-06-07 14:45 ------- +Closing since this is a problem in the configuration file. + +------- Additional Comments From [EMAIL PROTECTED] 2006-06-07 23:16 ------- +I just tried with useIpAddress="true" and I get the same error. + +I just found out it also doesn't work on servers with one network card +and multiple IPs. + +This is what I did to duplicate it on PCs with 1 network card: +- I configured a secondary ip. +eth0 is 192.168.1.90 +eth0:0 is 192.168.1.89 + +- I modified ProcessActivator.exe.config to bind to 192.168.1.89 and +useIpAddress="true" + +- I modified the RemotingServer key on +ProcessActivatorClient.exe.config to 192.168.1.89 + +- I opened a SSH console and started the server: +mono ProcessActivator.exe + +- I opened another SSH console and started the client: +mono ProcessActivatorClient.exe + +- This is the output I get on the client: +Test 1 (Returns bool) +True +Test 2 (Returns IProcessActivator) +2- ERROR: Error: ConnectFailure + +Using a packet sniffer I see it's still using the primary ip (eth0) +<item id="ref-15">http://192.168.1.90:9000</item> + + +------- Additional Comments From [EMAIL PROTECTED] 2006-07-15 16:29 ------- +Setting to minor, as this seems like a configuration problem. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
