From: Anthony Wright Date: 2011-10-10T19:33:18+09:00 Subject: Logging DRb source IP address I use Drb to talk from a number of clients to a central server. I have logging on the server that records the method called and the arguments that it was called with. I'd like to include the IP address that the Drb request came from, but I can't find any way to get that information. Is the information available? If so how do I get it? If not, does anybody know why not? thanks, Anthony Wright.