manikandan mvk wants to chat

2006-04-07 Thread manikandan mvk
--- manikandan mvk wants to stay in better touch using some of Google's coolest new products. If you already have Gmail or Google Talk, visit: http://mail.google.com/mail/b-8255bd5e0c-39d09e9a8a-072a1724bd16f73c You'

Re: Problem with httpservletrequest.getRemoteAddr() returns wrong IPaddress in multihomed machine

2006-04-07 Thread manikandan mvk
turns x.x.x.18 . I expects client originated from same machine and it's request.getRemoteAddr should also return x.x.x.18 .Where as it returns value as x.x.x.17 Can someone tell me how can I get resolve this . ~Mani On 4/6/06, Markus Schönhaber <[EMAIL PROTECTED]> wrote: > >

Problem with httpservletrequest.getRemoteAddr() returns wrong IPaddress in multihomed machine

2006-04-06 Thread manikandan mvk
Hi , I have a machine with multihomed interface . basically , I am making call where both the server and client are same machine . Here , I am trying to validate the IPaddress from the request with InetAddress.getLocalHost () . Since ,both the client and server are same machine . I expects httpse