Getting Ip Address

Hi,

I would like to get the ip address of the client that using my program. I already have the code looks like this:
Page.getCurrent().getWebBrowser().getAddress();

But it’s totally useless once the client use proxy… I always get the proxy ip and not the ip on his computer…

Can anybody help me with this??? Thank you…

If the proxy changes the IP you might be able to get the real IP using this coding
http://stackoverflow.com/questions/4678797/how-do-i-get-the-remote-address-of-a-client-in-servlet
in your servlet.

Did you already do this using vaadin?? I always got a null using headers.