Bugs item #829741, was opened at 2003-10-24 10:44 Message generated for change (Comment added) made by ioparra You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=829741&group_id=22866
Category: JBossServer Group: v3.2 Status: Open Resolution: None Priority: 5 Submitted By: Ivan Parra (ioparra) Assigned to: Nobody/Anonymous (nobody) Summary: JNP Does not support multiple network cards Initial Comment: JDK1.3.1_06 JBoss3.2.2RC4 This bug request is following this thread: http://www.jboss.org/thread.jsp? forum=61&thread=41310 Essentially, if you have 2(A and B) network cards and specify the Naming service to bind both the ServerAddress and the RMIServerAddress to one card (B), here is the results: 1)Any remote client that has access to both network cards, work 2)Any remote client accessible to only B, but not A, fails because it is trying to connect to A. 3)--the third case is trivial, access only to A can't even connect(this is correct functionality). ----- If you telnet to NIC B, you can see IP Address of the NIC A in its output. $ telnet 107.51.51.107 1099 (Card B) Trying 107.51.51.107... Connected to 107.51.51.107. Escape character is '^]'. 192.168.1.1rmMarshallejecojfcxConnection closed by foreign host. ~ UnicastRef2rver.RemoteObjectOaa3 Ultimately, this issue roots to RMI and which ip address the RMI server chooses to send. Haven't tried it with JDK1.4... Think it might make a difference? --Ivan ---------------------------------------------------------------------- >Comment By: Ivan Parra (ioparra) Date: 2003-10-24 11:17 Message: Logged In: YES user_id=812998 Installed latest JDK1.4 and still no good. This time around, I also specified the RMIPort(just to see if I get a response). The RMIPort does work. I would figure both would fail... -Ivan ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=376685&aid=829741&group_id=22866 ------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
