Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Java routing

843790Sep 24 2008 — edited Sep 1 2009
Hi I'm a lower level J-programmer and I'm building a small convenience server API. Currently the test's I have done work fine... I'm testing on a small chatter box server I built. However one of the main uses of this API is to route the internet connection. Eg: my server is connected to a router and I need to conveniently be able to force *70.65.0.XXX:####* to listen and rout all requests to local IP of 192.168.2.YYY:####. Is there a way of doing that without reconfiguring the router? More or less I want my local computer to be able to accept connections from foreign computers without having to configure my router for each listening port.

Please if possible leave code quote answers. Thanks

Note the IP is came from who.is and is my actual IP less the last three digits... So feel free to use in examples...
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 29 2009
Added on Sep 24 2008
2 comments
186 views