Java routing
843790Sep 24 2008 — edited Sep 1 2009Hi 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...