I am not sure I understand how the WebPortal works. I have a public webserver setup with WebPortal installed. I can go to the webpage and login and see the published applications. When I try to launch any of them I get an error message that "Client could not access the Remote Application". My config is this: My Web server is accessable over the Internet but my Terminal server is not is is on a local network with the web server. It appears that the web portal is just handing off the web request not tunneling the data. Am I missing something or do I have it configured wrong? Thanks, Scott Byrd
Hi byrdman, Ideally, you do the following set-up: 1) set the iis to port 81 2) install a 2X Gateway on the same machine, set it on port 80 and froward http request to port 81(this is set by default). Also set the gateway as a forwarding gateway to point to your 2X ApplicationServer. 3) form the Web settings override the primary ip to use the web server's ip So clients will connect to the 2X Gateway with the browser using port 80 and get the http content from the iis on port 81. When they launch an application they will us port 80 on the web server and the connection is forwarded to the X ApplicationServer. Hope you understood... Nixu