From: Bryan W. <br...@ar...> - 2007-05-09 16:12:23
|
Hi I don't think there is an easy answer to your question, since NAT by definition will alter the IP address. Some orbs have a property called 'use bi-directional IIOP' which means the client opens the socket connection to the server, and any return messages come back down the same socket. I believe openorb supports this. Hope that helps. There are probably more complicated solutions out there using IOR interceptors or something, but I have no experience there. Cheers! Bryan > Hi, > One other clarification. I send an IOR from the client to the server so that the server can act as a client and send a reverse request to the previously acting client. However, NAT messes up this scenario - and I need to get the NAT-ed IP address of the client somehow - and fetching the cosket endpoint IP address is the only neat solution. > -Arijit > > ----- Original Message ---- > From: arijit <pa...@ya...> > To: ope...@li... > Sent: Wednesday, May 9, 2007 4:35:03 PM > Subject: [openorb-users] How to access socket end points from a CORBA call > > Hi, > Is there a way to access the socket endpoint (I need the client side IP Address - which is different from that sent over in an IOR by the client due to NAT-ing) on the CORBA server from a CORBA request? The server is running OpenORB 1.4.0. > Any help is much appreciated. > -Arijit > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam protection around > http://mail.yahoo.com > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > openorb-users mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/openorb-users > > > > > > > ____________________________________________________________________________________ > Be a PS3 game guru. > Get your game face on with the latest PS3 news and previews at Yahoo! Games. > http://videogames.yahoo.com/platform?platform=120121 > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > openorb-users mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/openorb-users > > |