The Artima Developer Community
Sponsored Link

Jini Forum
jini problems under NAT and suggestions required

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
chetan raj

Posts: 5
Nickname: cgowlikar
Registered: Aug, 2006

jini problems under NAT and suggestions required Posted: Nov 17, 2006 11:18 PM
Reply to this message Reply
Advertisement
Hello,

I have gone through many posts and forums spending lot of time
researching on this issue.

After months of work with Jini, we have finished writing a complex push
client/server based on jini. Things work fine in local LAN but not in
production environment (Murphy's law).


My setup is like this

The LUS server running JINI sends a message to all the services
registered with it - thereby acting as a client too

Jini LUS -> Machine with valid static IP
Service is provided by a machine under NAT (Local IP - 192.168.0.x,
Global IP (firewall) - Valid static IP)
Client -> Machine with valid static IP (actually the same machine which
is running Jini LUS)

Problem

Eg Client: A machine under NAT registers with Jini and the server tries
to send some message periodically. When requesting for the object from
other machine, the lookup service returns its local IP (192.x) instead
of the static IP (69.x). As a result, it throws an IOException. I assume
that providing with real IP address would not help too as the firewall
would not allow incoming packets if the connection is being invoked from
external servers (typical firewall).

Questions

a) Does Jini behave well under NAT? I have seen mixed responses on this
subject. For me, it does not work.
b) If not, what are the workarounds? Should I just use some poller which
changes the functionality of client as server but this increases traffic.


Please help me out how can i make it work.

Topic: Issues with Siteminder 6QMR3 - HF1 installation on OHS Previous Topic   Next Topic Topic: Problem running Jini

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use