Hi,
I am using Mina to developing a server program. When the client directly connects to the server, using the following code I can get the ip: String clientIP = ((InetSocketAddress)session.getRemoteAddress()).getAddress().getHostAddress(); But, when we use a F5(load balance machine) between the client and server, I can't get the real ip now. Instead, I get the virtual ip(LAN ip) from F5. I need the real ip, can you help me? Emergency Best Regards, Jerry China
