Hello, i have set up a applications erver and published it to a web server (IIS) and i can also login to that server and get the webportal access, so i see all the published applications there, BUT i cant start the applications from there, im pretty sure its due to that the server is behind a FW with a NAT address 192.168.1.xxx/24 but how can i et this to work is there any other ports i need to redirect to get it to work ??. i have redirected the port 8080 from the "internet" to my NAT network address for the access to the webserver. everything else is default setup. when i have tryed this in the local lan its working just fine,m but i want to have that internet access thats the point for me with this application amogn afew other
Your network should be something as follows.. I am assuming that both IIS & application server are on ip 192.168.1.1 NAT Rule Public IP a.a.a.a:80 ->192.168.1.1:80 Application Server & Loadbalaing Settings Connection settings, 2x client gateway Port -> 80 Connection settings, 2x client gateway, Advanced, Http Server -> localhost:8080 IIS Server Settings HTTP port must be listening on port 8080 Nixu