Hi,
i am having exact issue as reported in : How to Get Client IP Address and Host Name in Oracle Applicaiton Server
I am using web-util successfully but webutil get client ip address function returns the LAN IP address of the client (as also displayed on its default demo) but i want to know the WAN IP of the client that is running my forms 11g app.
using server side userenv, or sys_context returns Application server name and ip addresses. and webutil returns LAN IP.
is there any straightforward mechanism to get the connected client's Internet IP ?
else
what i suppose is to execute some command on Client Machine (via webutil) to get IP written to some temp file and read that file back to forms 11g. (if this is the only solution then pls advise what command to execute via webutil , for different OS's , and get IP back to forms 11g)
thanking in anticipation.