Will multiple Lan cards cause problems using rmi?

Will multiple Lan cards cause problems using rmi? If a host has two or more network cards (only one of which is Internet-enabled), how does RMI know which IP address to use? There seems to be a problem when such a client registers with an RMI service, and has a client-side callback method invoked by the server.

[319 byte] By [ACRVa] at [2007-10-2 20:42:53]
# 1
You can tell RMI the address you want by defining java.rmi.server.hostname at the JVM which exports the remote object.
ejpa at 2007-7-13 23:26:15 > top of Java-index,Core,Core APIs...