I am trying to figure out how to access a java applet that is located on a server that is in our office threw our web server. I want to build a page on our web server that can display the applet. the problem I am running into is the server with the applet has a private Ip (192.168.1.5) which is not accessable from outside the network. I know it is possible. But can it be done in PHP or does it have to be done in CGI? Can someone just give me some idea's on how to go about this?
Thanks in advance.